Html Css Color HEX #FF1997 Deep Pink

📋 copy color: '#FF1997'

red 255 ◦ green 25 ◦ blue 151

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

Shades of Deep Pink #FF1997

Tints of Deep Pink #FF1997

RGB

 RED value IS 255 (100% from 255) = 59.16%

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

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

R = 59.16%
G = 5.8%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.41

 K value IS 0

RGB Variations

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

Color information

#FF1997 (or 0xFF1997) is known color: Deep Pink. HEX triplet: FF, 19 and 97. RGB value is (255,25,151). Sum of RGB (Red+Green+Blue) = 255+25+151=431 (57% of max value = 765). Red value is 255 (100% from 255 or 59.16% from 431); Green value is 25 (10.16% from 255 or 5.80% from 431); Blue value is 151 (59.38% from 255 or 35.03% from 431); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1997 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF1997 is #00E668. Grayscale: #6B6B6B. Windows color (decimal): -58985 or 9902591. OLE color: 9902591.

HSL color Cylindrical-coordinate representation of color #FF1997: hue angle of 327.13º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FF1997 is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.

Color convert

RGB 255 25 151 -
CMYK 0 0.90 0.41 0
HSL 327.13º 1% 0.55% -
HSV(B) 327.13º 0.9% 1% -
XYZ 47.17 24.19 31.46 -
YUV 108.13 152.2 232.75 -
System Red Green Blue C M Y K H S L
Decimal 255 25 151 0 0.90 0.41 0 327.13 1 0.55
Hex FF 19 97 0 5A 29 0 147 64 37
Octal 377 31 227 0 132 51 0 507 144 67
Binary 11111111 11001 10010111 0 1011010 101001 0 101000111 1100100 110111

Color Harmonies of #FF1997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1997

Black with #FF1997

Text Example


Text Example

White with #FF1997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1997; }

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

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

background-color css

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

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

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

border-color css

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

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

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