Shades of Deep Pink #FD0F9D
Tints of Deep Pink #FD0F9D
RGB
CMYK
RGB Variations
Color information
#FD0F9D (or 0xFD0F9D) is known color: Deep Pink. HEX triplet: FD, 0F and 9D. RGB value is (253,15,157). Sum of RGB (Red+Green+Blue) = 253+15+157=425 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.53% from 425); Green value is 15 (6.25% from 255 or 3.53% from 425); Blue value is 157 (61.72% from 255 or 36.94% from 425); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0F9D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD0F9D is #02F062. Grayscale: #666666. Windows color (decimal): -192611 or 10293245. OLE color: 10293245.
HSL color Cylindrical-coordinate representation of color #FD0F9D: hue angle of 324.2º 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 #FD0F9D is Cyan = 0, Magento = 0.94, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 15 | 157 | - |
| CMYK | 0 | 0.94 | 0.38 | 0.01 |
| HSL | 324.2º | 0.98% | 0.53% | - |
| HSV(B) | 324.2º | 0.94% | 0.99% | - |
| XYZ | 46.76 | 23.66 | 34 | - |
| YUV | 102.35 | 158.85 | 235.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 15 | 157 | 0 | 0.94 | 0.38 | 0.01 | 324.2 | 0.98 | 0.53 |
| Hex | FD | F | 9D | 0 | 5E | 26 | 1 | 144 | 62 | 35 |
| Octal | 375 | 17 | 235 | 0 | 136 | 46 | 1 | 504 | 142 | 65 |
| Binary | 11111101 | 1111 | 10011101 | 0 | 1011110 | 100110 | 1 | 101000100 | 1100010 | 110101 |
Color Harmonies of #FD0F9D
Complementary color
Monochromatic Colors of #FD0F9D
Black with #FD0F9D
Text Example
Text Example
White with #FD0F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0F9D; }
p { color: rgb(253,15,157); }
H1.HeaderClassName
{
color: #FD0F9D;
}
.AnyTagClassName
{
color: #FD0F9D;
}
</style>
background-color css
<style>
a { background-color: #FD0F9D; }
a { background-color: rgb(253,15,157); }
div.DivClassName
{
background-color: #FD0F9D;
}
.BgClassName
{
background-color: #FD0F9D;
}
</style>
border-color css
<style>
span { border-color: #FD0F9D; }
span { border-color: rgb(253,15,157); }
td.TdClassName
{
border-color: #FD0F9D;
}
.TagClassName
{
border-color: #FD0F9D;
}
</style>