Html Css Color HEX #F01391 Deep Pink

📋 copy color: '#F01391'

red 240 ◦ green 19 ◦ blue 145

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

Shades of Deep Pink #F01391

Tints of Deep Pink #F01391

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.7%

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

R = 59.41%
G = 4.7%
B = 35.89%

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

#F01391 (or 0xF01391) is known color: Deep Pink. HEX triplet: F0, 13 and 91. RGB value is (240,19,145). Sum of RGB (Red+Green+Blue) = 240+19+145=404 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.41% from 404); Green value is 19 (7.81% from 255 or 4.70% from 404); Blue value is 145 (57.03% from 255 or 35.89% from 404); Max value from RGB is 240 - color contains mainly: red. Hex color #F01391 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F01391 is #0FEC6E. Grayscale: #636363. Windows color (decimal): -1043567 or 9507824. OLE color: 9507824.

HSL color Cylindrical-coordinate representation of color #F01391: hue angle of 325.79º 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 #F01391 is Cyan = 0, Magento = 0.92, Yellow = 0.40 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 19 145 -
CMYK 0 0.92 0.40 0.06
HSL 325.79º 0.88% 0.51% -
HSV(B) 325.79º 0.92% 0.94% -
XYZ 41.28 21.04 28.67 -
YUV 99.44 153.72 228.25 -
System Red Green Blue C M Y K H S L
Decimal 240 19 145 0 0.92 0.40 0.06 325.79 0.88 0.51
Hex F0 13 91 0 5C 28 6 146 58 33
Octal 360 23 221 0 134 50 6 506 130 63
Binary 11110000 10011 10010001 0 1011100 101000 110 101000110 1011000 110011

Color Harmonies of #F01391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01391

Black with #F01391

Text Example


Text Example

White with #F01391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01391; }

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

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

background-color css

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

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

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

border-color css

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

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

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