Shades of Deep Pink #FD018C
Tints of Deep Pink #FD018C
RGB
CMYK
RGB Variations
Color information
#FD018C (or 0xFD018C) is known color: Deep Pink. HEX triplet: FD, 01 and 8C. RGB value is (253,1,140). Sum of RGB (Red+Green+Blue) = 253+1+140=394 (52% of max value = 765). Red value is 253 (99.22% from 255 or 64.21% from 394); Green value is 1 (0.78% from 255 or 0.25% from 394); Blue value is 140 (55.08% from 255 or 35.53% from 394); Max value from RGB is 253 - color contains mainly: red. Hex color #FD018C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD018C is #02FE73. Grayscale: #5B5B5B. Windows color (decimal): -196212 or 9175549. OLE color: 9175549.
HSL color Cylindrical-coordinate representation of color #FD018C: hue angle of 326.9º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FD018C is Cyan = 0, Magento = 1.00, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 1 | 140 | - |
| CMYK | 0 | 1.00 | 0.45 | 0.01 |
| HSL | 326.9º | 0.99% | 0.5% | - |
| HSV(B) | 326.9º | 1% | 0.99% | - |
| XYZ | 45.25 | 22.8 | 26.83 | - |
| YUV | 92.19 | 154.99 | 242.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 1 | 140 | 0 | 1.00 | 0.45 | 0.01 | 326.9 | 0.99 | 0.5 |
| Hex | FD | 1 | 8C | 0 | 64 | 2D | 1 | 147 | 63 | 32 |
| Octal | 375 | 1 | 214 | 0 | 144 | 55 | 1 | 507 | 143 | 62 |
| Binary | 11111101 | 1 | 10001100 | 0 | 1100100 | 101101 | 1 | 101000111 | 1100011 | 110010 |
Color Harmonies of #FD018C
Complementary color
Monochromatic Colors of #FD018C
Black with #FD018C
Text Example
Text Example
White with #FD018C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD018C; }
p { color: rgb(253,1,140); }
H1.HeaderClassName
{
color: #FD018C;
}
.AnyTagClassName
{
color: #FD018C;
}
</style>
background-color css
<style>
a { background-color: #FD018C; }
a { background-color: rgb(253,1,140); }
div.DivClassName
{
background-color: #FD018C;
}
.BgClassName
{
background-color: #FD018C;
}
</style>
border-color css
<style>
span { border-color: #FD018C; }
span { border-color: rgb(253,1,140); }
td.TdClassName
{
border-color: #FD018C;
}
.TagClassName
{
border-color: #FD018C;
}
</style>