Html Css Color HEX #F01596 Deep Pink

📋 copy color: '#F01596'

red 240 ◦ green 21 ◦ blue 150

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

Shades of Deep Pink #F01596

Tints of Deep Pink #F01596

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.11%

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

R = 58.39%
G = 5.11%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#F01596 (or 0xF01596) is known color: Deep Pink. HEX triplet: F0, 15 and 96. RGB value is (240,21,150). Sum of RGB (Red+Green+Blue) = 240+21+150=411 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.39% from 411); Green value is 21 (8.59% from 255 or 5.11% from 411); Blue value is 150 (58.98% from 255 or 36.50% from 411); Max value from RGB is 240 - color contains mainly: red. Hex color #F01596 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F01596 is #0FEA69. Grayscale: #646464. Windows color (decimal): -1043050 or 9836016. OLE color: 9836016.

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

Color convert

RGB 240 21 150 -
CMYK 0 0.91 0.37 0.06
HSL 324.66º 0.88% 0.51% -
HSV(B) 324.66º 0.91% 0.94% -
XYZ 41.71 21.26 30.76 -
YUV 101.19 155.55 227.01 -
System Red Green Blue C M Y K H S L
Decimal 240 21 150 0 0.91 0.37 0.06 324.66 0.88 0.51
Hex F0 15 96 0 5B 25 6 145 58 33
Octal 360 25 226 0 133 45 6 505 130 63
Binary 11110000 10101 10010110 0 1011011 100101 110 101000101 1011000 110011

Color Harmonies of #F01596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01596

Black with #F01596

Text Example


Text Example

White with #F01596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01596; }

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

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

background-color css

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

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

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

border-color css

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

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

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