Shades of Wild Watermelon #FF567A
Tints of Wild Watermelon #FF567A
RGB
CMYK
RGB Variations
Color information
#FF567A (or 0xFF567A) is known color: Wild Watermelon. HEX triplet: FF, 56 and 7A. RGB value is (255,86,122). Sum of RGB (Red+Green+Blue) = 255+86+122=463 (61% of max value = 765). Red value is 255 (100% from 255 or 55.08% from 463); Green value is 86 (33.98% from 255 or 18.57% from 463); Blue value is 122 (48.05% from 255 or 26.35% from 463); Max value from RGB is 255 - color contains mainly: red. Hex color #FF567A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF567A is #00A985. Grayscale: #8C8C8C. Windows color (decimal): -43398 or 8017663. OLE color: 8017663.
HSL color Cylindrical-coordinate representation of color #FF567A: hue angle of 347.22º 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 #FF567A is Cyan = 0, Magento = 0.66, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 86 | 122 | - |
| CMYK | 0 | 0.66 | 0.52 | 0 |
| HSL | 347.22º | 1% | 0.67% | - |
| HSV(B) | 347.22º | 0.66% | 1% | - |
| XYZ | 48.08 | 29.32 | 21.54 | - |
| YUV | 140.64 | 117.49 | 209.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 86 | 122 | 0 | 0.66 | 0.52 | 0 | 347.22 | 1 | 0.67 |
| Hex | FF | 56 | 7A | 0 | 42 | 34 | 0 | 15B | 64 | 43 |
| Octal | 377 | 126 | 172 | 0 | 102 | 64 | 0 | 533 | 144 | 103 |
| Binary | 11111111 | 1010110 | 1111010 | 0 | 1000010 | 110100 | 0 | 101011011 | 1100100 | 1000011 |
Color Harmonies of #FF567A
Complementary color
Monochromatic Colors of #FF567A
Black with #FF567A
Text Example
Text Example
White with #FF567A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF567A; }
p { color: rgb(255,86,122); }
H1.HeaderClassName
{
color: #FF567A;
}
.AnyTagClassName
{
color: #FF567A;
}
</style>
background-color css
<style>
a { background-color: #FF567A; }
a { background-color: rgb(255,86,122); }
div.DivClassName
{
background-color: #FF567A;
}
.BgClassName
{
background-color: #FF567A;
}
</style>
border-color css
<style>
span { border-color: #FF567A; }
span { border-color: rgb(255,86,122); }
td.TdClassName
{
border-color: #FF567A;
}
.TagClassName
{
border-color: #FF567A;
}
</style>