Shades of Deep Pink #FF1772
Tints of Deep Pink #FF1772
RGB
CMYK
RGB Variations
Color information
#FF1772 (or 0xFF1772) is known color: Deep Pink. HEX triplet: FF, 17 and 72. RGB value is (255,23,114). Sum of RGB (Red+Green+Blue) = 255+23+114=392 (51% of max value = 765). Red value is 255 (100% from 255 or 65.05% from 392); Green value is 23 (9.38% from 255 or 5.87% from 392); Blue value is 114 (44.92% from 255 or 29.08% from 392); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1772 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1772 is #00E88D. Grayscale: #666666. Windows color (decimal): -59534 or 7477247. OLE color: 7477247.
HSL color Cylindrical-coordinate representation of color #FF1772: hue angle of 336.47º 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 #FF1772 is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 23 | 114 | - |
| CMYK | 0 | 0.91 | 0.55 | 0 |
| HSL | 336.47º | 1% | 0.55% | - |
| HSV(B) | 336.47º | 0.91% | 1% | - |
| XYZ | 44.58 | 23.09 | 18.03 | - |
| YUV | 102.74 | 134.36 | 236.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 23 | 114 | 0 | 0.91 | 0.55 | 0 | 336.47 | 1 | 0.55 |
| Hex | FF | 17 | 72 | 0 | 5B | 37 | 0 | 150 | 64 | 37 |
| Octal | 377 | 27 | 162 | 0 | 133 | 67 | 0 | 520 | 144 | 67 |
| Binary | 11111111 | 10111 | 1110010 | 0 | 1011011 | 110111 | 0 | 101010000 | 1100100 | 110111 |
Color Harmonies of #FF1772
Complementary color
Monochromatic Colors of #FF1772
Black with #FF1772
Text Example
Text Example
White with #FF1772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1772; }
p { color: rgb(255,23,114); }
H1.HeaderClassName
{
color: #FF1772;
}
.AnyTagClassName
{
color: #FF1772;
}
</style>
background-color css
<style>
a { background-color: #FF1772; }
a { background-color: rgb(255,23,114); }
div.DivClassName
{
background-color: #FF1772;
}
.BgClassName
{
background-color: #FF1772;
}
</style>
border-color css
<style>
span { border-color: #FF1772; }
span { border-color: rgb(255,23,114); }
td.TdClassName
{
border-color: #FF1772;
}
.TagClassName
{
border-color: #FF1772;
}
</style>