Shades of Deep Pink #F8128C
Tints of Deep Pink #F8128C
RGB
CMYK
RGB Variations
Color information
#F8128C (or 0xF8128C) is known color: Deep Pink. HEX triplet: F8, 12 and 8C. RGB value is (248,18,140). Sum of RGB (Red+Green+Blue) = 248+18+140=406 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.08% from 406); Green value is 18 (7.42% from 255 or 4.43% from 406); Blue value is 140 (55.08% from 255 or 34.48% from 406); Max value from RGB is 248 - color contains mainly: red. Hex color #F8128C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F8128C is #07ED73. Grayscale: #646464. Windows color (decimal): -519540 or 9179896. OLE color: 9179896.
HSL color Cylindrical-coordinate representation of color #F8128C: hue angle of 328.17º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F8128C is Cyan = 0, Magento = 0.93, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 18 | 140 | - |
| CMYK | 0 | 0.93 | 0.44 | 0.03 |
| HSL | 328.17º | 0.94% | 0.52% | - |
| HSV(B) | 328.17º | 0.93% | 0.97% | - |
| XYZ | 43.66 | 22.28 | 26.81 | - |
| YUV | 100.68 | 150.2 | 233.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 18 | 140 | 0 | 0.93 | 0.44 | 0.03 | 328.17 | 0.94 | 0.52 |
| Hex | F8 | 12 | 8C | 0 | 5D | 2C | 3 | 148 | 5E | 34 |
| Octal | 370 | 22 | 214 | 0 | 135 | 54 | 3 | 510 | 136 | 64 |
| Binary | 11111000 | 10010 | 10001100 | 0 | 1011101 | 101100 | 11 | 101001000 | 1011110 | 110100 |
Color Harmonies of #F8128C
Complementary color
Monochromatic Colors of #F8128C
Black with #F8128C
Text Example
Text Example
White with #F8128C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8128C; }
p { color: rgb(248,18,140); }
H1.HeaderClassName
{
color: #F8128C;
}
.AnyTagClassName
{
color: #F8128C;
}
</style>
background-color css
<style>
a { background-color: #F8128C; }
a { background-color: rgb(248,18,140); }
div.DivClassName
{
background-color: #F8128C;
}
.BgClassName
{
background-color: #F8128C;
}
</style>
border-color css
<style>
span { border-color: #F8128C; }
span { border-color: rgb(248,18,140); }
td.TdClassName
{
border-color: #F8128C;
}
.TagClassName
{
border-color: #F8128C;
}
</style>