Shades of Deep Pink #F5218C
Tints of Deep Pink #F5218C
RGB
CMYK
RGB Variations
Color information
#F5218C (or 0xF5218C) is known color: Deep Pink. HEX triplet: F5, 21 and 8C. RGB value is (245,33,140). Sum of RGB (Red+Green+Blue) = 245+33+140=418 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.61% from 418); Green value is 33 (13.28% from 255 or 7.89% from 418); Blue value is 140 (55.08% from 255 or 33.49% from 418); Max value from RGB is 245 - color contains mainly: red. Hex color #F5218C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F5218C is #0ADE73. Grayscale: #6C6C6C. Windows color (decimal): -712308 or 9183733. OLE color: 9183733.
HSL color Cylindrical-coordinate representation of color #F5218C: hue angle of 329.72º 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 #F5218C is Cyan = 0, Magento = 0.87, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 33 | 140 | - |
| CMYK | 0 | 0.87 | 0.43 | 0.04 |
| HSL | 329.72º | 0.91% | 0.55% | - |
| HSV(B) | 329.72º | 0.87% | 0.96% | - |
| XYZ | 42.93 | 22.39 | 26.87 | - |
| YUV | 108.59 | 145.74 | 225.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 33 | 140 | 0 | 0.87 | 0.43 | 0.04 | 329.72 | 0.91 | 0.55 |
| Hex | F5 | 21 | 8C | 0 | 57 | 2B | 4 | 14A | 5B | 37 |
| Octal | 365 | 41 | 214 | 0 | 127 | 53 | 4 | 512 | 133 | 67 |
| Binary | 11110101 | 100001 | 10001100 | 0 | 1010111 | 101011 | 100 | 101001010 | 1011011 | 110111 |
Color Harmonies of #F5218C
Complementary color
Monochromatic Colors of #F5218C
Black with #F5218C
Text Example
Text Example
White with #F5218C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5218C; }
p { color: rgb(245,33,140); }
H1.HeaderClassName
{
color: #F5218C;
}
.AnyTagClassName
{
color: #F5218C;
}
</style>
background-color css
<style>
a { background-color: #F5218C; }
a { background-color: rgb(245,33,140); }
div.DivClassName
{
background-color: #F5218C;
}
.BgClassName
{
background-color: #F5218C;
}
</style>
border-color css
<style>
span { border-color: #F5218C; }
span { border-color: rgb(245,33,140); }
td.TdClassName
{
border-color: #F5218C;
}
.TagClassName
{
border-color: #F5218C;
}
</style>