Shades of Wild Watermelon #FD575C
Tints of Wild Watermelon #FD575C
RGB
CMYK
RGB Variations
Color information
#FD575C (or 0xFD575C) is known color: Wild Watermelon. HEX triplet: FD, 57 and 5C. RGB value is (253,87,92). Sum of RGB (Red+Green+Blue) = 253+87+92=432 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.56% from 432); Green value is 87 (34.38% from 255 or 20.14% from 432); Blue value is 92 (36.33% from 255 or 21.30% from 432); Max value from RGB is 253 - color contains mainly: red. Hex color #FD575C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD575C is #02A8A3. Grayscale: #898989. Windows color (decimal): -174244 or 6051837. OLE color: 6051837.
HSL color Cylindrical-coordinate representation of color #FD575C: hue angle of 358.19º 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 #FD575C is Cyan = 0, Magento = 0.66, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 87 | 92 | - |
| CMYK | 0 | 0.66 | 0.64 | 0.01 |
| HSL | 358.19º | 0.98% | 0.67% | - |
| HSV(B) | 358.19º | 0.66% | 0.99% | - |
| XYZ | 45.85 | 28.47 | 13.2 | - |
| YUV | 137.2 | 102.5 | 210.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 87 | 92 | 0 | 0.66 | 0.64 | 0.01 | 358.19 | 0.98 | 0.67 |
| Hex | FD | 57 | 5C | 0 | 42 | 40 | 1 | 166 | 62 | 43 |
| Octal | 375 | 127 | 134 | 0 | 102 | 100 | 1 | 546 | 142 | 103 |
| Binary | 11111101 | 1010111 | 1011100 | 0 | 1000010 | 1000000 | 1 | 101100110 | 1100010 | 1000011 |
Color Harmonies of #FD575C
Complementary color
Monochromatic Colors of #FD575C
Black with #FD575C
Text Example
Text Example
White with #FD575C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD575C; }
p { color: rgb(253,87,92); }
H1.HeaderClassName
{
color: #FD575C;
}
.AnyTagClassName
{
color: #FD575C;
}
</style>
background-color css
<style>
a { background-color: #FD575C; }
a { background-color: rgb(253,87,92); }
div.DivClassName
{
background-color: #FD575C;
}
.BgClassName
{
background-color: #FD575C;
}
</style>
border-color css
<style>
span { border-color: #FD575C; }
span { border-color: rgb(253,87,92); }
td.TdClassName
{
border-color: #FD575C;
}
.TagClassName
{
border-color: #FD575C;
}
</style>