Shades of Deep Pink #FD1098
Tints of Deep Pink #FD1098
RGB
CMYK
RGB Variations
Color information
#FD1098 (or 0xFD1098) is known color: Deep Pink. HEX triplet: FD, 10 and 98. RGB value is (253,16,152). Sum of RGB (Red+Green+Blue) = 253+16+152=421 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.10% from 421); Green value is 16 (6.64% from 255 or 3.80% from 421); Blue value is 152 (59.77% from 255 or 36.10% from 421); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1098 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD1098 is #02EF67. Grayscale: #666666. Windows color (decimal): -192360 or 9965821. OLE color: 9965821.
HSL color Cylindrical-coordinate representation of color #FD1098: hue angle of 325.57º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FD1098 is Cyan = 0, Magento = 0.94, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 16 | 152 | - |
| CMYK | 0 | 0.94 | 0.40 | 0.01 |
| HSL | 325.57º | 0.98% | 0.53% | - |
| HSV(B) | 325.57º | 0.94% | 0.99% | - |
| XYZ | 46.36 | 23.52 | 31.8 | - |
| YUV | 102.37 | 156.02 | 235.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 16 | 152 | 0 | 0.94 | 0.40 | 0.01 | 325.57 | 0.98 | 0.53 |
| Hex | FD | 10 | 98 | 0 | 5E | 28 | 1 | 146 | 62 | 35 |
| Octal | 375 | 20 | 230 | 0 | 136 | 50 | 1 | 506 | 142 | 65 |
| Binary | 11111101 | 10000 | 10011000 | 0 | 1011110 | 101000 | 1 | 101000110 | 1100010 | 110101 |
Color Harmonies of #FD1098
Complementary color
Monochromatic Colors of #FD1098
Black with #FD1098
Text Example
Text Example
White with #FD1098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1098; }
p { color: rgb(253,16,152); }
H1.HeaderClassName
{
color: #FD1098;
}
.AnyTagClassName
{
color: #FD1098;
}
</style>
background-color css
<style>
a { background-color: #FD1098; }
a { background-color: rgb(253,16,152); }
div.DivClassName
{
background-color: #FD1098;
}
.BgClassName
{
background-color: #FD1098;
}
</style>
border-color css
<style>
span { border-color: #FD1098; }
span { border-color: rgb(253,16,152); }
td.TdClassName
{
border-color: #FD1098;
}
.TagClassName
{
border-color: #FD1098;
}
</style>