Shades of Wild Watermelon #FF5674
Tints of Wild Watermelon #FF5674
RGB
CMYK
RGB Variations
Color information
#FF5674 (or 0xFF5674) is known color: Wild Watermelon. HEX triplet: FF, 56 and 74. RGB value is (255,86,116). Sum of RGB (Red+Green+Blue) = 255+86+116=457 (60% of max value = 765). Red value is 255 (100% from 255 or 55.80% from 457); Green value is 86 (33.98% from 255 or 18.82% from 457); Blue value is 116 (45.70% from 255 or 25.38% from 457); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5674 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5674 is #00A98B. Grayscale: #8C8C8C. Windows color (decimal): -43404 or 7624447. OLE color: 7624447.
HSL color Cylindrical-coordinate representation of color #FF5674: hue angle of 349.35º 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 #FF5674 is Cyan = 0, Magento = 0.66, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 86 | 116 | - |
| CMYK | 0 | 0.66 | 0.55 | 0 |
| HSL | 349.35º | 1% | 0.67% | - |
| HSV(B) | 349.35º | 0.66% | 1% | - |
| XYZ | 47.72 | 29.18 | 19.64 | - |
| YUV | 139.95 | 114.49 | 210.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 86 | 116 | 0 | 0.66 | 0.55 | 0 | 349.35 | 1 | 0.67 |
| Hex | FF | 56 | 74 | 0 | 42 | 37 | 0 | 15D | 64 | 43 |
| Octal | 377 | 126 | 164 | 0 | 102 | 67 | 0 | 535 | 144 | 103 |
| Binary | 11111111 | 1010110 | 1110100 | 0 | 1000010 | 110111 | 0 | 101011101 | 1100100 | 1000011 |
Color Harmonies of #FF5674
Complementary color
Monochromatic Colors of #FF5674
Black with #FF5674
Text Example
Text Example
White with #FF5674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5674; }
p { color: rgb(255,86,116); }
H1.HeaderClassName
{
color: #FF5674;
}
.AnyTagClassName
{
color: #FF5674;
}
</style>
background-color css
<style>
a { background-color: #FF5674; }
a { background-color: rgb(255,86,116); }
div.DivClassName
{
background-color: #FF5674;
}
.BgClassName
{
background-color: #FF5674;
}
</style>
border-color css
<style>
span { border-color: #FF5674; }
span { border-color: rgb(255,86,116); }
td.TdClassName
{
border-color: #FF5674;
}
.TagClassName
{
border-color: #FF5674;
}
</style>