Shades of Deep Pink #FD127C
Tints of Deep Pink #FD127C
RGB
CMYK
RGB Variations
Color information
#FD127C (or 0xFD127C) is known color: Deep Pink. HEX triplet: FD, 12 and 7C. RGB value is (253,18,124). Sum of RGB (Red+Green+Blue) = 253+18+124=395 (52% of max value = 765). Red value is 253 (99.22% from 255 or 64.05% from 395); Green value is 18 (7.42% from 255 or 4.56% from 395); Blue value is 124 (48.83% from 255 or 31.39% from 395); Max value from RGB is 253 - color contains mainly: red. Hex color #FD127C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD127C is #02ED83. Grayscale: #646464. Windows color (decimal): -191876 or 8131325. OLE color: 8131325.
HSL color Cylindrical-coordinate representation of color #FD127C: hue angle of 332.94º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FD127C is Cyan = 0, Magento = 0.93, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 18 | 124 | - |
| CMYK | 0 | 0.93 | 0.51 | 0.01 |
| HSL | 332.94º | 0.98% | 0.53% | - |
| HSV(B) | 332.94º | 0.93% | 0.99% | - |
| XYZ | 44.36 | 22.77 | 21.13 | - |
| YUV | 100.35 | 141.36 | 236.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 18 | 124 | 0 | 0.93 | 0.51 | 0.01 | 332.94 | 0.98 | 0.53 |
| Hex | FD | 12 | 7C | 0 | 5D | 33 | 1 | 14D | 62 | 35 |
| Octal | 375 | 22 | 174 | 0 | 135 | 63 | 1 | 515 | 142 | 65 |
| Binary | 11111101 | 10010 | 1111100 | 0 | 1011101 | 110011 | 1 | 101001101 | 1100010 | 110101 |
Color Harmonies of #FD127C
Complementary color
Monochromatic Colors of #FD127C
Black with #FD127C
Text Example
Text Example
White with #FD127C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD127C; }
p { color: rgb(253,18,124); }
H1.HeaderClassName
{
color: #FD127C;
}
.AnyTagClassName
{
color: #FD127C;
}
</style>
background-color css
<style>
a { background-color: #FD127C; }
a { background-color: rgb(253,18,124); }
div.DivClassName
{
background-color: #FD127C;
}
.BgClassName
{
background-color: #FD127C;
}
</style>
border-color css
<style>
span { border-color: #FD127C; }
span { border-color: rgb(253,18,124); }
td.TdClassName
{
border-color: #FD127C;
}
.TagClassName
{
border-color: #FD127C;
}
</style>