Shades of Deep Pink #F5217A
Tints of Deep Pink #F5217A
RGB
CMYK
RGB Variations
Color information
#F5217A (or 0xF5217A) is known color: Deep Pink. HEX triplet: F5, 21 and 7A. RGB value is (245,33,122). Sum of RGB (Red+Green+Blue) = 245+33+122=400 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.25% from 400); Green value is 33 (13.28% from 255 or 8.25% from 400); Blue value is 122 (48.05% from 255 or 30.5% from 400); Max value from RGB is 245 - color contains mainly: red. Hex color #F5217A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5217A is #0ADE85. Grayscale: #6A6A6A. Windows color (decimal): -712326 or 8004085. OLE color: 8004085.
HSL color Cylindrical-coordinate representation of color #F5217A: hue angle of 334.81º 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 #F5217A is Cyan = 0, Magento = 0.87, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 33 | 122 | - |
| CMYK | 0 | 0.87 | 0.50 | 0.04 |
| HSL | 334.81º | 0.91% | 0.55% | - |
| HSV(B) | 334.81º | 0.87% | 0.96% | - |
| XYZ | 41.71 | 21.91 | 20.44 | - |
| YUV | 106.53 | 136.74 | 226.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 33 | 122 | 0 | 0.87 | 0.50 | 0.04 | 334.81 | 0.91 | 0.55 |
| Hex | F5 | 21 | 7A | 0 | 57 | 32 | 4 | 14F | 5B | 37 |
| Octal | 365 | 41 | 172 | 0 | 127 | 62 | 4 | 517 | 133 | 67 |
| Binary | 11110101 | 100001 | 1111010 | 0 | 1010111 | 110010 | 100 | 101001111 | 1011011 | 110111 |
Color Harmonies of #F5217A
Complementary color
Monochromatic Colors of #F5217A
Black with #F5217A
Text Example
Text Example
White with #F5217A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5217A; }
p { color: rgb(245,33,122); }
H1.HeaderClassName
{
color: #F5217A;
}
.AnyTagClassName
{
color: #F5217A;
}
</style>
background-color css
<style>
a { background-color: #F5217A; }
a { background-color: rgb(245,33,122); }
div.DivClassName
{
background-color: #F5217A;
}
.BgClassName
{
background-color: #F5217A;
}
</style>
border-color css
<style>
span { border-color: #F5217A; }
span { border-color: rgb(245,33,122); }
td.TdClassName
{
border-color: #F5217A;
}
.TagClassName
{
border-color: #F5217A;
}
</style>