Shades of Deep Pink #FF1879
Tints of Deep Pink #FF1879
RGB
CMYK
RGB Variations
Color information
#FF1879 (or 0xFF1879) is known color: Deep Pink. HEX triplet: FF, 18 and 79. RGB value is (255,24,121). Sum of RGB (Red+Green+Blue) = 255+24+121=400 (52% of max value = 765). Red value is 255 (100% from 255 or 63.75% from 400); Green value is 24 (9.77% from 255 or 6% from 400); Blue value is 121 (47.66% from 255 or 30.25% from 400); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1879 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1879 is #00E786. Grayscale: #676767. Windows color (decimal): -59271 or 7936255. OLE color: 7936255.
HSL color Cylindrical-coordinate representation of color #FF1879: hue angle of 334.81º 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 #FF1879 is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 24 | 121 | - |
| CMYK | 0 | 0.91 | 0.53 | 0 |
| HSL | 334.81º | 1% | 0.55% | - |
| HSV(B) | 334.81º | 0.91% | 1% | - |
| XYZ | 45.02 | 23.29 | 20.21 | - |
| YUV | 104.13 | 137.53 | 235.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 24 | 121 | 0 | 0.91 | 0.53 | 0 | 334.81 | 1 | 0.55 |
| Hex | FF | 18 | 79 | 0 | 5B | 35 | 0 | 14F | 64 | 37 |
| Octal | 377 | 30 | 171 | 0 | 133 | 65 | 0 | 517 | 144 | 67 |
| Binary | 11111111 | 11000 | 1111001 | 0 | 1011011 | 110101 | 0 | 101001111 | 1100100 | 110111 |
Color Harmonies of #FF1879
Complementary color
Monochromatic Colors of #FF1879
Black with #FF1879
Text Example
Text Example
White with #FF1879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1879; }
p { color: rgb(255,24,121); }
H1.HeaderClassName
{
color: #FF1879;
}
.AnyTagClassName
{
color: #FF1879;
}
</style>
background-color css
<style>
a { background-color: #FF1879; }
a { background-color: rgb(255,24,121); }
div.DivClassName
{
background-color: #FF1879;
}
.BgClassName
{
background-color: #FF1879;
}
</style>
border-color css
<style>
span { border-color: #FF1879; }
span { border-color: rgb(255,24,121); }
td.TdClassName
{
border-color: #FF1879;
}
.TagClassName
{
border-color: #FF1879;
}
</style>