Shades of Deep Pink #FD1C83
Tints of Deep Pink #FD1C83
RGB
CMYK
RGB Variations
Color information
#FD1C83 (or 0xFD1C83) is known color: Deep Pink. HEX triplet: FD, 1C and 83. RGB value is (253,28,131). Sum of RGB (Red+Green+Blue) = 253+28+131=412 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.41% from 412); Green value is 28 (11.33% from 255 or 6.80% from 412); Blue value is 131 (51.56% from 255 or 31.80% from 412); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1C83 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD1C83 is #02E37C. Grayscale: #6A6A6A. Windows color (decimal): -189309 or 8592637. OLE color: 8592637.
HSL color Cylindrical-coordinate representation of color #FD1C83: hue angle of 332.53º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FD1C83 is Cyan = 0, Magento = 0.89, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 28 | 131 | - |
| CMYK | 0 | 0.89 | 0.48 | 0.01 |
| HSL | 332.53º | 0.98% | 0.55% | - |
| HSV(B) | 332.53º | 0.89% | 0.99% | - |
| XYZ | 45.02 | 23.35 | 23.61 | - |
| YUV | 107.02 | 141.54 | 232.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 28 | 131 | 0 | 0.89 | 0.48 | 0.01 | 332.53 | 0.98 | 0.55 |
| Hex | FD | 1C | 83 | 0 | 59 | 30 | 1 | 14D | 62 | 37 |
| Octal | 375 | 34 | 203 | 0 | 131 | 60 | 1 | 515 | 142 | 67 |
| Binary | 11111101 | 11100 | 10000011 | 0 | 1011001 | 110000 | 1 | 101001101 | 1100010 | 110111 |
Color Harmonies of #FD1C83
Complementary color
Monochromatic Colors of #FD1C83
Black with #FD1C83
Text Example
Text Example
White with #FD1C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1C83; }
p { color: rgb(253,28,131); }
H1.HeaderClassName
{
color: #FD1C83;
}
.AnyTagClassName
{
color: #FD1C83;
}
</style>
background-color css
<style>
a { background-color: #FD1C83; }
a { background-color: rgb(253,28,131); }
div.DivClassName
{
background-color: #FD1C83;
}
.BgClassName
{
background-color: #FD1C83;
}
</style>
border-color css
<style>
span { border-color: #FD1C83; }
span { border-color: rgb(253,28,131); }
td.TdClassName
{
border-color: #FD1C83;
}
.TagClassName
{
border-color: #FD1C83;
}
</style>