Shades of Deep Pink #F5227B
Tints of Deep Pink #F5227B
RGB
CMYK
RGB Variations
Color information
#F5227B (or 0xF5227B) is known color: Deep Pink. HEX triplet: F5, 22 and 7B. RGB value is (245,34,123). Sum of RGB (Red+Green+Blue) = 245+34+123=402 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.95% from 402); Green value is 34 (13.67% from 255 or 8.46% from 402); Blue value is 123 (48.44% from 255 or 30.60% from 402); Max value from RGB is 245 - color contains mainly: red. Hex color #F5227B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5227B is #0ADD84. Grayscale: #6B6B6B. Windows color (decimal): -712069 or 8069877. OLE color: 8069877.
HSL color Cylindrical-coordinate representation of color #F5227B: hue angle of 334.69º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F5227B is Cyan = 0, Magento = 0.86, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 34 | 123 | - |
| CMYK | 0 | 0.86 | 0.50 | 0.04 |
| HSL | 334.69º | 0.91% | 0.55% | - |
| HSV(B) | 334.69º | 0.86% | 0.96% | - |
| XYZ | 41.8 | 21.99 | 20.78 | - |
| YUV | 107.24 | 136.9 | 226.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 34 | 123 | 0 | 0.86 | 0.50 | 0.04 | 334.69 | 0.91 | 0.55 |
| Hex | F5 | 22 | 7B | 0 | 56 | 32 | 4 | 14F | 5B | 37 |
| Octal | 365 | 42 | 173 | 0 | 126 | 62 | 4 | 517 | 133 | 67 |
| Binary | 11110101 | 100010 | 1111011 | 0 | 1010110 | 110010 | 100 | 101001111 | 1011011 | 110111 |
Color Harmonies of #F5227B
Complementary color
Monochromatic Colors of #F5227B
Black with #F5227B
Text Example
Text Example
White with #F5227B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5227B; }
p { color: rgb(245,34,123); }
H1.HeaderClassName
{
color: #F5227B;
}
.AnyTagClassName
{
color: #F5227B;
}
</style>
background-color css
<style>
a { background-color: #F5227B; }
a { background-color: rgb(245,34,123); }
div.DivClassName
{
background-color: #F5227B;
}
.BgClassName
{
background-color: #F5227B;
}
</style>
border-color css
<style>
span { border-color: #F5227B; }
span { border-color: rgb(245,34,123); }
td.TdClassName
{
border-color: #F5227B;
}
.TagClassName
{
border-color: #F5227B;
}
</style>