Shades of Deep Pink #F8217A
Tints of Deep Pink #F8217A
RGB
CMYK
RGB Variations
Color information
#F8217A (or 0xF8217A) is known color: Deep Pink. HEX triplet: F8, 21 and 7A. RGB value is (248,33,122). Sum of RGB (Red+Green+Blue) = 248+33+122=403 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.54% from 403); Green value is 33 (13.28% from 255 or 8.19% from 403); Blue value is 122 (48.05% from 255 or 30.27% from 403); Max value from RGB is 248 - color contains mainly: red. Hex color #F8217A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8217A is #07DE85. Grayscale: #6B6B6B. Windows color (decimal): -515718 or 8004088. OLE color: 8004088.
HSL color Cylindrical-coordinate representation of color #F8217A: hue angle of 335.16º 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 #F8217A is Cyan = 0, Magento = 0.87, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 33 | 122 | - |
| CMYK | 0 | 0.87 | 0.51 | 0.03 |
| HSL | 335.16º | 0.94% | 0.55% | - |
| HSV(B) | 335.16º | 0.87% | 0.97% | - |
| XYZ | 42.77 | 22.45 | 20.49 | - |
| YUV | 107.43 | 136.23 | 228.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 33 | 122 | 0 | 0.87 | 0.51 | 0.03 | 335.16 | 0.94 | 0.55 |
| Hex | F8 | 21 | 7A | 0 | 57 | 33 | 3 | 14F | 5E | 37 |
| Octal | 370 | 41 | 172 | 0 | 127 | 63 | 3 | 517 | 136 | 67 |
| Binary | 11111000 | 100001 | 1111010 | 0 | 1010111 | 110011 | 11 | 101001111 | 1011110 | 110111 |
Color Harmonies of #F8217A
Complementary color
Monochromatic Colors of #F8217A
Black with #F8217A
Text Example
Text Example
White with #F8217A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8217A; }
p { color: rgb(248,33,122); }
H1.HeaderClassName
{
color: #F8217A;
}
.AnyTagClassName
{
color: #F8217A;
}
</style>
background-color css
<style>
a { background-color: #F8217A; }
a { background-color: rgb(248,33,122); }
div.DivClassName
{
background-color: #F8217A;
}
.BgClassName
{
background-color: #F8217A;
}
</style>
border-color css
<style>
span { border-color: #F8217A; }
span { border-color: rgb(248,33,122); }
td.TdClassName
{
border-color: #F8217A;
}
.TagClassName
{
border-color: #F8217A;
}
</style>