Shades of Deep Pink #FD0F8C
Tints of Deep Pink #FD0F8C
RGB
CMYK
RGB Variations
Color information
#FD0F8C (or 0xFD0F8C) is known color: Deep Pink. HEX triplet: FD, 0F and 8C. RGB value is (253,15,140). Sum of RGB (Red+Green+Blue) = 253+15+140=408 (54% of max value = 765). Red value is 253 (99.22% from 255 or 62.01% from 408); Green value is 15 (6.25% from 255 or 3.68% from 408); Blue value is 140 (55.08% from 255 or 34.31% from 408); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0F8C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD0F8C is #02F073. Grayscale: #646464. Windows color (decimal): -192628 or 9179133. OLE color: 9179133.
HSL color Cylindrical-coordinate representation of color #FD0F8C: hue angle of 328.49º 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 #FD0F8C is Cyan = 0, Magento = 0.94, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 15 | 140 | - |
| CMYK | 0 | 0.94 | 0.45 | 0.01 |
| HSL | 328.49º | 0.98% | 0.53% | - |
| HSV(B) | 328.49º | 0.94% | 0.99% | - |
| XYZ | 45.41 | 23.12 | 26.88 | - |
| YUV | 100.41 | 150.35 | 236.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 15 | 140 | 0 | 0.94 | 0.45 | 0.01 | 328.49 | 0.98 | 0.53 |
| Hex | FD | F | 8C | 0 | 5E | 2D | 1 | 148 | 62 | 35 |
| Octal | 375 | 17 | 214 | 0 | 136 | 55 | 1 | 510 | 142 | 65 |
| Binary | 11111101 | 1111 | 10001100 | 0 | 1011110 | 101101 | 1 | 101001000 | 1100010 | 110101 |
Color Harmonies of #FD0F8C
Complementary color
Monochromatic Colors of #FD0F8C
Black with #FD0F8C
Text Example
Text Example
White with #FD0F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0F8C; }
p { color: rgb(253,15,140); }
H1.HeaderClassName
{
color: #FD0F8C;
}
.AnyTagClassName
{
color: #FD0F8C;
}
</style>
background-color css
<style>
a { background-color: #FD0F8C; }
a { background-color: rgb(253,15,140); }
div.DivClassName
{
background-color: #FD0F8C;
}
.BgClassName
{
background-color: #FD0F8C;
}
</style>
border-color css
<style>
span { border-color: #FD0F8C; }
span { border-color: rgb(253,15,140); }
td.TdClassName
{
border-color: #FD0F8C;
}
.TagClassName
{
border-color: #FD0F8C;
}
</style>