Shades of Deep Pink #FF228A
Tints of Deep Pink #FF228A
RGB
CMYK
RGB Variations
Color information
#FF228A (or 0xFF228A) is known color: Deep Pink. HEX triplet: FF, 22 and 8A. RGB value is (255,34,138). Sum of RGB (Red+Green+Blue) = 255+34+138=427 (56% of max value = 765). Red value is 255 (100% from 255 or 59.72% from 427); Green value is 34 (13.67% from 255 or 7.96% from 427); Blue value is 138 (54.30% from 255 or 32.32% from 427); Max value from RGB is 255 - color contains mainly: red. Hex color #FF228A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF228A is #00DD75. Grayscale: #6F6F6F. Windows color (decimal): -56694 or 9052927. OLE color: 9052927.
HSL color Cylindrical-coordinate representation of color #FF228A: hue angle of 331.76º 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 #FF228A is Cyan = 0, Magento = 0.87, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 34 | 138 | - |
| CMYK | 0 | 0.87 | 0.46 | 0 |
| HSL | 331.76º | 1% | 0.57% | - |
| HSV(B) | 331.76º | 0.87% | 1% | - |
| XYZ | 46.4 | 24.24 | 26.28 | - |
| YUV | 111.94 | 142.72 | 230.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 34 | 138 | 0 | 0.87 | 0.46 | 0 | 331.76 | 1 | 0.57 |
| Hex | FF | 22 | 8A | 0 | 57 | 2E | 0 | 14C | 64 | 39 |
| Octal | 377 | 42 | 212 | 0 | 127 | 56 | 0 | 514 | 144 | 71 |
| Binary | 11111111 | 100010 | 10001010 | 0 | 1010111 | 101110 | 0 | 101001100 | 1100100 | 111001 |
Color Harmonies of #FF228A
Complementary color
Monochromatic Colors of #FF228A
Black with #FF228A
Text Example
Text Example
White with #FF228A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF228A; }
p { color: rgb(255,34,138); }
H1.HeaderClassName
{
color: #FF228A;
}
.AnyTagClassName
{
color: #FF228A;
}
</style>
background-color css
<style>
a { background-color: #FF228A; }
a { background-color: rgb(255,34,138); }
div.DivClassName
{
background-color: #FF228A;
}
.BgClassName
{
background-color: #FF228A;
}
</style>
border-color css
<style>
span { border-color: #FF228A; }
span { border-color: rgb(255,34,138); }
td.TdClassName
{
border-color: #FF228A;
}
.TagClassName
{
border-color: #FF228A;
}
</style>