Shades of Deep Pink #FF2288
Tints of Deep Pink #FF2288
RGB
CMYK
RGB Variations
Color information
#FF2288 (or 0xFF2288) is known color: Deep Pink. HEX triplet: FF, 22 and 88. RGB value is (255,34,136). Sum of RGB (Red+Green+Blue) = 255+34+136=425 (56% of max value = 765). Red value is 255 (100% from 255 or 60% from 425); Green value is 34 (13.67% from 255 or 8% from 425); Blue value is 136 (53.52% from 255 or 32% from 425); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2288 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2288 is #00DD77. Grayscale: #6F6F6F. Windows color (decimal): -56696 or 8921855. OLE color: 8921855.
HSL color Cylindrical-coordinate representation of color #FF2288: hue angle of 332.31º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FF2288 is Cyan = 0, Magento = 0.87, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 34 | 136 | - |
| CMYK | 0 | 0.87 | 0.47 | 0 |
| HSL | 332.31º | 1% | 0.57% | - |
| HSV(B) | 332.31º | 0.87% | 1% | - |
| XYZ | 46.26 | 24.18 | 25.52 | - |
| YUV | 111.71 | 141.72 | 230.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 34 | 136 | 0 | 0.87 | 0.47 | 0 | 332.31 | 1 | 0.57 |
| Hex | FF | 22 | 88 | 0 | 57 | 2F | 0 | 14C | 64 | 39 |
| Octal | 377 | 42 | 210 | 0 | 127 | 57 | 0 | 514 | 144 | 71 |
| Binary | 11111111 | 100010 | 10001000 | 0 | 1010111 | 101111 | 0 | 101001100 | 1100100 | 111001 |
Color Harmonies of #FF2288
Complementary color
Monochromatic Colors of #FF2288
Black with #FF2288
Text Example
Text Example
White with #FF2288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2288; }
p { color: rgb(255,34,136); }
H1.HeaderClassName
{
color: #FF2288;
}
.AnyTagClassName
{
color: #FF2288;
}
</style>
background-color css
<style>
a { background-color: #FF2288; }
a { background-color: rgb(255,34,136); }
div.DivClassName
{
background-color: #FF2288;
}
.BgClassName
{
background-color: #FF2288;
}
</style>
border-color css
<style>
span { border-color: #FF2288; }
span { border-color: rgb(255,34,136); }
td.TdClassName
{
border-color: #FF2288;
}
.TagClassName
{
border-color: #FF2288;
}
</style>