Html Css Color HEX #FF1972 Deep Pink

📋 copy color: '#FF1972'

red 255 ◦ green 25 ◦ blue 114

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

Shades of Deep Pink #FF1972

Tints of Deep Pink #FF1972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 28.93%

R = 64.72%
G = 6.35%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.55

 K value IS 0

RGB Variations

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

Color information

#FF1972 (or 0xFF1972) is known color: Deep Pink. HEX triplet: FF, 19 and 72. RGB value is (255,25,114). Sum of RGB (Red+Green+Blue) = 255+25+114=394 (52% of max value = 765). Red value is 255 (100% from 255 or 64.72% from 394); Green value is 25 (10.16% from 255 or 6.35% from 394); Blue value is 114 (44.92% from 255 or 28.93% from 394); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1972 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1972 is #00E68D. Grayscale: #676767. Windows color (decimal): -59022 or 7477759. OLE color: 7477759.

HSL color Cylindrical-coordinate representation of color #FF1972: hue angle of 336.78º 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 #FF1972 is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.

Color convert

RGB 255 25 114 -
CMYK 0 0.90 0.55 0
HSL 336.78º 1% 0.55% -
HSV(B) 336.78º 0.9% 1% -
XYZ 44.62 23.17 18.04 -
YUV 103.92 133.7 235.76 -
System Red Green Blue C M Y K H S L
Decimal 255 25 114 0 0.90 0.55 0 336.78 1 0.55
Hex FF 19 72 0 5A 37 0 151 64 37
Octal 377 31 162 0 132 67 0 521 144 67
Binary 11111111 11001 1110010 0 1011010 110111 0 101010001 1100100 110111

Color Harmonies of #FF1972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1972

Black with #FF1972

Text Example


Text Example

White with #FF1972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1972; }

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

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

background-color css

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

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

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

border-color css

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

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

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