Shades of Deep Pink #FB197A
Tints of Deep Pink #FB197A
RGB
CMYK
RGB Variations
Color information
#FB197A (or 0xFB197A) is known color: Deep Pink. HEX triplet: FB, 19 and 7A. RGB value is (251,25,122). Sum of RGB (Red+Green+Blue) = 251+25+122=398 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.07% from 398); Green value is 25 (10.16% from 255 or 6.28% from 398); Blue value is 122 (48.05% from 255 or 30.65% from 398); Max value from RGB is 251 - color contains mainly: red. Hex color #FB197A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB197A is #04E685. Grayscale: #676767. Windows color (decimal): -321158 or 8002043. OLE color: 8002043.
HSL color Cylindrical-coordinate representation of color #FB197A: hue angle of 334.25º 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 #FB197A is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 25 | 122 | - |
| CMYK | 0 | 0.90 | 0.51 | 0.02 |
| HSL | 334.25º | 0.97% | 0.54% | - |
| HSV(B) | 334.25º | 0.9% | 0.98% | - |
| XYZ | 43.64 | 22.61 | 20.48 | - |
| YUV | 103.63 | 138.37 | 233.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 25 | 122 | 0 | 0.90 | 0.51 | 0.02 | 334.25 | 0.97 | 0.54 |
| Hex | FB | 19 | 7A | 0 | 5A | 33 | 2 | 14E | 61 | 36 |
| Octal | 373 | 31 | 172 | 0 | 132 | 63 | 2 | 516 | 141 | 66 |
| Binary | 11111011 | 11001 | 1111010 | 0 | 1011010 | 110011 | 10 | 101001110 | 1100001 | 110110 |
Color Harmonies of #FB197A
Complementary color
Monochromatic Colors of #FB197A
Black with #FB197A
Text Example
Text Example
White with #FB197A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB197A; }
p { color: rgb(251,25,122); }
H1.HeaderClassName
{
color: #FB197A;
}
.AnyTagClassName
{
color: #FB197A;
}
</style>
background-color css
<style>
a { background-color: #FB197A; }
a { background-color: rgb(251,25,122); }
div.DivClassName
{
background-color: #FB197A;
}
.BgClassName
{
background-color: #FB197A;
}
</style>
border-color css
<style>
span { border-color: #FB197A; }
span { border-color: rgb(251,25,122); }
td.TdClassName
{
border-color: #FB197A;
}
.TagClassName
{
border-color: #FB197A;
}
</style>