Shades of Deep Pink #FD237B
Tints of Deep Pink #FD237B
RGB
CMYK
RGB Variations
Color information
#FD237B (or 0xFD237B) is known color: Deep Pink. HEX triplet: FD, 23 and 7B. RGB value is (253,35,123). Sum of RGB (Red+Green+Blue) = 253+35+123=411 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.56% from 411); Green value is 35 (14.06% from 255 or 8.52% from 411); Blue value is 123 (48.44% from 255 or 29.93% from 411); Max value from RGB is 253 - color contains mainly: red. Hex color #FD237B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD237B is #02DC84. Grayscale: #6E6E6E. Windows color (decimal): -187525 or 8070141. OLE color: 8070141.
HSL color Cylindrical-coordinate representation of color #FD237B: hue angle of 335.78º 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 #FD237B is Cyan = 0, Magento = 0.86, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 35 | 123 | - |
| CMYK | 0 | 0.86 | 0.51 | 0.01 |
| HSL | 335.78º | 0.98% | 0.56% | - |
| HSV(B) | 335.78º | 0.86% | 0.99% | - |
| XYZ | 44.68 | 23.51 | 20.92 | - |
| YUV | 110.21 | 135.22 | 229.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 35 | 123 | 0 | 0.86 | 0.51 | 0.01 | 335.78 | 0.98 | 0.56 |
| Hex | FD | 23 | 7B | 0 | 56 | 33 | 1 | 150 | 62 | 38 |
| Octal | 375 | 43 | 173 | 0 | 126 | 63 | 1 | 520 | 142 | 70 |
| Binary | 11111101 | 100011 | 1111011 | 0 | 1010110 | 110011 | 1 | 101010000 | 1100010 | 111000 |
Color Harmonies of #FD237B
Complementary color
Monochromatic Colors of #FD237B
Black with #FD237B
Text Example
Text Example
White with #FD237B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD237B; }
p { color: rgb(253,35,123); }
H1.HeaderClassName
{
color: #FD237B;
}
.AnyTagClassName
{
color: #FD237B;
}
</style>
background-color css
<style>
a { background-color: #FD237B; }
a { background-color: rgb(253,35,123); }
div.DivClassName
{
background-color: #FD237B;
}
.BgClassName
{
background-color: #FD237B;
}
</style>
border-color css
<style>
span { border-color: #FD237B; }
span { border-color: rgb(253,35,123); }
td.TdClassName
{
border-color: #FD237B;
}
.TagClassName
{
border-color: #FD237B;
}
</style>