Shades of Deep Pink #FD237C
Tints of Deep Pink #FD237C
RGB
CMYK
RGB Variations
Color information
#FD237C (or 0xFD237C) is known color: Deep Pink. HEX triplet: FD, 23 and 7C. RGB value is (253,35,124). Sum of RGB (Red+Green+Blue) = 253+35+124=412 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.41% from 412); Green value is 35 (14.06% from 255 or 8.50% from 412); Blue value is 124 (48.83% from 255 or 30.10% from 412); Max value from RGB is 253 - color contains mainly: red. Hex color #FD237C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD237C is #02DC83. Grayscale: #6E6E6E. Windows color (decimal): -187524 or 8135677. OLE color: 8135677.
HSL color Cylindrical-coordinate representation of color #FD237C: hue angle of 335.5º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FD237C is Cyan = 0, Magento = 0.86, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 35 | 124 | - |
| CMYK | 0 | 0.86 | 0.51 | 0.01 |
| HSL | 335.5º | 0.98% | 0.56% | - |
| HSV(B) | 335.5º | 0.86% | 0.99% | - |
| XYZ | 44.75 | 23.54 | 21.25 | - |
| YUV | 110.33 | 135.72 | 229.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 35 | 124 | 0 | 0.86 | 0.51 | 0.01 | 335.5 | 0.98 | 0.56 |
| Hex | FD | 23 | 7C | 0 | 56 | 33 | 1 | 150 | 62 | 38 |
| Octal | 375 | 43 | 174 | 0 | 126 | 63 | 1 | 520 | 142 | 70 |
| Binary | 11111101 | 100011 | 1111100 | 0 | 1010110 | 110011 | 1 | 101010000 | 1100010 | 111000 |
Color Harmonies of #FD237C
Complementary color
Monochromatic Colors of #FD237C
Black with #FD237C
Text Example
Text Example
White with #FD237C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD237C; }
p { color: rgb(253,35,124); }
H1.HeaderClassName
{
color: #FD237C;
}
.AnyTagClassName
{
color: #FD237C;
}
</style>
background-color css
<style>
a { background-color: #FD237C; }
a { background-color: rgb(253,35,124); }
div.DivClassName
{
background-color: #FD237C;
}
.BgClassName
{
background-color: #FD237C;
}
</style>
border-color css
<style>
span { border-color: #FD237C; }
span { border-color: rgb(253,35,124); }
td.TdClassName
{
border-color: #FD237C;
}
.TagClassName
{
border-color: #FD237C;
}
</style>