Shades of Deep Pink #FF1974
Tints of Deep Pink #FF1974
RGB
CMYK
RGB Variations
Color information
#FF1974 (or 0xFF1974) is known color: Deep Pink. HEX triplet: FF, 19 and 74. RGB value is (255,25,116). Sum of RGB (Red+Green+Blue) = 255+25+116=396 (52% of max value = 765). Red value is 255 (100% from 255 or 64.39% from 396); Green value is 25 (10.16% from 255 or 6.31% from 396); Blue value is 116 (45.70% from 255 or 29.29% from 396); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1974 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1974 is #00E68B. Grayscale: #686868. Windows color (decimal): -59020 or 7608831. OLE color: 7608831.
HSL color Cylindrical-coordinate representation of color #FF1974: hue angle of 336.26º 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 #FF1974 is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 25 | 116 | - |
| CMYK | 0 | 0.90 | 0.55 | 0 |
| HSL | 336.26º | 1% | 0.55% | - |
| HSV(B) | 336.26º | 0.9% | 1% | - |
| XYZ | 44.74 | 23.22 | 18.65 | - |
| YUV | 104.14 | 134.7 | 235.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 25 | 116 | 0 | 0.90 | 0.55 | 0 | 336.26 | 1 | 0.55 |
| Hex | FF | 19 | 74 | 0 | 5A | 37 | 0 | 150 | 64 | 37 |
| Octal | 377 | 31 | 164 | 0 | 132 | 67 | 0 | 520 | 144 | 67 |
| Binary | 11111111 | 11001 | 1110100 | 0 | 1011010 | 110111 | 0 | 101010000 | 1100100 | 110111 |
Color Harmonies of #FF1974
Complementary color
Monochromatic Colors of #FF1974
Black with #FF1974
Text Example
Text Example
White with #FF1974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1974; }
p { color: rgb(255,25,116); }
H1.HeaderClassName
{
color: #FF1974;
}
.AnyTagClassName
{
color: #FF1974;
}
</style>
background-color css
<style>
a { background-color: #FF1974; }
a { background-color: rgb(255,25,116); }
div.DivClassName
{
background-color: #FF1974;
}
.BgClassName
{
background-color: #FF1974;
}
</style>
border-color css
<style>
span { border-color: #FF1974; }
span { border-color: rgb(255,25,116); }
td.TdClassName
{
border-color: #FF1974;
}
.TagClassName
{
border-color: #FF1974;
}
</style>