Shades of Deep Pink #F9227C
Tints of Deep Pink #F9227C
RGB
CMYK
RGB Variations
Color information
#F9227C (or 0xF9227C) is known color: Deep Pink. HEX triplet: F9, 22 and 7C. RGB value is (249,34,124). Sum of RGB (Red+Green+Blue) = 249+34+124=407 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.18% from 407); Green value is 34 (13.67% from 255 or 8.35% from 407); Blue value is 124 (48.83% from 255 or 30.47% from 407); Max value from RGB is 249 - color contains mainly: red. Hex color #F9227C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9227C is #06DD83. Grayscale: #6C6C6C. Windows color (decimal): -449924 or 8135417. OLE color: 8135417.
HSL color Cylindrical-coordinate representation of color #F9227C: hue angle of 334.88º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F9227C is Cyan = 0, Magento = 0.86, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 34 | 124 | - |
| CMYK | 0 | 0.86 | 0.50 | 0.02 |
| HSL | 334.88º | 0.95% | 0.55% | - |
| HSV(B) | 334.88º | 0.86% | 0.98% | - |
| XYZ | 43.28 | 22.74 | 21.18 | - |
| YUV | 108.55 | 136.73 | 228.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 34 | 124 | 0 | 0.86 | 0.50 | 0.02 | 334.88 | 0.95 | 0.55 |
| Hex | F9 | 22 | 7C | 0 | 56 | 32 | 2 | 14F | 5F | 37 |
| Octal | 371 | 42 | 174 | 0 | 126 | 62 | 2 | 517 | 137 | 67 |
| Binary | 11111001 | 100010 | 1111100 | 0 | 1010110 | 110010 | 10 | 101001111 | 1011111 | 110111 |
Color Harmonies of #F9227C
Complementary color
Monochromatic Colors of #F9227C
Black with #F9227C
Text Example
Text Example
White with #F9227C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9227C; }
p { color: rgb(249,34,124); }
H1.HeaderClassName
{
color: #F9227C;
}
.AnyTagClassName
{
color: #F9227C;
}
</style>
background-color css
<style>
a { background-color: #F9227C; }
a { background-color: rgb(249,34,124); }
div.DivClassName
{
background-color: #F9227C;
}
.BgClassName
{
background-color: #F9227C;
}
</style>
border-color css
<style>
span { border-color: #F9227C; }
span { border-color: rgb(249,34,124); }
td.TdClassName
{
border-color: #F9227C;
}
.TagClassName
{
border-color: #F9227C;
}
</style>