Shades of Wild Watermelon #FD537B
Tints of Wild Watermelon #FD537B
RGB
CMYK
RGB Variations
Color information
#FD537B (or 0xFD537B) is known color: Wild Watermelon. HEX triplet: FD, 53 and 7B. RGB value is (253,83,123). Sum of RGB (Red+Green+Blue) = 253+83+123=459 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.12% from 459); Green value is 83 (32.81% from 255 or 18.08% from 459); Blue value is 123 (48.44% from 255 or 26.80% from 459); Max value from RGB is 253 - color contains mainly: red. Hex color #FD537B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD537B is #02AC84. Grayscale: #8A8A8A. Windows color (decimal): -175237 or 8082429. OLE color: 8082429.
HSL color Cylindrical-coordinate representation of color #FD537B: hue angle of 345.88º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FD537B is Cyan = 0, Magento = 0.67, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 83 | 123 | - |
| CMYK | 0 | 0.67 | 0.51 | 0.01 |
| HSL | 345.88º | 0.98% | 0.66% | - |
| HSV(B) | 345.88º | 0.67% | 0.99% | - |
| XYZ | 47.18 | 28.5 | 21.75 | - |
| YUV | 138.39 | 119.32 | 209.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 83 | 123 | 0 | 0.67 | 0.51 | 0.01 | 345.88 | 0.98 | 0.66 |
| Hex | FD | 53 | 7B | 0 | 43 | 33 | 1 | 15A | 62 | 42 |
| Octal | 375 | 123 | 173 | 0 | 103 | 63 | 1 | 532 | 142 | 102 |
| Binary | 11111101 | 1010011 | 1111011 | 0 | 1000011 | 110011 | 1 | 101011010 | 1100010 | 1000010 |
Color Harmonies of #FD537B
Complementary color
Monochromatic Colors of #FD537B
Black with #FD537B
Text Example
Text Example
White with #FD537B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD537B; }
p { color: rgb(253,83,123); }
H1.HeaderClassName
{
color: #FD537B;
}
.AnyTagClassName
{
color: #FD537B;
}
</style>
background-color css
<style>
a { background-color: #FD537B; }
a { background-color: rgb(253,83,123); }
div.DivClassName
{
background-color: #FD537B;
}
.BgClassName
{
background-color: #FD537B;
}
</style>
border-color css
<style>
span { border-color: #FD537B; }
span { border-color: rgb(253,83,123); }
td.TdClassName
{
border-color: #FD537B;
}
.TagClassName
{
border-color: #FD537B;
}
</style>