Html Css Color HEX #F01491 Deep Pink

📋 copy color: '#F01491'

red 240 ◦ green 20 ◦ blue 145

#F01491
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Pink #F01491

Tints of Deep Pink #F01491

RGB

 RED value IS 240 (94.14% from 255) = 59.26%

 GREEN value IS 20 (8.2% from 255) = 4.94%

 BLUE value IS 145 (57.03% from 255) = 35.8%

R = 59.26%
G = 4.94%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.40

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F01491 (or 0xF01491) is known color: Deep Pink. HEX triplet: F0, 14 and 91. RGB value is (240,20,145). Sum of RGB (Red+Green+Blue) = 240+20+145=405 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.26% from 405); Green value is 20 (8.20% from 255 or 4.94% from 405); Blue value is 145 (57.03% from 255 or 35.80% from 405); Max value from RGB is 240 - color contains mainly: red. Hex color #F01491 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F01491 is #0FEB6E. Grayscale: #636363. Windows color (decimal): -1043311 or 9508080. OLE color: 9508080.

HSL color Cylindrical-coordinate representation of color #F01491: hue angle of 325.91º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F01491 is Cyan = 0, Magento = 0.92, Yellow = 0.40 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 20 145 -
CMYK 0 0.92 0.40 0.06
HSL 325.91º 0.88% 0.51% -
HSV(B) 325.91º 0.92% 0.94% -
XYZ 41.3 21.07 28.68 -
YUV 100.03 153.39 227.84 -
System Red Green Blue C M Y K H S L
Decimal 240 20 145 0 0.92 0.40 0.06 325.91 0.88 0.51
Hex F0 14 91 0 5C 28 6 146 58 33
Octal 360 24 221 0 134 50 6 506 130 63
Binary 11110000 10100 10010001 0 1011100 101000 110 101000110 1011000 110011

Color Harmonies of #F01491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01491

Black with #F01491

Text Example


Text Example

White with #F01491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01491; }

 p { color: rgb(240,20,145); }

 H1.HeaderClassName
 {
   color: #F01491;
 }
 .AnyTagClassName
 {
   color: #F01491;
 }
</style>

background-color css

<style>
 a { background-color: #F01491; }

 a { background-color: rgb(240,20,145); }

 div.DivClassName
 {
   background-color: #F01491;
 }
 .BgClassName
 {
   background-color: #F01491;
 }
</style>

border-color css

<style>
 span { border-color: #F01491; }

 span { border-color: rgb(240,20,145); }

 td.TdClassName
 {
   border-color: #F01491;
 }
 .TagClassName
 {
   border-color: #F01491;
 }
</style>