Shades of Deep Pink #F8129F
Tints of Deep Pink #F8129F
RGB
CMYK
RGB Variations
Color information
#F8129F (or 0xF8129F) is known color: Deep Pink. HEX triplet: F8, 12 and 9F. RGB value is (248,18,159). Sum of RGB (Red+Green+Blue) = 248+18+159=425 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.35% from 425); Green value is 18 (7.42% from 255 or 4.24% from 425); Blue value is 159 (62.5% from 255 or 37.41% from 425); Max value from RGB is 248 - color contains mainly: red. Hex color #F8129F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F8129F is #07ED60. Grayscale: #666666. Windows color (decimal): -519521 or 10425080. OLE color: 10425080.
HSL color Cylindrical-coordinate representation of color #F8129F: hue angle of 323.22º 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 #F8129F is Cyan = 0, Magento = 0.93, Yellow = 0.36 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 18 | 159 | - |
| CMYK | 0 | 0.93 | 0.36 | 0.03 |
| HSL | 323.22º | 0.94% | 0.52% | - |
| HSV(B) | 323.22º | 0.93% | 0.97% | - |
| XYZ | 45.19 | 22.89 | 34.84 | - |
| YUV | 102.84 | 159.7 | 231.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 18 | 159 | 0 | 0.93 | 0.36 | 0.03 | 323.22 | 0.94 | 0.52 |
| Hex | F8 | 12 | 9F | 0 | 5D | 24 | 3 | 143 | 5E | 34 |
| Octal | 370 | 22 | 237 | 0 | 135 | 44 | 3 | 503 | 136 | 64 |
| Binary | 11111000 | 10010 | 10011111 | 0 | 1011101 | 100100 | 11 | 101000011 | 1011110 | 110100 |
Color Harmonies of #F8129F
Complementary color
Monochromatic Colors of #F8129F
Black with #F8129F
Text Example
Text Example
White with #F8129F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8129F; }
p { color: rgb(248,18,159); }
H1.HeaderClassName
{
color: #F8129F;
}
.AnyTagClassName
{
color: #F8129F;
}
</style>
background-color css
<style>
a { background-color: #F8129F; }
a { background-color: rgb(248,18,159); }
div.DivClassName
{
background-color: #F8129F;
}
.BgClassName
{
background-color: #F8129F;
}
</style>
border-color css
<style>
span { border-color: #F8129F; }
span { border-color: rgb(248,18,159); }
td.TdClassName
{
border-color: #F8129F;
}
.TagClassName
{
border-color: #F8129F;
}
</style>