Shades of Deep Pink #FD1198
Tints of Deep Pink #FD1198
RGB
CMYK
RGB Variations
Color information
#FD1198 (or 0xFD1198) is known color: Deep Pink. HEX triplet: FD, 11 and 98. RGB value is (253,17,152). Sum of RGB (Red+Green+Blue) = 253+17+152=422 (55% of max value = 765). Red value is 253 (99.22% from 255 or 59.95% from 422); Green value is 17 (7.03% from 255 or 4.03% from 422); Blue value is 152 (59.77% from 255 or 36.02% from 422); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1198 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD1198 is #02EE67. Grayscale: #666666. Windows color (decimal): -192104 or 9966077. OLE color: 9966077.
HSL color Cylindrical-coordinate representation of color #FD1198: hue angle of 325.68º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FD1198 is Cyan = 0, Magento = 0.93, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 17 | 152 | - |
| CMYK | 0 | 0.93 | 0.40 | 0.01 |
| HSL | 325.68º | 0.98% | 0.53% | - |
| HSV(B) | 325.68º | 0.93% | 0.99% | - |
| XYZ | 46.38 | 23.55 | 31.81 | - |
| YUV | 102.95 | 155.69 | 235.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 17 | 152 | 0 | 0.93 | 0.40 | 0.01 | 325.68 | 0.98 | 0.53 |
| Hex | FD | 11 | 98 | 0 | 5D | 28 | 1 | 146 | 62 | 35 |
| Octal | 375 | 21 | 230 | 0 | 135 | 50 | 1 | 506 | 142 | 65 |
| Binary | 11111101 | 10001 | 10011000 | 0 | 1011101 | 101000 | 1 | 101000110 | 1100010 | 110101 |
Color Harmonies of #FD1198
Complementary color
Monochromatic Colors of #FD1198
Black with #FD1198
Text Example
Text Example
White with #FD1198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1198; }
p { color: rgb(253,17,152); }
H1.HeaderClassName
{
color: #FD1198;
}
.AnyTagClassName
{
color: #FD1198;
}
</style>
background-color css
<style>
a { background-color: #FD1198; }
a { background-color: rgb(253,17,152); }
div.DivClassName
{
background-color: #FD1198;
}
.BgClassName
{
background-color: #FD1198;
}
</style>
border-color css
<style>
span { border-color: #FD1198; }
span { border-color: rgb(253,17,152); }
td.TdClassName
{
border-color: #FD1198;
}
.TagClassName
{
border-color: #FD1198;
}
</style>