Shades of Deep Pink #F8237B
Tints of Deep Pink #F8237B
RGB
CMYK
RGB Variations
Color information
#F8237B (or 0xF8237B) is known color: Deep Pink. HEX triplet: F8, 23 and 7B. RGB value is (248,35,123). Sum of RGB (Red+Green+Blue) = 248+35+123=406 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.08% from 406); Green value is 35 (14.06% from 255 or 8.62% from 406); Blue value is 123 (48.44% from 255 or 30.30% from 406); Max value from RGB is 248 - color contains mainly: red. Hex color #F8237B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8237B is #07DC84. Grayscale: #6C6C6C. Windows color (decimal): -515205 or 8070136. OLE color: 8070136.
HSL color Cylindrical-coordinate representation of color #F8237B: hue angle of 335.21º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F8237B is Cyan = 0, Magento = 0.86, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 35 | 123 | - |
| CMYK | 0 | 0.86 | 0.50 | 0.03 |
| HSL | 335.21º | 0.94% | 0.55% | - |
| HSV(B) | 335.21º | 0.86% | 0.97% | - |
| XYZ | 42.89 | 22.59 | 20.84 | - |
| YUV | 108.72 | 136.07 | 227.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 35 | 123 | 0 | 0.86 | 0.50 | 0.03 | 335.21 | 0.94 | 0.55 |
| Hex | F8 | 23 | 7B | 0 | 56 | 32 | 3 | 14F | 5E | 37 |
| Octal | 370 | 43 | 173 | 0 | 126 | 62 | 3 | 517 | 136 | 67 |
| Binary | 11111000 | 100011 | 1111011 | 0 | 1010110 | 110010 | 11 | 101001111 | 1011110 | 110111 |
Color Harmonies of #F8237B
Complementary color
Monochromatic Colors of #F8237B
Black with #F8237B
Text Example
Text Example
White with #F8237B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8237B; }
p { color: rgb(248,35,123); }
H1.HeaderClassName
{
color: #F8237B;
}
.AnyTagClassName
{
color: #F8237B;
}
</style>
background-color css
<style>
a { background-color: #F8237B; }
a { background-color: rgb(248,35,123); }
div.DivClassName
{
background-color: #F8237B;
}
.BgClassName
{
background-color: #F8237B;
}
</style>
border-color css
<style>
span { border-color: #F8237B; }
span { border-color: rgb(248,35,123); }
td.TdClassName
{
border-color: #F8237B;
}
.TagClassName
{
border-color: #F8237B;
}
</style>