Shades of Deep Pink #F8107F
Tints of Deep Pink #F8107F
RGB
CMYK
RGB Variations
Color information
#F8107F (or 0xF8107F) is known color: Deep Pink. HEX triplet: F8, 10 and 7F. RGB value is (248,16,127). Sum of RGB (Red+Green+Blue) = 248+16+127=391 (51% of max value = 765). Red value is 248 (97.27% from 255 or 63.43% from 391); Green value is 16 (6.64% from 255 or 4.09% from 391); Blue value is 127 (50% from 255 or 32.48% from 391); Max value from RGB is 248 - color contains mainly: red. Hex color #F8107F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8107F is #07EF80. Grayscale: #616161. Windows color (decimal): -520065 or 8327416. OLE color: 8327416.
HSL color Cylindrical-coordinate representation of color #F8107F: hue angle of 331.29º 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 #F8107F is Cyan = 0, Magento = 0.94, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 16 | 127 | - |
| CMYK | 0 | 0.94 | 0.49 | 0.03 |
| HSL | 331.29º | 0.94% | 0.52% | - |
| HSV(B) | 331.29º | 0.94% | 0.97% | - |
| XYZ | 42.73 | 21.86 | 22.05 | - |
| YUV | 98.02 | 144.36 | 234.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 16 | 127 | 0 | 0.94 | 0.49 | 0.03 | 331.29 | 0.94 | 0.52 |
| Hex | F8 | 10 | 7F | 0 | 5E | 31 | 3 | 14B | 5E | 34 |
| Octal | 370 | 20 | 177 | 0 | 136 | 61 | 3 | 513 | 136 | 64 |
| Binary | 11111000 | 10000 | 1111111 | 0 | 1011110 | 110001 | 11 | 101001011 | 1011110 | 110100 |
Color Harmonies of #F8107F
Complementary color
Monochromatic Colors of #F8107F
Black with #F8107F
Text Example
Text Example
White with #F8107F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8107F; }
p { color: rgb(248,16,127); }
H1.HeaderClassName
{
color: #F8107F;
}
.AnyTagClassName
{
color: #F8107F;
}
</style>
background-color css
<style>
a { background-color: #F8107F; }
a { background-color: rgb(248,16,127); }
div.DivClassName
{
background-color: #F8107F;
}
.BgClassName
{
background-color: #F8107F;
}
</style>
border-color css
<style>
span { border-color: #F8107F; }
span { border-color: rgb(248,16,127); }
td.TdClassName
{
border-color: #F8107F;
}
.TagClassName
{
border-color: #F8107F;
}
</style>