Shades of Wild Watermelon #FD575E
Tints of Wild Watermelon #FD575E
RGB
CMYK
RGB Variations
Color information
#FD575E (or 0xFD575E) is known color: Wild Watermelon. HEX triplet: FD, 57 and 5E. RGB value is (253,87,94). Sum of RGB (Red+Green+Blue) = 253+87+94=434 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.29% from 434); Green value is 87 (34.38% from 255 or 20.05% from 434); Blue value is 94 (37.11% from 255 or 21.66% from 434); Max value from RGB is 253 - color contains mainly: red. Hex color #FD575E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD575E is #02A8A1. Grayscale: #898989. Windows color (decimal): -174242 or 6182909. OLE color: 6182909.
HSL color Cylindrical-coordinate representation of color #FD575E: hue angle of 357.47º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FD575E is Cyan = 0, Magento = 0.66, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 87 | 94 | - |
| CMYK | 0 | 0.66 | 0.63 | 0.01 |
| HSL | 357.47º | 0.98% | 0.67% | - |
| HSV(B) | 357.47º | 0.66% | 0.99% | - |
| XYZ | 45.94 | 28.51 | 13.67 | - |
| YUV | 137.43 | 103.5 | 210.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 87 | 94 | 0 | 0.66 | 0.63 | 0.01 | 357.47 | 0.98 | 0.67 |
| Hex | FD | 57 | 5E | 0 | 42 | 3F | 1 | 165 | 62 | 43 |
| Octal | 375 | 127 | 136 | 0 | 102 | 77 | 1 | 545 | 142 | 103 |
| Binary | 11111101 | 1010111 | 1011110 | 0 | 1000010 | 111111 | 1 | 101100101 | 1100010 | 1000011 |
Color Harmonies of #FD575E
Complementary color
Monochromatic Colors of #FD575E
Black with #FD575E
Text Example
Text Example
White with #FD575E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD575E; }
p { color: rgb(253,87,94); }
H1.HeaderClassName
{
color: #FD575E;
}
.AnyTagClassName
{
color: #FD575E;
}
</style>
background-color css
<style>
a { background-color: #FD575E; }
a { background-color: rgb(253,87,94); }
div.DivClassName
{
background-color: #FD575E;
}
.BgClassName
{
background-color: #FD575E;
}
</style>
border-color css
<style>
span { border-color: #FD575E; }
span { border-color: rgb(253,87,94); }
td.TdClassName
{
border-color: #FD575E;
}
.TagClassName
{
border-color: #FD575E;
}
</style>