Shades of Deep Pink #FF1973
Tints of Deep Pink #FF1973
RGB
CMYK
RGB Variations
Color information
#FF1973 (or 0xFF1973) is known color: Deep Pink. HEX triplet: FF, 19 and 73. RGB value is (255,25,115). Sum of RGB (Red+Green+Blue) = 255+25+115=395 (52% of max value = 765). Red value is 255 (100% from 255 or 64.56% from 395); Green value is 25 (10.16% from 255 or 6.33% from 395); Blue value is 115 (45.31% from 255 or 29.11% from 395); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1973 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1973 is #00E68C. Grayscale: #676767. Windows color (decimal): -59021 or 7543295. OLE color: 7543295.
HSL color Cylindrical-coordinate representation of color #FF1973: hue angle of 336.52º 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 #FF1973 is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 25 | 115 | - |
| CMYK | 0 | 0.90 | 0.55 | 0 |
| HSL | 336.52º | 1% | 0.55% | - |
| HSV(B) | 336.52º | 0.9% | 1% | - |
| XYZ | 44.68 | 23.19 | 18.34 | - |
| YUV | 104.03 | 134.2 | 235.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 25 | 115 | 0 | 0.90 | 0.55 | 0 | 336.52 | 1 | 0.55 |
| Hex | FF | 19 | 73 | 0 | 5A | 37 | 0 | 151 | 64 | 37 |
| Octal | 377 | 31 | 163 | 0 | 132 | 67 | 0 | 521 | 144 | 67 |
| Binary | 11111111 | 11001 | 1110011 | 0 | 1011010 | 110111 | 0 | 101010001 | 1100100 | 110111 |
Color Harmonies of #FF1973
Complementary color
Monochromatic Colors of #FF1973
Black with #FF1973
Text Example
Text Example
White with #FF1973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1973; }
p { color: rgb(255,25,115); }
H1.HeaderClassName
{
color: #FF1973;
}
.AnyTagClassName
{
color: #FF1973;
}
</style>
background-color css
<style>
a { background-color: #FF1973; }
a { background-color: rgb(255,25,115); }
div.DivClassName
{
background-color: #FF1973;
}
.BgClassName
{
background-color: #FF1973;
}
</style>
border-color css
<style>
span { border-color: #FF1973; }
span { border-color: rgb(255,25,115); }
td.TdClassName
{
border-color: #FF1973;
}
.TagClassName
{
border-color: #FF1973;
}
</style>