Shades of Wild Watermelon #FF5675
Tints of Wild Watermelon #FF5675
RGB
CMYK
RGB Variations
Color information
#FF5675 (or 0xFF5675) is known color: Wild Watermelon. HEX triplet: FF, 56 and 75. RGB value is (255,86,117). Sum of RGB (Red+Green+Blue) = 255+86+117=458 (60% of max value = 765). Red value is 255 (100% from 255 or 55.68% from 458); Green value is 86 (33.98% from 255 or 18.78% from 458); Blue value is 117 (46.09% from 255 or 25.55% from 458); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5675 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5675 is #00A98A. Grayscale: #8C8C8C. Windows color (decimal): -43403 or 7689983. OLE color: 7689983.
HSL color Cylindrical-coordinate representation of color #FF5675: hue angle of 348.99º 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 #FF5675 is Cyan = 0, Magento = 0.66, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 86 | 117 | - |
| CMYK | 0 | 0.66 | 0.54 | 0 |
| HSL | 348.99º | 1% | 0.67% | - |
| HSV(B) | 348.99º | 0.66% | 1% | - |
| XYZ | 47.78 | 29.2 | 19.95 | - |
| YUV | 140.07 | 114.99 | 209.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 86 | 117 | 0 | 0.66 | 0.54 | 0 | 348.99 | 1 | 0.67 |
| Hex | FF | 56 | 75 | 0 | 42 | 36 | 0 | 15D | 64 | 43 |
| Octal | 377 | 126 | 165 | 0 | 102 | 66 | 0 | 535 | 144 | 103 |
| Binary | 11111111 | 1010110 | 1110101 | 0 | 1000010 | 110110 | 0 | 101011101 | 1100100 | 1000011 |
Color Harmonies of #FF5675
Complementary color
Monochromatic Colors of #FF5675
Black with #FF5675
Text Example
Text Example
White with #FF5675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5675; }
p { color: rgb(255,86,117); }
H1.HeaderClassName
{
color: #FF5675;
}
.AnyTagClassName
{
color: #FF5675;
}
</style>
background-color css
<style>
a { background-color: #FF5675; }
a { background-color: rgb(255,86,117); }
div.DivClassName
{
background-color: #FF5675;
}
.BgClassName
{
background-color: #FF5675;
}
</style>
border-color css
<style>
span { border-color: #FF5675; }
span { border-color: rgb(255,86,117); }
td.TdClassName
{
border-color: #FF5675;
}
.TagClassName
{
border-color: #FF5675;
}
</style>