Shades of Wild Watermelon #FF567D
Tints of Wild Watermelon #FF567D
RGB
CMYK
RGB Variations
Color information
#FF567D (or 0xFF567D) is known color: Wild Watermelon. HEX triplet: FF, 56 and 7D. RGB value is (255,86,125). Sum of RGB (Red+Green+Blue) = 255+86+125=466 (61% of max value = 765). Red value is 255 (100% from 255 or 54.72% from 466); Green value is 86 (33.98% from 255 or 18.45% from 466); Blue value is 125 (49.22% from 255 or 26.82% from 466); Max value from RGB is 255 - color contains mainly: red. Hex color #FF567D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF567D is #00A982. Grayscale: #8C8C8C. Windows color (decimal): -43395 or 8214271. OLE color: 8214271.
HSL color Cylindrical-coordinate representation of color #FF567D: hue angle of 346.15º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FF567D is Cyan = 0, Magento = 0.66, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 86 | 125 | - |
| CMYK | 0 | 0.66 | 0.51 | 0 |
| HSL | 346.15º | 1% | 0.67% | - |
| HSV(B) | 346.15º | 0.66% | 1% | - |
| XYZ | 48.27 | 29.4 | 22.53 | - |
| YUV | 140.98 | 118.99 | 209.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 86 | 125 | 0 | 0.66 | 0.51 | 0 | 346.15 | 1 | 0.67 |
| Hex | FF | 56 | 7D | 0 | 42 | 33 | 0 | 15A | 64 | 43 |
| Octal | 377 | 126 | 175 | 0 | 102 | 63 | 0 | 532 | 144 | 103 |
| Binary | 11111111 | 1010110 | 1111101 | 0 | 1000010 | 110011 | 0 | 101011010 | 1100100 | 1000011 |
Color Harmonies of #FF567D
Complementary color
Monochromatic Colors of #FF567D
Black with #FF567D
Text Example
Text Example
White with #FF567D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF567D; }
p { color: rgb(255,86,125); }
H1.HeaderClassName
{
color: #FF567D;
}
.AnyTagClassName
{
color: #FF567D;
}
</style>
background-color css
<style>
a { background-color: #FF567D; }
a { background-color: rgb(255,86,125); }
div.DivClassName
{
background-color: #FF567D;
}
.BgClassName
{
background-color: #FF567D;
}
</style>
border-color css
<style>
span { border-color: #FF567D; }
span { border-color: rgb(255,86,125); }
td.TdClassName
{
border-color: #FF567D;
}
.TagClassName
{
border-color: #FF567D;
}
</style>