Shades of Wild Watermelon #FD576C
Tints of Wild Watermelon #FD576C
RGB
CMYK
RGB Variations
Color information
#FD576C (or 0xFD576C) is known color: Wild Watermelon. HEX triplet: FD, 57 and 6C. RGB value is (253,87,108). Sum of RGB (Red+Green+Blue) = 253+87+108=448 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.47% from 448); Green value is 87 (34.38% from 255 or 19.42% from 448); Blue value is 108 (42.58% from 255 or 24.11% from 448); Max value from RGB is 253 - color contains mainly: red. Hex color #FD576C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD576C is #02A893. Grayscale: #8B8B8B. Windows color (decimal): -174228 or 7100413. OLE color: 7100413.
HSL color Cylindrical-coordinate representation of color #FD576C: hue angle of 352.41º 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 #FD576C is Cyan = 0, Magento = 0.66, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 87 | 108 | - |
| CMYK | 0 | 0.66 | 0.57 | 0.01 |
| HSL | 352.41º | 0.98% | 0.67% | - |
| HSV(B) | 352.41º | 0.66% | 0.99% | - |
| XYZ | 46.62 | 28.78 | 17.29 | - |
| YUV | 139.03 | 110.5 | 209.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 87 | 108 | 0 | 0.66 | 0.57 | 0.01 | 352.41 | 0.98 | 0.67 |
| Hex | FD | 57 | 6C | 0 | 42 | 39 | 1 | 160 | 62 | 43 |
| Octal | 375 | 127 | 154 | 0 | 102 | 71 | 1 | 540 | 142 | 103 |
| Binary | 11111101 | 1010111 | 1101100 | 0 | 1000010 | 111001 | 1 | 101100000 | 1100010 | 1000011 |
Color Harmonies of #FD576C
Complementary color
Monochromatic Colors of #FD576C
Black with #FD576C
Text Example
Text Example
White with #FD576C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD576C; }
p { color: rgb(253,87,108); }
H1.HeaderClassName
{
color: #FD576C;
}
.AnyTagClassName
{
color: #FD576C;
}
</style>
background-color css
<style>
a { background-color: #FD576C; }
a { background-color: rgb(253,87,108); }
div.DivClassName
{
background-color: #FD576C;
}
.BgClassName
{
background-color: #FD576C;
}
</style>
border-color css
<style>
span { border-color: #FD576C; }
span { border-color: rgb(253,87,108); }
td.TdClassName
{
border-color: #FD576C;
}
.TagClassName
{
border-color: #FD576C;
}
</style>