Shades of Deep Pink #F8147E
Tints of Deep Pink #F8147E
RGB
CMYK
RGB Variations
Color information
#F8147E (or 0xF8147E) is known color: Deep Pink. HEX triplet: F8, 14 and 7E. RGB value is (248,20,126). Sum of RGB (Red+Green+Blue) = 248+20+126=394 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.94% from 394); Green value is 20 (8.20% from 255 or 5.08% from 394); Blue value is 126 (49.61% from 255 or 31.98% from 394); Max value from RGB is 248 - color contains mainly: red. Hex color #F8147E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8147E is #07EB81. Grayscale: #646464. Windows color (decimal): -519042 or 8262904. OLE color: 8262904.
HSL color Cylindrical-coordinate representation of color #F8147E: hue angle of 332.11º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F8147E is Cyan = 0, Magento = 0.92, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 20 | 126 | - |
| CMYK | 0 | 0.92 | 0.49 | 0.03 |
| HSL | 332.11º | 0.94% | 0.53% | - |
| HSV(B) | 332.11º | 0.92% | 0.97% | - |
| XYZ | 42.73 | 21.96 | 21.73 | - |
| YUV | 100.26 | 142.54 | 233.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 20 | 126 | 0 | 0.92 | 0.49 | 0.03 | 332.11 | 0.94 | 0.53 |
| Hex | F8 | 14 | 7E | 0 | 5C | 31 | 3 | 14C | 5E | 35 |
| Octal | 370 | 24 | 176 | 0 | 134 | 61 | 3 | 514 | 136 | 65 |
| Binary | 11111000 | 10100 | 1111110 | 0 | 1011100 | 110001 | 11 | 101001100 | 1011110 | 110101 |
Color Harmonies of #F8147E
Complementary color
Monochromatic Colors of #F8147E
Black with #F8147E
Text Example
Text Example
White with #F8147E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8147E; }
p { color: rgb(248,20,126); }
H1.HeaderClassName
{
color: #F8147E;
}
.AnyTagClassName
{
color: #F8147E;
}
</style>
background-color css
<style>
a { background-color: #F8147E; }
a { background-color: rgb(248,20,126); }
div.DivClassName
{
background-color: #F8147E;
}
.BgClassName
{
background-color: #F8147E;
}
</style>
border-color css
<style>
span { border-color: #F8147E; }
span { border-color: rgb(248,20,126); }
td.TdClassName
{
border-color: #F8147E;
}
.TagClassName
{
border-color: #F8147E;
}
</style>