Shades of Deep Pink #FF197B
Tints of Deep Pink #FF197B
RGB
CMYK
RGB Variations
Color information
#FF197B (or 0xFF197B) is known color: Deep Pink. HEX triplet: FF, 19 and 7B. RGB value is (255,25,123). Sum of RGB (Red+Green+Blue) = 255+25+123=403 (53% of max value = 765). Red value is 255 (100% from 255 or 63.28% from 403); Green value is 25 (10.16% from 255 or 6.20% from 403); Blue value is 123 (48.44% from 255 or 30.52% from 403); Max value from RGB is 255 - color contains mainly: red. Hex color #FF197B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF197B is #00E684. Grayscale: #686868. Windows color (decimal): -59013 or 8067583. OLE color: 8067583.
HSL color Cylindrical-coordinate representation of color #FF197B: hue angle of 334.43º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FF197B is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 25 | 123 | - |
| CMYK | 0 | 0.90 | 0.52 | 0 |
| HSL | 334.43º | 1% | 0.55% | - |
| HSV(B) | 334.43º | 0.9% | 1% | - |
| XYZ | 45.16 | 23.39 | 20.87 | - |
| YUV | 104.94 | 138.2 | 235.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 25 | 123 | 0 | 0.90 | 0.52 | 0 | 334.43 | 1 | 0.55 |
| Hex | FF | 19 | 7B | 0 | 5A | 34 | 0 | 14E | 64 | 37 |
| Octal | 377 | 31 | 173 | 0 | 132 | 64 | 0 | 516 | 144 | 67 |
| Binary | 11111111 | 11001 | 1111011 | 0 | 1011010 | 110100 | 0 | 101001110 | 1100100 | 110111 |
Color Harmonies of #FF197B
Complementary color
Monochromatic Colors of #FF197B
Black with #FF197B
Text Example
Text Example
White with #FF197B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF197B; }
p { color: rgb(255,25,123); }
H1.HeaderClassName
{
color: #FF197B;
}
.AnyTagClassName
{
color: #FF197B;
}
</style>
background-color css
<style>
a { background-color: #FF197B; }
a { background-color: rgb(255,25,123); }
div.DivClassName
{
background-color: #FF197B;
}
.BgClassName
{
background-color: #FF197B;
}
</style>
border-color css
<style>
span { border-color: #FF197B; }
span { border-color: rgb(255,25,123); }
td.TdClassName
{
border-color: #FF197B;
}
.TagClassName
{
border-color: #FF197B;
}
</style>