Shades of Deep Pink #FB198C
Tints of Deep Pink #FB198C
RGB
CMYK
RGB Variations
Color information
#FB198C (or 0xFB198C) is known color: Deep Pink. HEX triplet: FB, 19 and 8C. RGB value is (251,25,140). Sum of RGB (Red+Green+Blue) = 251+25+140=416 (55% of max value = 765). Red value is 251 (98.44% from 255 or 60.34% from 416); Green value is 25 (10.16% from 255 or 6.01% from 416); Blue value is 140 (55.08% from 255 or 33.65% from 416); Max value from RGB is 251 - color contains mainly: red. Hex color #FB198C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB198C is #04E673. Grayscale: #696969. Windows color (decimal): -321140 or 9181691. OLE color: 9181691.
HSL color Cylindrical-coordinate representation of color #FB198C: hue angle of 329.47º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FB198C is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 25 | 140 | - |
| CMYK | 0 | 0.90 | 0.44 | 0.02 |
| HSL | 329.47º | 0.97% | 0.54% | - |
| HSV(B) | 329.47º | 0.9% | 0.98% | - |
| XYZ | 44.86 | 23.1 | 26.9 | - |
| YUV | 105.68 | 147.37 | 231.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 25 | 140 | 0 | 0.90 | 0.44 | 0.02 | 329.47 | 0.97 | 0.54 |
| Hex | FB | 19 | 8C | 0 | 5A | 2C | 2 | 149 | 61 | 36 |
| Octal | 373 | 31 | 214 | 0 | 132 | 54 | 2 | 511 | 141 | 66 |
| Binary | 11111011 | 11001 | 10001100 | 0 | 1011010 | 101100 | 10 | 101001001 | 1100001 | 110110 |
Color Harmonies of #FB198C
Complementary color
Monochromatic Colors of #FB198C
Black with #FB198C
Text Example
Text Example
White with #FB198C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB198C; }
p { color: rgb(251,25,140); }
H1.HeaderClassName
{
color: #FB198C;
}
.AnyTagClassName
{
color: #FB198C;
}
</style>
background-color css
<style>
a { background-color: #FB198C; }
a { background-color: rgb(251,25,140); }
div.DivClassName
{
background-color: #FB198C;
}
.BgClassName
{
background-color: #FB198C;
}
</style>
border-color css
<style>
span { border-color: #FB198C; }
span { border-color: rgb(251,25,140); }
td.TdClassName
{
border-color: #FB198C;
}
.TagClassName
{
border-color: #FB198C;
}
</style>