Shades of Deep Pink #FF1F78
Tints of Deep Pink #FF1F78
RGB
CMYK
RGB Variations
Color information
#FF1F78 (or 0xFF1F78) is known color: Deep Pink. HEX triplet: FF, 1F and 78. RGB value is (255,31,120). Sum of RGB (Red+Green+Blue) = 255+31+120=406 (53% of max value = 765). Red value is 255 (100% from 255 or 62.81% from 406); Green value is 31 (12.5% from 255 or 7.64% from 406); Blue value is 120 (47.27% from 255 or 29.56% from 406); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1F78 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF1F78 is #00E087. Grayscale: #6B6B6B. Windows color (decimal): -57480 or 7872511. OLE color: 7872511.
HSL color Cylindrical-coordinate representation of color #FF1F78: hue angle of 336.16º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FF1F78 is Cyan = 0, Magento = 0.88, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 31 | 120 | - |
| CMYK | 0 | 0.88 | 0.53 | 0 |
| HSL | 336.16º | 1% | 0.56% | - |
| HSV(B) | 336.16º | 0.88% | 1% | - |
| XYZ | 45.12 | 23.6 | 19.95 | - |
| YUV | 108.12 | 134.71 | 232.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 31 | 120 | 0 | 0.88 | 0.53 | 0 | 336.16 | 1 | 0.56 |
| Hex | FF | 1F | 78 | 0 | 58 | 35 | 0 | 150 | 64 | 38 |
| Octal | 377 | 37 | 170 | 0 | 130 | 65 | 0 | 520 | 144 | 70 |
| Binary | 11111111 | 11111 | 1111000 | 0 | 1011000 | 110101 | 0 | 101010000 | 1100100 | 111000 |
Color Harmonies of #FF1F78
Complementary color
Monochromatic Colors of #FF1F78
Black with #FF1F78
Text Example
Text Example
White with #FF1F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1F78; }
p { color: rgb(255,31,120); }
H1.HeaderClassName
{
color: #FF1F78;
}
.AnyTagClassName
{
color: #FF1F78;
}
</style>
background-color css
<style>
a { background-color: #FF1F78; }
a { background-color: rgb(255,31,120); }
div.DivClassName
{
background-color: #FF1F78;
}
.BgClassName
{
background-color: #FF1F78;
}
</style>
border-color css
<style>
span { border-color: #FF1F78; }
span { border-color: rgb(255,31,120); }
td.TdClassName
{
border-color: #FF1F78;
}
.TagClassName
{
border-color: #FF1F78;
}
</style>