Shades of Wild Watermelon #FD537A
Tints of Wild Watermelon #FD537A
RGB
CMYK
RGB Variations
Color information
#FD537A (or 0xFD537A) is known color: Wild Watermelon. HEX triplet: FD, 53 and 7A. RGB value is (253,83,122). Sum of RGB (Red+Green+Blue) = 253+83+122=458 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.24% from 458); Green value is 83 (32.81% from 255 or 18.12% from 458); Blue value is 122 (48.05% from 255 or 26.64% from 458); Max value from RGB is 253 - color contains mainly: red. Hex color #FD537A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD537A is #02AC85. Grayscale: #8A8A8A. Windows color (decimal): -175238 or 8016893. OLE color: 8016893.
HSL color Cylindrical-coordinate representation of color #FD537A: hue angle of 346.24º 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 #FD537A is Cyan = 0, Magento = 0.67, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 83 | 122 | - |
| CMYK | 0 | 0.67 | 0.52 | 0.01 |
| HSL | 346.24º | 0.98% | 0.66% | - |
| HSV(B) | 346.24º | 0.67% | 0.99% | - |
| XYZ | 47.11 | 28.47 | 21.43 | - |
| YUV | 138.28 | 118.82 | 209.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 83 | 122 | 0 | 0.67 | 0.52 | 0.01 | 346.24 | 0.98 | 0.66 |
| Hex | FD | 53 | 7A | 0 | 43 | 34 | 1 | 15A | 62 | 42 |
| Octal | 375 | 123 | 172 | 0 | 103 | 64 | 1 | 532 | 142 | 102 |
| Binary | 11111101 | 1010011 | 1111010 | 0 | 1000011 | 110100 | 1 | 101011010 | 1100010 | 1000010 |
Color Harmonies of #FD537A
Complementary color
Monochromatic Colors of #FD537A
Black with #FD537A
Text Example
Text Example
White with #FD537A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD537A; }
p { color: rgb(253,83,122); }
H1.HeaderClassName
{
color: #FD537A;
}
.AnyTagClassName
{
color: #FD537A;
}
</style>
background-color css
<style>
a { background-color: #FD537A; }
a { background-color: rgb(253,83,122); }
div.DivClassName
{
background-color: #FD537A;
}
.BgClassName
{
background-color: #FD537A;
}
</style>
border-color css
<style>
span { border-color: #FD537A; }
span { border-color: rgb(253,83,122); }
td.TdClassName
{
border-color: #FD537A;
}
.TagClassName
{
border-color: #FD537A;
}
</style>