Shades of Deep Pink #F8217C
Tints of Deep Pink #F8217C
RGB
CMYK
RGB Variations
Color information
#F8217C (or 0xF8217C) is known color: Deep Pink. HEX triplet: F8, 21 and 7C. RGB value is (248,33,124). Sum of RGB (Red+Green+Blue) = 248+33+124=405 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.23% from 405); Green value is 33 (13.28% from 255 or 8.15% from 405); Blue value is 124 (48.83% from 255 or 30.62% from 405); Max value from RGB is 248 - color contains mainly: red. Hex color #F8217C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8217C is #07DE83. Grayscale: #6B6B6B. Windows color (decimal): -515716 or 8135160. OLE color: 8135160.
HSL color Cylindrical-coordinate representation of color #F8217C: hue angle of 334.6º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F8217C is Cyan = 0, Magento = 0.87, Yellow = 0.5 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 33 | 124 | - |
| CMYK | 0 | 0.87 | 0.5 | 0.03 |
| HSL | 334.6º | 0.94% | 0.55% | - |
| HSV(B) | 334.6º | 0.87% | 0.97% | - |
| XYZ | 42.89 | 22.5 | 21.15 | - |
| YUV | 107.66 | 137.23 | 228.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 33 | 124 | 0 | 0.87 | 0.5 | 0.03 | 334.6 | 0.94 | 0.55 |
| Hex | F8 | 21 | 7C | 0 | 57 | 32 | 3 | 14F | 5E | 37 |
| Octal | 370 | 41 | 174 | 0 | 127 | 62 | 3 | 517 | 136 | 67 |
| Binary | 11111000 | 100001 | 1111100 | 0 | 1010111 | 110010 | 11 | 101001111 | 1011110 | 110111 |
Color Harmonies of #F8217C
Complementary color
Monochromatic Colors of #F8217C
Black with #F8217C
Text Example
Text Example
White with #F8217C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8217C; }
p { color: rgb(248,33,124); }
H1.HeaderClassName
{
color: #F8217C;
}
.AnyTagClassName
{
color: #F8217C;
}
</style>
background-color css
<style>
a { background-color: #F8217C; }
a { background-color: rgb(248,33,124); }
div.DivClassName
{
background-color: #F8217C;
}
.BgClassName
{
background-color: #F8217C;
}
</style>
border-color css
<style>
span { border-color: #F8217C; }
span { border-color: rgb(248,33,124); }
td.TdClassName
{
border-color: #F8217C;
}
.TagClassName
{
border-color: #F8217C;
}
</style>