Shades of Deep Pink #FF227E
Tints of Deep Pink #FF227E
RGB
CMYK
RGB Variations
Color information
#FF227E (or 0xFF227E) is known color: Deep Pink. HEX triplet: FF, 22 and 7E. RGB value is (255,34,126). Sum of RGB (Red+Green+Blue) = 255+34+126=415 (54% of max value = 765). Red value is 255 (100% from 255 or 61.45% from 415); Green value is 34 (13.67% from 255 or 8.19% from 415); Blue value is 126 (49.61% from 255 or 30.36% from 415); Max value from RGB is 255 - color contains mainly: red. Hex color #FF227E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF227E is #00DD81. Grayscale: #6E6E6E. Windows color (decimal): -56706 or 8266495. OLE color: 8266495.
HSL color Cylindrical-coordinate representation of color #FF227E: hue angle of 335.02º 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 #FF227E is Cyan = 0, Magento = 0.87, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 34 | 126 | - |
| CMYK | 0 | 0.87 | 0.51 | 0 |
| HSL | 335.02º | 1% | 0.57% | - |
| HSV(B) | 335.02º | 0.87% | 1% | - |
| XYZ | 45.58 | 23.91 | 21.95 | - |
| YUV | 110.57 | 136.72 | 231.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 34 | 126 | 0 | 0.87 | 0.51 | 0 | 335.02 | 1 | 0.57 |
| Hex | FF | 22 | 7E | 0 | 57 | 33 | 0 | 14F | 64 | 39 |
| Octal | 377 | 42 | 176 | 0 | 127 | 63 | 0 | 517 | 144 | 71 |
| Binary | 11111111 | 100010 | 1111110 | 0 | 1010111 | 110011 | 0 | 101001111 | 1100100 | 111001 |
Color Harmonies of #FF227E
Complementary color
Monochromatic Colors of #FF227E
Black with #FF227E
Text Example
Text Example
White with #FF227E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF227E; }
p { color: rgb(255,34,126); }
H1.HeaderClassName
{
color: #FF227E;
}
.AnyTagClassName
{
color: #FF227E;
}
</style>
background-color css
<style>
a { background-color: #FF227E; }
a { background-color: rgb(255,34,126); }
div.DivClassName
{
background-color: #FF227E;
}
.BgClassName
{
background-color: #FF227E;
}
</style>
border-color css
<style>
span { border-color: #FF227E; }
span { border-color: rgb(255,34,126); }
td.TdClassName
{
border-color: #FF227E;
}
.TagClassName
{
border-color: #FF227E;
}
</style>