Shades of Deep Pink #FB197F
Tints of Deep Pink #FB197F
RGB
CMYK
RGB Variations
Color information
#FB197F (or 0xFB197F) is known color: Deep Pink. HEX triplet: FB, 19 and 7F. RGB value is (251,25,127). Sum of RGB (Red+Green+Blue) = 251+25+127=403 (53% of max value = 765). Red value is 251 (98.44% from 255 or 62.28% from 403); Green value is 25 (10.16% from 255 or 6.20% from 403); Blue value is 127 (50% from 255 or 31.51% from 403); Max value from RGB is 251 - color contains mainly: red. Hex color #FB197F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB197F is #04E680. Grayscale: #686868. Windows color (decimal): -321153 or 8329723. OLE color: 8329723.
HSL color Cylindrical-coordinate representation of color #FB197F: hue angle of 332.92º 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 #FB197F is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 25 | 127 | - |
| CMYK | 0 | 0.90 | 0.49 | 0.02 |
| HSL | 332.92º | 0.97% | 0.54% | - |
| HSV(B) | 332.92º | 0.9% | 0.98% | - |
| XYZ | 43.96 | 22.74 | 22.15 | - |
| YUV | 104.2 | 140.87 | 232.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 25 | 127 | 0 | 0.90 | 0.49 | 0.02 | 332.92 | 0.97 | 0.54 |
| Hex | FB | 19 | 7F | 0 | 5A | 31 | 2 | 14D | 61 | 36 |
| Octal | 373 | 31 | 177 | 0 | 132 | 61 | 2 | 515 | 141 | 66 |
| Binary | 11111011 | 11001 | 1111111 | 0 | 1011010 | 110001 | 10 | 101001101 | 1100001 | 110110 |
Color Harmonies of #FB197F
Complementary color
Monochromatic Colors of #FB197F
Black with #FB197F
Text Example
Text Example
White with #FB197F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB197F; }
p { color: rgb(251,25,127); }
H1.HeaderClassName
{
color: #FB197F;
}
.AnyTagClassName
{
color: #FB197F;
}
</style>
background-color css
<style>
a { background-color: #FB197F; }
a { background-color: rgb(251,25,127); }
div.DivClassName
{
background-color: #FB197F;
}
.BgClassName
{
background-color: #FB197F;
}
</style>
border-color css
<style>
span { border-color: #FB197F; }
span { border-color: rgb(251,25,127); }
td.TdClassName
{
border-color: #FB197F;
}
.TagClassName
{
border-color: #FB197F;
}
</style>