Shades of Deep Pink #F8189B
Tints of Deep Pink #F8189B
RGB
CMYK
RGB Variations
Color information
#F8189B (or 0xF8189B) is known color: Deep Pink. HEX triplet: F8, 18 and 9B. RGB value is (248,24,155). Sum of RGB (Red+Green+Blue) = 248+24+155=427 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.08% from 427); Green value is 24 (9.77% from 255 or 5.62% from 427); Blue value is 155 (60.94% from 255 or 36.30% from 427); Max value from RGB is 248 - color contains mainly: red. Hex color #F8189B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F8189B is #07E764. Grayscale: #696969. Windows color (decimal): -517989 or 10164472. OLE color: 10164472.
HSL color Cylindrical-coordinate representation of color #F8189B: hue angle of 324.91º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F8189B is Cyan = 0, Magento = 0.90, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 24 | 155 | - |
| CMYK | 0 | 0.90 | 0.38 | 0.03 |
| HSL | 324.91º | 0.94% | 0.53% | - |
| HSV(B) | 324.91º | 0.9% | 0.97% | - |
| XYZ | 44.95 | 22.98 | 33.08 | - |
| YUV | 105.91 | 155.71 | 229.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 24 | 155 | 0 | 0.90 | 0.38 | 0.03 | 324.91 | 0.94 | 0.53 |
| Hex | F8 | 18 | 9B | 0 | 5A | 26 | 3 | 145 | 5E | 35 |
| Octal | 370 | 30 | 233 | 0 | 132 | 46 | 3 | 505 | 136 | 65 |
| Binary | 11111000 | 11000 | 10011011 | 0 | 1011010 | 100110 | 11 | 101000101 | 1011110 | 110101 |
Color Harmonies of #F8189B
Complementary color
Monochromatic Colors of #F8189B
Black with #F8189B
Text Example
Text Example
White with #F8189B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8189B; }
p { color: rgb(248,24,155); }
H1.HeaderClassName
{
color: #F8189B;
}
.AnyTagClassName
{
color: #F8189B;
}
</style>
background-color css
<style>
a { background-color: #F8189B; }
a { background-color: rgb(248,24,155); }
div.DivClassName
{
background-color: #F8189B;
}
.BgClassName
{
background-color: #F8189B;
}
</style>
border-color css
<style>
span { border-color: #F8189B; }
span { border-color: rgb(248,24,155); }
td.TdClassName
{
border-color: #F8189B;
}
.TagClassName
{
border-color: #F8189B;
}
</style>