Shades of Deep Pink #FB197D
Tints of Deep Pink #FB197D
RGB
CMYK
RGB Variations
Color information
#FB197D (or 0xFB197D) is known color: Deep Pink. HEX triplet: FB, 19 and 7D. RGB value is (251,25,125). Sum of RGB (Red+Green+Blue) = 251+25+125=401 (53% of max value = 765). Red value is 251 (98.44% from 255 or 62.59% from 401); Green value is 25 (10.16% from 255 or 6.23% from 401); Blue value is 125 (49.22% from 255 or 31.17% from 401); Max value from RGB is 251 - color contains mainly: red. Hex color #FB197D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB197D is #04E682. Grayscale: #676767. Windows color (decimal): -321155 or 8198651. OLE color: 8198651.
HSL color Cylindrical-coordinate representation of color #FB197D: hue angle of 333.45º 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 #FB197D is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 25 | 125 | - |
| CMYK | 0 | 0.90 | 0.50 | 0.02 |
| HSL | 333.45º | 0.97% | 0.54% | - |
| HSV(B) | 333.45º | 0.9% | 0.98% | - |
| XYZ | 43.83 | 22.69 | 21.47 | - |
| YUV | 103.97 | 139.87 | 232.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 25 | 125 | 0 | 0.90 | 0.50 | 0.02 | 333.45 | 0.97 | 0.54 |
| Hex | FB | 19 | 7D | 0 | 5A | 32 | 2 | 14D | 61 | 36 |
| Octal | 373 | 31 | 175 | 0 | 132 | 62 | 2 | 515 | 141 | 66 |
| Binary | 11111011 | 11001 | 1111101 | 0 | 1011010 | 110010 | 10 | 101001101 | 1100001 | 110110 |
Color Harmonies of #FB197D
Complementary color
Monochromatic Colors of #FB197D
Black with #FB197D
Text Example
Text Example
White with #FB197D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB197D; }
p { color: rgb(251,25,125); }
H1.HeaderClassName
{
color: #FB197D;
}
.AnyTagClassName
{
color: #FB197D;
}
</style>
background-color css
<style>
a { background-color: #FB197D; }
a { background-color: rgb(251,25,125); }
div.DivClassName
{
background-color: #FB197D;
}
.BgClassName
{
background-color: #FB197D;
}
</style>
border-color css
<style>
span { border-color: #FB197D; }
span { border-color: rgb(251,25,125); }
td.TdClassName
{
border-color: #FB197D;
}
.TagClassName
{
border-color: #FB197D;
}
</style>