Shades of Wild Watermelon #FD567C
Tints of Wild Watermelon #FD567C
RGB
CMYK
RGB Variations
Color information
#FD567C (or 0xFD567C) is known color: Wild Watermelon. HEX triplet: FD, 56 and 7C. RGB value is (253,86,124). Sum of RGB (Red+Green+Blue) = 253+86+124=463 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.64% from 463); Green value is 86 (33.98% from 255 or 18.57% from 463); Blue value is 124 (48.83% from 255 or 26.78% from 463); Max value from RGB is 253 - color contains mainly: red. Hex color #FD567C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD567C is #02A983. Grayscale: #8C8C8C. Windows color (decimal): -174468 or 8148733. OLE color: 8148733.
HSL color Cylindrical-coordinate representation of color #FD567C: hue angle of 346.35º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FD567C is Cyan = 0, Magento = 0.66, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 86 | 124 | - |
| CMYK | 0 | 0.66 | 0.51 | 0.01 |
| HSL | 346.35º | 0.98% | 0.66% | - |
| HSV(B) | 346.35º | 0.66% | 0.99% | - |
| XYZ | 47.47 | 28.99 | 22.16 | - |
| YUV | 140.27 | 118.83 | 208.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 86 | 124 | 0 | 0.66 | 0.51 | 0.01 | 346.35 | 0.98 | 0.66 |
| Hex | FD | 56 | 7C | 0 | 42 | 33 | 1 | 15A | 62 | 42 |
| Octal | 375 | 126 | 174 | 0 | 102 | 63 | 1 | 532 | 142 | 102 |
| Binary | 11111101 | 1010110 | 1111100 | 0 | 1000010 | 110011 | 1 | 101011010 | 1100010 | 1000010 |
Color Harmonies of #FD567C
Complementary color
Monochromatic Colors of #FD567C
Black with #FD567C
Text Example
Text Example
White with #FD567C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD567C; }
p { color: rgb(253,86,124); }
H1.HeaderClassName
{
color: #FD567C;
}
.AnyTagClassName
{
color: #FD567C;
}
</style>
background-color css
<style>
a { background-color: #FD567C; }
a { background-color: rgb(253,86,124); }
div.DivClassName
{
background-color: #FD567C;
}
.BgClassName
{
background-color: #FD567C;
}
</style>
border-color css
<style>
span { border-color: #FD567C; }
span { border-color: rgb(253,86,124); }
td.TdClassName
{
border-color: #FD567C;
}
.TagClassName
{
border-color: #FD567C;
}
</style>