Html Css Color HEX #F01997 Deep Pink

📋 copy color: '#F01997'

red 240 ◦ green 25 ◦ blue 151

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

Shades of Deep Pink #F01997

Tints of Deep Pink #F01997

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.01%

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

R = 57.69%
G = 6.01%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#F01997 (or 0xF01997) is known color: Deep Pink. HEX triplet: F0, 19 and 97. RGB value is (240,25,151). Sum of RGB (Red+Green+Blue) = 240+25+151=416 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.69% from 416); Green value is 25 (10.16% from 255 or 6.01% from 416); Blue value is 151 (59.38% from 255 or 36.30% from 416); Max value from RGB is 240 - color contains mainly: red. Hex color #F01997 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F01997 is #0FE668. Grayscale: #676767. Windows color (decimal): -1042025 or 9902576. OLE color: 9902576.

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

Color convert

RGB 240 25 151 -
CMYK 0 0.90 0.37 0.06
HSL 324.84º 0.88% 0.52% -
HSV(B) 324.84º 0.9% 0.94% -
XYZ 41.87 21.45 31.21 -
YUV 103.65 154.73 225.25 -
System Red Green Blue C M Y K H S L
Decimal 240 25 151 0 0.90 0.37 0.06 324.84 0.88 0.52
Hex F0 19 97 0 5A 25 6 145 58 34
Octal 360 31 227 0 132 45 6 505 130 64
Binary 11110000 11001 10010111 0 1011010 100101 110 101000101 1011000 110100

Color Harmonies of #F01997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01997

Black with #F01997

Text Example


Text Example

White with #F01997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01997; }

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

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

background-color css

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

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

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

border-color css

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

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

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