Shades of Deep Pink #FD197B
Tints of Deep Pink #FD197B
RGB
CMYK
RGB Variations
Color information
#FD197B (or 0xFD197B) is known color: Deep Pink. HEX triplet: FD, 19 and 7B. RGB value is (253,25,123). Sum of RGB (Red+Green+Blue) = 253+25+123=401 (53% of max value = 765). Red value is 253 (99.22% from 255 or 63.09% from 401); Green value is 25 (10.16% from 255 or 6.23% from 401); Blue value is 123 (48.44% from 255 or 30.67% from 401); Max value from RGB is 253 - color contains mainly: red. Hex color #FD197B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD197B is #02E684. Grayscale: #686868. Windows color (decimal): -190085 or 8067581. OLE color: 8067581.
HSL color Cylindrical-coordinate representation of color #FD197B: hue angle of 334.21º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FD197B is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 25 | 123 | - |
| CMYK | 0 | 0.90 | 0.51 | 0.01 |
| HSL | 334.21º | 0.98% | 0.55% | - |
| HSV(B) | 334.21º | 0.9% | 0.99% | - |
| XYZ | 44.43 | 23.01 | 20.84 | - |
| YUV | 104.34 | 138.54 | 234.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 25 | 123 | 0 | 0.90 | 0.51 | 0.01 | 334.21 | 0.98 | 0.55 |
| Hex | FD | 19 | 7B | 0 | 5A | 33 | 1 | 14E | 62 | 37 |
| Octal | 375 | 31 | 173 | 0 | 132 | 63 | 1 | 516 | 142 | 67 |
| Binary | 11111101 | 11001 | 1111011 | 0 | 1011010 | 110011 | 1 | 101001110 | 1100010 | 110111 |
Color Harmonies of #FD197B
Complementary color
Monochromatic Colors of #FD197B
Black with #FD197B
Text Example
Text Example
White with #FD197B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD197B; }
p { color: rgb(253,25,123); }
H1.HeaderClassName
{
color: #FD197B;
}
.AnyTagClassName
{
color: #FD197B;
}
</style>
background-color css
<style>
a { background-color: #FD197B; }
a { background-color: rgb(253,25,123); }
div.DivClassName
{
background-color: #FD197B;
}
.BgClassName
{
background-color: #FD197B;
}
</style>
border-color css
<style>
span { border-color: #FD197B; }
span { border-color: rgb(253,25,123); }
td.TdClassName
{
border-color: #FD197B;
}
.TagClassName
{
border-color: #FD197B;
}
</style>