Shades of Deep Pink #F8149B
Tints of Deep Pink #F8149B
RGB
CMYK
RGB Variations
Color information
#F8149B (or 0xF8149B) is known color: Deep Pink. HEX triplet: F8, 14 and 9B. RGB value is (248,20,155). Sum of RGB (Red+Green+Blue) = 248+20+155=423 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.63% from 423); Green value is 20 (8.20% from 255 or 4.73% from 423); Blue value is 155 (60.94% from 255 or 36.64% from 423); Max value from RGB is 248 - color contains mainly: red. Hex color #F8149B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F8149B is #07EB64. Grayscale: #676767. Windows color (decimal): -519013 or 10163448. OLE color: 10163448.
HSL color Cylindrical-coordinate representation of color #F8149B: hue angle of 324.47º 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 #F8149B is Cyan = 0, Magento = 0.92, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 20 | 155 | - |
| CMYK | 0 | 0.92 | 0.38 | 0.03 |
| HSL | 324.47º | 0.94% | 0.53% | - |
| HSV(B) | 324.47º | 0.92% | 0.97% | - |
| XYZ | 44.88 | 22.82 | 33.05 | - |
| YUV | 103.56 | 157.04 | 231.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 20 | 155 | 0 | 0.92 | 0.38 | 0.03 | 324.47 | 0.94 | 0.53 |
| Hex | F8 | 14 | 9B | 0 | 5C | 26 | 3 | 144 | 5E | 35 |
| Octal | 370 | 24 | 233 | 0 | 134 | 46 | 3 | 504 | 136 | 65 |
| Binary | 11111000 | 10100 | 10011011 | 0 | 1011100 | 100110 | 11 | 101000100 | 1011110 | 110101 |
Color Harmonies of #F8149B
Complementary color
Monochromatic Colors of #F8149B
Black with #F8149B
Text Example
Text Example
White with #F8149B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8149B; }
p { color: rgb(248,20,155); }
H1.HeaderClassName
{
color: #F8149B;
}
.AnyTagClassName
{
color: #F8149B;
}
</style>
background-color css
<style>
a { background-color: #F8149B; }
a { background-color: rgb(248,20,155); }
div.DivClassName
{
background-color: #F8149B;
}
.BgClassName
{
background-color: #F8149B;
}
</style>
border-color css
<style>
span { border-color: #F8149B; }
span { border-color: rgb(248,20,155); }
td.TdClassName
{
border-color: #F8149B;
}
.TagClassName
{
border-color: #F8149B;
}
</style>