Shades of Deep Pink #F8107D
Tints of Deep Pink #F8107D
RGB
CMYK
RGB Variations
Color information
#F8107D (or 0xF8107D) is known color: Deep Pink. HEX triplet: F8, 10 and 7D. RGB value is (248,16,125). Sum of RGB (Red+Green+Blue) = 248+16+125=389 (51% of max value = 765). Red value is 248 (97.27% from 255 or 63.75% from 389); Green value is 16 (6.64% from 255 or 4.11% from 389); Blue value is 125 (49.22% from 255 or 32.13% from 389); Max value from RGB is 248 - color contains mainly: red. Hex color #F8107D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8107D is #07EF82. Grayscale: #616161. Windows color (decimal): -520067 or 8196344. OLE color: 8196344.
HSL color Cylindrical-coordinate representation of color #F8107D: hue angle of 331.81º 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 #F8107D is Cyan = 0, Magento = 0.94, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 16 | 125 | - |
| CMYK | 0 | 0.94 | 0.50 | 0.03 |
| HSL | 331.81º | 0.94% | 0.52% | - |
| HSV(B) | 331.81º | 0.94% | 0.97% | - |
| XYZ | 42.6 | 21.81 | 21.37 | - |
| YUV | 97.79 | 143.36 | 235.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 16 | 125 | 0 | 0.94 | 0.50 | 0.03 | 331.81 | 0.94 | 0.52 |
| Hex | F8 | 10 | 7D | 0 | 5E | 32 | 3 | 14C | 5E | 34 |
| Octal | 370 | 20 | 175 | 0 | 136 | 62 | 3 | 514 | 136 | 64 |
| Binary | 11111000 | 10000 | 1111101 | 0 | 1011110 | 110010 | 11 | 101001100 | 1011110 | 110100 |
Color Harmonies of #F8107D
Complementary color
Monochromatic Colors of #F8107D
Black with #F8107D
Text Example
Text Example
White with #F8107D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8107D; }
p { color: rgb(248,16,125); }
H1.HeaderClassName
{
color: #F8107D;
}
.AnyTagClassName
{
color: #F8107D;
}
</style>
background-color css
<style>
a { background-color: #F8107D; }
a { background-color: rgb(248,16,125); }
div.DivClassName
{
background-color: #F8107D;
}
.BgClassName
{
background-color: #F8107D;
}
</style>
border-color css
<style>
span { border-color: #F8107D; }
span { border-color: rgb(248,16,125); }
td.TdClassName
{
border-color: #F8107D;
}
.TagClassName
{
border-color: #F8107D;
}
</style>