Shades of Deep Pink #FD1898
Tints of Deep Pink #FD1898
RGB
CMYK
RGB Variations
Color information
#FD1898 (or 0xFD1898) is known color: Deep Pink. HEX triplet: FD, 18 and 98. RGB value is (253,24,152). Sum of RGB (Red+Green+Blue) = 253+24+152=429 (56% of max value = 765). Red value is 253 (99.22% from 255 or 58.97% from 429); Green value is 24 (9.77% from 255 or 5.59% from 429); Blue value is 152 (59.77% from 255 or 35.43% from 429); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1898 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD1898 is #02E767. Grayscale: #6A6A6A. Windows color (decimal): -190312 or 9967869. OLE color: 9967869.
HSL color Cylindrical-coordinate representation of color #FD1898: hue angle of 326.46º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FD1898 is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 24 | 152 | - |
| CMYK | 0 | 0.91 | 0.40 | 0.01 |
| HSL | 326.46º | 0.98% | 0.54% | - |
| HSV(B) | 326.46º | 0.91% | 0.99% | - |
| XYZ | 46.5 | 23.8 | 31.85 | - |
| YUV | 107.06 | 153.37 | 232.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 24 | 152 | 0 | 0.91 | 0.40 | 0.01 | 326.46 | 0.98 | 0.54 |
| Hex | FD | 18 | 98 | 0 | 5B | 28 | 1 | 146 | 62 | 36 |
| Octal | 375 | 30 | 230 | 0 | 133 | 50 | 1 | 506 | 142 | 66 |
| Binary | 11111101 | 11000 | 10011000 | 0 | 1011011 | 101000 | 1 | 101000110 | 1100010 | 110110 |
Color Harmonies of #FD1898
Complementary color
Monochromatic Colors of #FD1898
Black with #FD1898
Text Example
Text Example
White with #FD1898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1898; }
p { color: rgb(253,24,152); }
H1.HeaderClassName
{
color: #FD1898;
}
.AnyTagClassName
{
color: #FD1898;
}
</style>
background-color css
<style>
a { background-color: #FD1898; }
a { background-color: rgb(253,24,152); }
div.DivClassName
{
background-color: #FD1898;
}
.BgClassName
{
background-color: #FD1898;
}
</style>
border-color css
<style>
span { border-color: #FD1898; }
span { border-color: rgb(253,24,152); }
td.TdClassName
{
border-color: #FD1898;
}
.TagClassName
{
border-color: #FD1898;
}
</style>