Html Css Color HEX #F01396 Deep Pink

📋 copy color: '#F01396'

red 240 ◦ green 19 ◦ blue 150

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

Shades of Deep Pink #F01396

Tints of Deep Pink #F01396

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 36.67%

R = 58.68%
G = 4.65%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#F01396 (or 0xF01396) is known color: Deep Pink. HEX triplet: F0, 13 and 96. RGB value is (240,19,150). Sum of RGB (Red+Green+Blue) = 240+19+150=409 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.68% from 409); Green value is 19 (7.81% from 255 or 4.65% from 409); Blue value is 150 (58.98% from 255 or 36.67% from 409); Max value from RGB is 240 - color contains mainly: red. Hex color #F01396 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F01396 is #0FEC69. Grayscale: #636363. Windows color (decimal): -1043562 or 9835504. OLE color: 9835504.

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

Color convert

RGB 240 19 150 -
CMYK 0 0.92 0.37 0.06
HSL 324.43º 0.88% 0.51% -
HSV(B) 324.43º 0.92% 0.94% -
XYZ 41.67 21.19 30.75 -
YUV 100.01 156.22 227.85 -
System Red Green Blue C M Y K H S L
Decimal 240 19 150 0 0.92 0.37 0.06 324.43 0.88 0.51
Hex F0 13 96 0 5C 25 6 144 58 33
Octal 360 23 226 0 134 45 6 504 130 63
Binary 11110000 10011 10010110 0 1011100 100101 110 101000100 1011000 110011

Color Harmonies of #F01396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01396

Black with #F01396

Text Example


Text Example

White with #F01396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01396; }

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

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

background-color css

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

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

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

border-color css

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

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

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