Shades of Deep Pink #FF1874
Tints of Deep Pink #FF1874
RGB
CMYK
RGB Variations
Color information
#FF1874 (or 0xFF1874) is known color: Deep Pink. HEX triplet: FF, 18 and 74. RGB value is (255,24,116). Sum of RGB (Red+Green+Blue) = 255+24+116=395 (52% of max value = 765). Red value is 255 (100% from 255 or 64.56% from 395); Green value is 24 (9.77% from 255 or 6.08% from 395); Blue value is 116 (45.70% from 255 or 29.37% from 395); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1874 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1874 is #00E78B. Grayscale: #676767. Windows color (decimal): -59276 or 7608575. OLE color: 7608575.
HSL color Cylindrical-coordinate representation of color #FF1874: hue angle of 336.1º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FF1874 is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 24 | 116 | - |
| CMYK | 0 | 0.91 | 0.55 | 0 |
| HSL | 336.1º | 1% | 0.55% | - |
| HSV(B) | 336.1º | 0.91% | 1% | - |
| XYZ | 44.72 | 23.17 | 18.64 | - |
| YUV | 103.56 | 135.03 | 236.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 24 | 116 | 0 | 0.91 | 0.55 | 0 | 336.1 | 1 | 0.55 |
| Hex | FF | 18 | 74 | 0 | 5B | 37 | 0 | 150 | 64 | 37 |
| Octal | 377 | 30 | 164 | 0 | 133 | 67 | 0 | 520 | 144 | 67 |
| Binary | 11111111 | 11000 | 1110100 | 0 | 1011011 | 110111 | 0 | 101010000 | 1100100 | 110111 |
Color Harmonies of #FF1874
Complementary color
Monochromatic Colors of #FF1874
Black with #FF1874
Text Example
Text Example
White with #FF1874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1874; }
p { color: rgb(255,24,116); }
H1.HeaderClassName
{
color: #FF1874;
}
.AnyTagClassName
{
color: #FF1874;
}
</style>
background-color css
<style>
a { background-color: #FF1874; }
a { background-color: rgb(255,24,116); }
div.DivClassName
{
background-color: #FF1874;
}
.BgClassName
{
background-color: #FF1874;
}
</style>
border-color css
<style>
span { border-color: #FF1874; }
span { border-color: rgb(255,24,116); }
td.TdClassName
{
border-color: #FF1874;
}
.TagClassName
{
border-color: #FF1874;
}
</style>