Shades of Deep Pink #FD199B
Tints of Deep Pink #FD199B
RGB
CMYK
RGB Variations
Color information
#FD199B (or 0xFD199B) is known color: Deep Pink. HEX triplet: FD, 19 and 9B. RGB value is (253,25,155). Sum of RGB (Red+Green+Blue) = 253+25+155=433 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.43% from 433); Green value is 25 (10.16% from 255 or 5.77% from 433); Blue value is 155 (60.94% from 255 or 35.80% from 433); Max value from RGB is 253 - color contains mainly: red. Hex color #FD199B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD199B is #02E664. Grayscale: #6B6B6B. Windows color (decimal): -190053 or 10164733. OLE color: 10164733.
HSL color Cylindrical-coordinate representation of color #FD199B: hue angle of 325.79º 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 #FD199B is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 25 | 155 | - |
| CMYK | 0 | 0.90 | 0.39 | 0.01 |
| HSL | 325.79º | 0.98% | 0.55% | - |
| HSV(B) | 325.79º | 0.9% | 0.99% | - |
| XYZ | 46.77 | 23.94 | 33.17 | - |
| YUV | 107.99 | 154.54 | 231.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 25 | 155 | 0 | 0.90 | 0.39 | 0.01 | 325.79 | 0.98 | 0.55 |
| Hex | FD | 19 | 9B | 0 | 5A | 27 | 1 | 146 | 62 | 37 |
| Octal | 375 | 31 | 233 | 0 | 132 | 47 | 1 | 506 | 142 | 67 |
| Binary | 11111101 | 11001 | 10011011 | 0 | 1011010 | 100111 | 1 | 101000110 | 1100010 | 110111 |
Color Harmonies of #FD199B
Complementary color
Monochromatic Colors of #FD199B
Black with #FD199B
Text Example
Text Example
White with #FD199B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD199B; }
p { color: rgb(253,25,155); }
H1.HeaderClassName
{
color: #FD199B;
}
.AnyTagClassName
{
color: #FD199B;
}
</style>
background-color css
<style>
a { background-color: #FD199B; }
a { background-color: rgb(253,25,155); }
div.DivClassName
{
background-color: #FD199B;
}
.BgClassName
{
background-color: #FD199B;
}
</style>
border-color css
<style>
span { border-color: #FD199B; }
span { border-color: rgb(253,25,155); }
td.TdClassName
{
border-color: #FD199B;
}
.TagClassName
{
border-color: #FD199B;
}
</style>