Shades of Deep Pink #FF1976
Tints of Deep Pink #FF1976
RGB
CMYK
RGB Variations
Color information
#FF1976 (or 0xFF1976) is known color: Deep Pink. HEX triplet: FF, 19 and 76. RGB value is (255,25,118). Sum of RGB (Red+Green+Blue) = 255+25+118=398 (52% of max value = 765). Red value is 255 (100% from 255 or 64.07% from 398); Green value is 25 (10.16% from 255 or 6.28% from 398); Blue value is 118 (46.48% from 255 or 29.65% from 398); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1976 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1976 is #00E689. Grayscale: #686868. Windows color (decimal): -59018 or 7739903. OLE color: 7739903.
HSL color Cylindrical-coordinate representation of color #FF1976: hue angle of 335.74º 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 #FF1976 is Cyan = 0, Magento = 0.90, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 25 | 118 | - |
| CMYK | 0 | 0.90 | 0.54 | 0 |
| HSL | 335.74º | 1% | 0.55% | - |
| HSV(B) | 335.74º | 0.9% | 1% | - |
| XYZ | 44.86 | 23.26 | 19.27 | - |
| YUV | 104.37 | 135.7 | 235.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 25 | 118 | 0 | 0.90 | 0.54 | 0 | 335.74 | 1 | 0.55 |
| Hex | FF | 19 | 76 | 0 | 5A | 36 | 0 | 150 | 64 | 37 |
| Octal | 377 | 31 | 166 | 0 | 132 | 66 | 0 | 520 | 144 | 67 |
| Binary | 11111111 | 11001 | 1110110 | 0 | 1011010 | 110110 | 0 | 101010000 | 1100100 | 110111 |
Color Harmonies of #FF1976
Complementary color
Monochromatic Colors of #FF1976
Black with #FF1976
Text Example
Text Example
White with #FF1976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1976; }
p { color: rgb(255,25,118); }
H1.HeaderClassName
{
color: #FF1976;
}
.AnyTagClassName
{
color: #FF1976;
}
</style>
background-color css
<style>
a { background-color: #FF1976; }
a { background-color: rgb(255,25,118); }
div.DivClassName
{
background-color: #FF1976;
}
.BgClassName
{
background-color: #FF1976;
}
</style>
border-color css
<style>
span { border-color: #FF1976; }
span { border-color: rgb(255,25,118); }
td.TdClassName
{
border-color: #FF1976;
}
.TagClassName
{
border-color: #FF1976;
}
</style>