Shades of Deep Pink #F5217B
Tints of Deep Pink #F5217B
RGB
CMYK
RGB Variations
Color information
#F5217B (or 0xF5217B) is known color: Deep Pink. HEX triplet: F5, 21 and 7B. RGB value is (245,33,123). Sum of RGB (Red+Green+Blue) = 245+33+123=401 (53% of max value = 765). Red value is 245 (96.09% from 255 or 61.10% from 401); Green value is 33 (13.28% from 255 or 8.23% from 401); Blue value is 123 (48.44% from 255 or 30.67% from 401); Max value from RGB is 245 - color contains mainly: red. Hex color #F5217B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5217B is #0ADE84. Grayscale: #6A6A6A. Windows color (decimal): -712325 or 8069621. OLE color: 8069621.
HSL color Cylindrical-coordinate representation of color #F5217B: hue angle of 334.53º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F5217B is Cyan = 0, Magento = 0.87, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 33 | 123 | - |
| CMYK | 0 | 0.87 | 0.50 | 0.04 |
| HSL | 334.53º | 0.91% | 0.55% | - |
| HSV(B) | 334.53º | 0.87% | 0.96% | - |
| XYZ | 41.78 | 21.93 | 20.77 | - |
| YUV | 106.65 | 137.24 | 226.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 33 | 123 | 0 | 0.87 | 0.50 | 0.04 | 334.53 | 0.91 | 0.55 |
| Hex | F5 | 21 | 7B | 0 | 57 | 32 | 4 | 14F | 5B | 37 |
| Octal | 365 | 41 | 173 | 0 | 127 | 62 | 4 | 517 | 133 | 67 |
| Binary | 11110101 | 100001 | 1111011 | 0 | 1010111 | 110010 | 100 | 101001111 | 1011011 | 110111 |
Color Harmonies of #F5217B
Complementary color
Monochromatic Colors of #F5217B
Black with #F5217B
Text Example
Text Example
White with #F5217B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5217B; }
p { color: rgb(245,33,123); }
H1.HeaderClassName
{
color: #F5217B;
}
.AnyTagClassName
{
color: #F5217B;
}
</style>
background-color css
<style>
a { background-color: #F5217B; }
a { background-color: rgb(245,33,123); }
div.DivClassName
{
background-color: #F5217B;
}
.BgClassName
{
background-color: #F5217B;
}
</style>
border-color css
<style>
span { border-color: #F5217B; }
span { border-color: rgb(245,33,123); }
td.TdClassName
{
border-color: #F5217B;
}
.TagClassName
{
border-color: #F5217B;
}
</style>