Shades of Deep Pink #FD1097
Tints of Deep Pink #FD1097
RGB
CMYK
RGB Variations
Color information
#FD1097 (or 0xFD1097) is known color: Deep Pink. HEX triplet: FD, 10 and 97. RGB value is (253,16,151). Sum of RGB (Red+Green+Blue) = 253+16+151=420 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.24% from 420); Green value is 16 (6.64% from 255 or 3.81% from 420); Blue value is 151 (59.38% from 255 or 35.95% from 420); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1097 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD1097 is #02EF68. Grayscale: #656565. Windows color (decimal): -192361 or 9900285. OLE color: 9900285.
HSL color Cylindrical-coordinate representation of color #FD1097: hue angle of 325.82º 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 #FD1097 is Cyan = 0, Magento = 0.94, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 16 | 151 | - |
| CMYK | 0 | 0.94 | 0.40 | 0.01 |
| HSL | 325.82º | 0.98% | 0.53% | - |
| HSV(B) | 325.82º | 0.94% | 0.99% | - |
| XYZ | 46.28 | 23.49 | 31.37 | - |
| YUV | 102.25 | 155.52 | 235.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 16 | 151 | 0 | 0.94 | 0.40 | 0.01 | 325.82 | 0.98 | 0.53 |
| Hex | FD | 10 | 97 | 0 | 5E | 28 | 1 | 146 | 62 | 35 |
| Octal | 375 | 20 | 227 | 0 | 136 | 50 | 1 | 506 | 142 | 65 |
| Binary | 11111101 | 10000 | 10010111 | 0 | 1011110 | 101000 | 1 | 101000110 | 1100010 | 110101 |
Color Harmonies of #FD1097
Complementary color
Monochromatic Colors of #FD1097
Black with #FD1097
Text Example
Text Example
White with #FD1097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1097; }
p { color: rgb(253,16,151); }
H1.HeaderClassName
{
color: #FD1097;
}
.AnyTagClassName
{
color: #FD1097;
}
</style>
background-color css
<style>
a { background-color: #FD1097; }
a { background-color: rgb(253,16,151); }
div.DivClassName
{
background-color: #FD1097;
}
.BgClassName
{
background-color: #FD1097;
}
</style>
border-color css
<style>
span { border-color: #FD1097; }
span { border-color: rgb(253,16,151); }
td.TdClassName
{
border-color: #FD1097;
}
.TagClassName
{
border-color: #FD1097;
}
</style>