Shades of Deep Pink #F8148F
Tints of Deep Pink #F8148F
RGB
CMYK
RGB Variations
Color information
#F8148F (or 0xF8148F) is known color: Deep Pink. HEX triplet: F8, 14 and 8F. RGB value is (248,20,143). Sum of RGB (Red+Green+Blue) = 248+20+143=411 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.34% from 411); Green value is 20 (8.20% from 255 or 4.87% from 411); Blue value is 143 (56.25% from 255 or 34.79% from 411); Max value from RGB is 248 - color contains mainly: red. Hex color #F8148F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F8148F is #07EB70. Grayscale: #656565. Windows color (decimal): -519025 or 9377016. OLE color: 9377016.
HSL color Cylindrical-coordinate representation of color #F8148F: hue angle of 327.63º 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 #F8148F is Cyan = 0, Magento = 0.92, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 20 | 143 | - |
| CMYK | 0 | 0.92 | 0.42 | 0.03 |
| HSL | 327.63º | 0.94% | 0.53% | - |
| HSV(B) | 327.63º | 0.92% | 0.97% | - |
| XYZ | 43.92 | 22.44 | 28 | - |
| YUV | 102.19 | 151.04 | 232 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 20 | 143 | 0 | 0.92 | 0.42 | 0.03 | 327.63 | 0.94 | 0.53 |
| Hex | F8 | 14 | 8F | 0 | 5C | 2A | 3 | 148 | 5E | 35 |
| Octal | 370 | 24 | 217 | 0 | 134 | 52 | 3 | 510 | 136 | 65 |
| Binary | 11111000 | 10100 | 10001111 | 0 | 1011100 | 101010 | 11 | 101001000 | 1011110 | 110101 |
Color Harmonies of #F8148F
Complementary color
Monochromatic Colors of #F8148F
Black with #F8148F
Text Example
Text Example
White with #F8148F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8148F; }
p { color: rgb(248,20,143); }
H1.HeaderClassName
{
color: #F8148F;
}
.AnyTagClassName
{
color: #F8148F;
}
</style>
background-color css
<style>
a { background-color: #F8148F; }
a { background-color: rgb(248,20,143); }
div.DivClassName
{
background-color: #F8148F;
}
.BgClassName
{
background-color: #F8148F;
}
</style>
border-color css
<style>
span { border-color: #F8148F; }
span { border-color: rgb(248,20,143); }
td.TdClassName
{
border-color: #F8148F;
}
.TagClassName
{
border-color: #F8148F;
}
</style>