Shades of Deep Pink #FC227B
Tints of Deep Pink #FC227B
RGB
CMYK
RGB Variations
Color information
#FC227B (or 0xFC227B) is known color: Deep Pink. HEX triplet: FC, 22 and 7B. RGB value is (252,34,123). Sum of RGB (Red+Green+Blue) = 252+34+123=409 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.61% from 409); Green value is 34 (13.67% from 255 or 8.31% from 409); Blue value is 123 (48.44% from 255 or 30.07% from 409); Max value from RGB is 252 - color contains mainly: red. Hex color #FC227B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC227B is #03DD84. Grayscale: #6D6D6D. Windows color (decimal): -253317 or 8069884. OLE color: 8069884.
HSL color Cylindrical-coordinate representation of color #FC227B: hue angle of 335.5º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FC227B is Cyan = 0, Magento = 0.87, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 34 | 123 | - |
| CMYK | 0 | 0.87 | 0.51 | 0.01 |
| HSL | 335.5º | 0.97% | 0.56% | - |
| HSV(B) | 335.5º | 0.87% | 0.99% | - |
| XYZ | 44.29 | 23.27 | 20.9 | - |
| YUV | 109.33 | 135.72 | 229.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 34 | 123 | 0 | 0.87 | 0.51 | 0.01 | 335.5 | 0.97 | 0.56 |
| Hex | FC | 22 | 7B | 0 | 57 | 33 | 1 | 150 | 61 | 38 |
| Octal | 374 | 42 | 173 | 0 | 127 | 63 | 1 | 520 | 141 | 70 |
| Binary | 11111100 | 100010 | 1111011 | 0 | 1010111 | 110011 | 1 | 101010000 | 1100001 | 111000 |
Color Harmonies of #FC227B
Complementary color
Monochromatic Colors of #FC227B
Black with #FC227B
Text Example
Text Example
White with #FC227B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC227B; }
p { color: rgb(252,34,123); }
H1.HeaderClassName
{
color: #FC227B;
}
.AnyTagClassName
{
color: #FC227B;
}
</style>
background-color css
<style>
a { background-color: #FC227B; }
a { background-color: rgb(252,34,123); }
div.DivClassName
{
background-color: #FC227B;
}
.BgClassName
{
background-color: #FC227B;
}
</style>
border-color css
<style>
span { border-color: #FC227B; }
span { border-color: rgb(252,34,123); }
td.TdClassName
{
border-color: #FC227B;
}
.TagClassName
{
border-color: #FC227B;
}
</style>