Color Hex Logo

#f460f9 Color Hex

#F460F9
(244,96,249)
0 Favorites   0 Comments

Color spaces of #f460f9

RGB 24496249
HSL0.830.930.68
HSV298°61°98°
CMYK 0.020.610.00   0.02
XYZ58.590034.438493.1818
Yxy34.43840.31460.1849
Hunter Lab58.684275.5159-53.0647
CIE-Lab65.309175.0614-49.6954

#f460f9 color RGB value is (244,96,249).

#f460f9 hex color red value is 244, green value is 96 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #f460f9 hue: 0.83 , saturation: 0.93 and the lightness value of f460f9 is 0.68.

The process color (four color CMYK) of #f460f9 color hex is 0.02, 0.61, 0.00, 0.02. Web safe color of #f460f9 is #ff66ff. Color #f460f9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 01100000 11111001
Octal 364 140 371
Decimal 244 96 249
Hex F4 60 F9

RGB Percentages of Color #f460f9

%41.43
%16.30
%42.28

CMYK Percentages of Color #f460f9

%2
%61
%0
%2

Triadic Colors of #f460f9

#f460f9 #f9f460 #60f9f4

Analogous Colors of #f460f9

#f460f9 #f960b2 #a860f9

Monochromatic Colors of #f460f9

#f460f9

Complementary Color

#f460f9 #65f960

#f460f9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f460f9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f460f9 Color CSS Codes

.mybgcolor {background-color:#f460f9; } 
.myforecolor {color:#f460f9; }
.mybordercolor {border:3px solid #f460f9; }

#f460f9 Text Font Color

<p style="color:#f460f9">Text here</p>

This sample text font color is #f460f9
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#f460f9 Background Color

<div style="background-color:#f460f9">
Div content here</div>

This div background color is #f460f9


#f460f9 Border Color

<div style="border:3px solid #f460f9">
Div here</div>

This div border color is #f460f9


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(244,96,249, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f460f9; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f460f9;
  -webkit-box-shadow: 1px 1px 3px 2px #f460f9;
  box-shadow:         1px 1px 3px 2px #f460f9; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,96,249, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f460f9">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #f460f9;
  -webkit-box-shadow: 1px 1px 3px 2px #f460f9;
  box-shadow:         1px 1px 3px 2px #f460f9;">
Div content here</div>

This div box has shadow with color #f460f9


Comments

No comments written yet.

Please login to write comment.