Shades of Deep Pink #F8107B
Tints of Deep Pink #F8107B
RGB
CMYK
RGB Variations
Color information
#F8107B (or 0xF8107B) is known color: Deep Pink. HEX triplet: F8, 10 and 7B. RGB value is (248,16,123). Sum of RGB (Red+Green+Blue) = 248+16+123=387 (51% of max value = 765). Red value is 248 (97.27% from 255 or 64.08% from 387); Green value is 16 (6.64% from 255 or 4.13% from 387); Blue value is 123 (48.44% from 255 or 31.78% from 387); Max value from RGB is 248 - color contains mainly: red. Hex color #F8107B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8107B is #07EF84. Grayscale: #616161. Windows color (decimal): -520069 or 8065272. OLE color: 8065272.
HSL color Cylindrical-coordinate representation of color #F8107B: hue angle of 332.33º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F8107B is Cyan = 0, Magento = 0.94, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 16 | 123 | - |
| CMYK | 0 | 0.94 | 0.50 | 0.03 |
| HSL | 332.33º | 0.94% | 0.52% | - |
| HSV(B) | 332.33º | 0.94% | 0.97% | - |
| XYZ | 42.47 | 21.76 | 20.7 | - |
| YUV | 97.57 | 142.36 | 235.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 16 | 123 | 0 | 0.94 | 0.50 | 0.03 | 332.33 | 0.94 | 0.52 |
| Hex | F8 | 10 | 7B | 0 | 5E | 32 | 3 | 14C | 5E | 34 |
| Octal | 370 | 20 | 173 | 0 | 136 | 62 | 3 | 514 | 136 | 64 |
| Binary | 11111000 | 10000 | 1111011 | 0 | 1011110 | 110010 | 11 | 101001100 | 1011110 | 110100 |
Color Harmonies of #F8107B
Complementary color
Monochromatic Colors of #F8107B
Black with #F8107B
Text Example
Text Example
White with #F8107B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8107B; }
p { color: rgb(248,16,123); }
H1.HeaderClassName
{
color: #F8107B;
}
.AnyTagClassName
{
color: #F8107B;
}
</style>
background-color css
<style>
a { background-color: #F8107B; }
a { background-color: rgb(248,16,123); }
div.DivClassName
{
background-color: #F8107B;
}
.BgClassName
{
background-color: #F8107B;
}
</style>
border-color css
<style>
span { border-color: #F8107B; }
span { border-color: rgb(248,16,123); }
td.TdClassName
{
border-color: #F8107B;
}
.TagClassName
{
border-color: #F8107B;
}
</style>