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