Shades of Deep Pink #FF0277
Tints of Deep Pink #FF0277
RGB
CMYK
RGB Variations
Color information
#FF0277 (or 0xFF0277) is known color: Deep Pink. HEX triplet: FF, 02 and 77. RGB value is (255,2,119). Sum of RGB (Red+Green+Blue) = 255+2+119=376 (49% of max value = 765). Red value is 255 (100% from 255 or 67.82% from 376); Green value is 2 (1.17% from 255 or 0.53% from 376); Blue value is 119 (46.88% from 255 or 31.65% from 376); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0277 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0277 is #00FD88. Grayscale: #5A5A5A. Windows color (decimal): -64905 or 7799551. OLE color: 7799551.
HSL color Cylindrical-coordinate representation of color #FF0277: hue angle of 332.25º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF0277 is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 2 | 119 | - |
| CMYK | 0 | 0.99 | 0.53 | 0 |
| HSL | 332.25º | 1% | 0.5% | - |
| HSV(B) | 332.25º | 0.99% | 1% | - |
| XYZ | 44.59 | 22.64 | 19.47 | - |
| YUV | 90.99 | 143.82 | 244.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 2 | 119 | 0 | 0.99 | 0.53 | 0 | 332.25 | 1 | 0.5 |
| Hex | FF | 2 | 77 | 0 | 63 | 35 | 0 | 14C | 64 | 32 |
| Octal | 377 | 2 | 167 | 0 | 143 | 65 | 0 | 514 | 144 | 62 |
| Binary | 11111111 | 10 | 1110111 | 0 | 1100011 | 110101 | 0 | 101001100 | 1100100 | 110010 |
Color Harmonies of #FF0277
Complementary color
Monochromatic Colors of #FF0277
Black with #FF0277
Text Example
Text Example
White with #FF0277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0277; }
p { color: rgb(255,2,119); }
H1.HeaderClassName
{
color: #FF0277;
}
.AnyTagClassName
{
color: #FF0277;
}
</style>
background-color css
<style>
a { background-color: #FF0277; }
a { background-color: rgb(255,2,119); }
div.DivClassName
{
background-color: #FF0277;
}
.BgClassName
{
background-color: #FF0277;
}
</style>
border-color css
<style>
span { border-color: #FF0277; }
span { border-color: rgb(255,2,119); }
td.TdClassName
{
border-color: #FF0277;
}
.TagClassName
{
border-color: #FF0277;
}
</style>