Shades of Deep Pink #F9227B
Tints of Deep Pink #F9227B
RGB
CMYK
RGB Variations
Color information
#F9227B (or 0xF9227B) is known color: Deep Pink. HEX triplet: F9, 22 and 7B. RGB value is (249,34,123). Sum of RGB (Red+Green+Blue) = 249+34+123=406 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.33% from 406); Green value is 34 (13.67% from 255 or 8.37% from 406); Blue value is 123 (48.44% from 255 or 30.30% from 406); Max value from RGB is 249 - color contains mainly: red. Hex color #F9227B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9227B is #06DD84. Grayscale: #6C6C6C. Windows color (decimal): -449925 or 8069881. OLE color: 8069881.
HSL color Cylindrical-coordinate representation of color #F9227B: hue angle of 335.16º 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 #F9227B is Cyan = 0, Magento = 0.86, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 34 | 123 | - |
| CMYK | 0 | 0.86 | 0.51 | 0.02 |
| HSL | 335.16º | 0.95% | 0.55% | - |
| HSV(B) | 335.16º | 0.86% | 0.98% | - |
| XYZ | 43.21 | 22.71 | 20.85 | - |
| YUV | 108.43 | 136.23 | 228.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 34 | 123 | 0 | 0.86 | 0.51 | 0.02 | 335.16 | 0.95 | 0.55 |
| Hex | F9 | 22 | 7B | 0 | 56 | 33 | 2 | 14F | 5F | 37 |
| Octal | 371 | 42 | 173 | 0 | 126 | 63 | 2 | 517 | 137 | 67 |
| Binary | 11111001 | 100010 | 1111011 | 0 | 1010110 | 110011 | 10 | 101001111 | 1011111 | 110111 |
Color Harmonies of #F9227B
Complementary color
Monochromatic Colors of #F9227B
Black with #F9227B
Text Example
Text Example
White with #F9227B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9227B; }
p { color: rgb(249,34,123); }
H1.HeaderClassName
{
color: #F9227B;
}
.AnyTagClassName
{
color: #F9227B;
}
</style>
background-color css
<style>
a { background-color: #F9227B; }
a { background-color: rgb(249,34,123); }
div.DivClassName
{
background-color: #F9227B;
}
.BgClassName
{
background-color: #F9227B;
}
</style>
border-color css
<style>
span { border-color: #F9227B; }
span { border-color: rgb(249,34,123); }
td.TdClassName
{
border-color: #F9227B;
}
.TagClassName
{
border-color: #F9227B;
}
</style>