Shades of Deep Pink #F8217B
Tints of Deep Pink #F8217B
RGB
CMYK
RGB Variations
Color information
#F8217B (or 0xF8217B) is known color: Deep Pink. HEX triplet: F8, 21 and 7B. RGB value is (248,33,123). Sum of RGB (Red+Green+Blue) = 248+33+123=404 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.39% from 404); Green value is 33 (13.28% from 255 or 8.17% from 404); Blue value is 123 (48.44% from 255 or 30.45% from 404); Max value from RGB is 248 - color contains mainly: red. Hex color #F8217B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8217B is #07DE84. Grayscale: #6B6B6B. Windows color (decimal): -515717 or 8069624. OLE color: 8069624.
HSL color Cylindrical-coordinate representation of color #F8217B: hue angle of 334.88º 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 #F8217B is Cyan = 0, Magento = 0.87, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 33 | 123 | - |
| CMYK | 0 | 0.87 | 0.50 | 0.03 |
| HSL | 334.88º | 0.94% | 0.55% | - |
| HSV(B) | 334.88º | 0.87% | 0.97% | - |
| XYZ | 42.83 | 22.47 | 20.82 | - |
| YUV | 107.55 | 136.73 | 228.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 33 | 123 | 0 | 0.87 | 0.50 | 0.03 | 334.88 | 0.94 | 0.55 |
| Hex | F8 | 21 | 7B | 0 | 57 | 32 | 3 | 14F | 5E | 37 |
| Octal | 370 | 41 | 173 | 0 | 127 | 62 | 3 | 517 | 136 | 67 |
| Binary | 11111000 | 100001 | 1111011 | 0 | 1010111 | 110010 | 11 | 101001111 | 1011110 | 110111 |
Color Harmonies of #F8217B
Complementary color
Monochromatic Colors of #F8217B
Black with #F8217B
Text Example
Text Example
White with #F8217B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8217B; }
p { color: rgb(248,33,123); }
H1.HeaderClassName
{
color: #F8217B;
}
.AnyTagClassName
{
color: #F8217B;
}
</style>
background-color css
<style>
a { background-color: #F8217B; }
a { background-color: rgb(248,33,123); }
div.DivClassName
{
background-color: #F8217B;
}
.BgClassName
{
background-color: #F8217B;
}
</style>
border-color css
<style>
span { border-color: #F8217B; }
span { border-color: rgb(248,33,123); }
td.TdClassName
{
border-color: #F8217B;
}
.TagClassName
{
border-color: #F8217B;
}
</style>