Shades of Deep Pink #FF227B
Tints of Deep Pink #FF227B
RGB
CMYK
RGB Variations
Color information
#FF227B (or 0xFF227B) is known color: Deep Pink. HEX triplet: FF, 22 and 7B. RGB value is (255,34,123). Sum of RGB (Red+Green+Blue) = 255+34+123=412 (54% of max value = 765). Red value is 255 (100% from 255 or 61.89% from 412); Green value is 34 (13.67% from 255 or 8.25% from 412); Blue value is 123 (48.44% from 255 or 29.85% from 412); Max value from RGB is 255 - color contains mainly: red. Hex color #FF227B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF227B is #00DD84. Grayscale: #6E6E6E. Windows color (decimal): -56709 or 8069887. OLE color: 8069887.
HSL color Cylindrical-coordinate representation of color #FF227B: hue angle of 335.84º 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 #FF227B is Cyan = 0, Magento = 0.87, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 34 | 123 | - |
| CMYK | 0 | 0.87 | 0.52 | 0 |
| HSL | 335.84º | 1% | 0.57% | - |
| HSV(B) | 335.84º | 0.87% | 1% | - |
| XYZ | 45.39 | 23.83 | 20.95 | - |
| YUV | 110.23 | 135.22 | 231.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 34 | 123 | 0 | 0.87 | 0.52 | 0 | 335.84 | 1 | 0.57 |
| Hex | FF | 22 | 7B | 0 | 57 | 34 | 0 | 150 | 64 | 39 |
| Octal | 377 | 42 | 173 | 0 | 127 | 64 | 0 | 520 | 144 | 71 |
| Binary | 11111111 | 100010 | 1111011 | 0 | 1010111 | 110100 | 0 | 101010000 | 1100100 | 111001 |
Color Harmonies of #FF227B
Complementary color
Monochromatic Colors of #FF227B
Black with #FF227B
Text Example
Text Example
White with #FF227B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF227B; }
p { color: rgb(255,34,123); }
H1.HeaderClassName
{
color: #FF227B;
}
.AnyTagClassName
{
color: #FF227B;
}
</style>
background-color css
<style>
a { background-color: #FF227B; }
a { background-color: rgb(255,34,123); }
div.DivClassName
{
background-color: #FF227B;
}
.BgClassName
{
background-color: #FF227B;
}
</style>
border-color css
<style>
span { border-color: #FF227B; }
span { border-color: rgb(255,34,123); }
td.TdClassName
{
border-color: #FF227B;
}
.TagClassName
{
border-color: #FF227B;
}
</style>