Html Css Color HEX #F01497 Deep Pink

📋 copy color: '#F01497'

red 240 ◦ green 20 ◦ blue 151

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

Shades of Deep Pink #F01497

Tints of Deep Pink #F01497

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 36.74%

R = 58.39%
G = 4.87%
B = 36.74%

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

#F01497 (or 0xF01497) is known color: Deep Pink. HEX triplet: F0, 14 and 97. RGB value is (240,20,151). Sum of RGB (Red+Green+Blue) = 240+20+151=411 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.39% from 411); Green value is 20 (8.20% from 255 or 4.87% from 411); Blue value is 151 (59.38% from 255 or 36.74% from 411); Max value from RGB is 240 - color contains mainly: red. Hex color #F01497 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F01497 is #0FEB68. Grayscale: #646464. Windows color (decimal): -1043305 or 9901296. OLE color: 9901296.

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

Color convert

RGB 240 20 151 -
CMYK 0 0.92 0.37 0.06
HSL 324.27º 0.88% 0.51% -
HSV(B) 324.27º 0.92% 0.94% -
XYZ 41.77 21.26 31.18 -
YUV 100.71 156.39 227.35 -
System Red Green Blue C M Y K H S L
Decimal 240 20 151 0 0.92 0.37 0.06 324.27 0.88 0.51
Hex F0 14 97 0 5C 25 6 144 58 33
Octal 360 24 227 0 134 45 6 504 130 63
Binary 11110000 10100 10010111 0 1011100 100101 110 101000100 1011000 110011

Color Harmonies of #F01497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01497

Black with #F01497

Text Example


Text Example

White with #F01497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01497; }

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

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

background-color css

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

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

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

border-color css

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

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

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