Shades of Deep Pink #FD198F
Tints of Deep Pink #FD198F
RGB
CMYK
RGB Variations
Color information
#FD198F (or 0xFD198F) is known color: Deep Pink. HEX triplet: FD, 19 and 8F. RGB value is (253,25,143). Sum of RGB (Red+Green+Blue) = 253+25+143=421 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.10% from 421); Green value is 25 (10.16% from 255 or 5.94% from 421); Blue value is 143 (56.25% from 255 or 33.97% from 421); Max value from RGB is 253 - color contains mainly: red. Hex color #FD198F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD198F is #02E670. Grayscale: #6A6A6A. Windows color (decimal): -190065 or 9378301. OLE color: 9378301.
HSL color Cylindrical-coordinate representation of color #FD198F: hue angle of 328.95º 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 #FD198F is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 25 | 143 | - |
| CMYK | 0 | 0.90 | 0.43 | 0.01 |
| HSL | 328.95º | 0.98% | 0.55% | - |
| HSV(B) | 328.95º | 0.9% | 0.99% | - |
| XYZ | 45.81 | 23.56 | 28.12 | - |
| YUV | 106.62 | 148.54 | 232.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 25 | 143 | 0 | 0.90 | 0.43 | 0.01 | 328.95 | 0.98 | 0.55 |
| Hex | FD | 19 | 8F | 0 | 5A | 2B | 1 | 149 | 62 | 37 |
| Octal | 375 | 31 | 217 | 0 | 132 | 53 | 1 | 511 | 142 | 67 |
| Binary | 11111101 | 11001 | 10001111 | 0 | 1011010 | 101011 | 1 | 101001001 | 1100010 | 110111 |
Color Harmonies of #FD198F
Complementary color
Monochromatic Colors of #FD198F
Black with #FD198F
Text Example
Text Example
White with #FD198F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD198F; }
p { color: rgb(253,25,143); }
H1.HeaderClassName
{
color: #FD198F;
}
.AnyTagClassName
{
color: #FD198F;
}
</style>
background-color css
<style>
a { background-color: #FD198F; }
a { background-color: rgb(253,25,143); }
div.DivClassName
{
background-color: #FD198F;
}
.BgClassName
{
background-color: #FD198F;
}
</style>
border-color css
<style>
span { border-color: #FD198F; }
span { border-color: rgb(253,25,143); }
td.TdClassName
{
border-color: #FD198F;
}
.TagClassName
{
border-color: #FD198F;
}
</style>