Shades of Wild Watermelon #F75C5E
Tints of Wild Watermelon #F75C5E
RGB
CMYK
RGB Variations
Color information
#F75C5E (or 0xF75C5E) is known color: Wild Watermelon. HEX triplet: F7, 5C and 5E. RGB value is (247,92,94). Sum of RGB (Red+Green+Blue) = 247+92+94=433 (57% of max value = 765). Red value is 247 (96.88% from 255 or 57.04% from 433); Green value is 92 (36.33% from 255 or 21.25% from 433); Blue value is 94 (37.11% from 255 or 21.71% from 433); Max value from RGB is 247 - color contains mainly: red. Hex color #F75C5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F75C5E is #08A3A1. Grayscale: #8A8A8A. Windows color (decimal): -566178 or 6184183. OLE color: 6184183.
HSL color Cylindrical-coordinate representation of color #F75C5E: hue angle of 359.23º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F75C5E is Cyan = 0, Magento = 0.63, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
RGB | 247 | 92 | 94 | - |
CMYK | 0 | 0.63 | 0.62 | 0.03 |
HSL | 359.23º | 0.91% | 0.66% | - |
HSV(B) | 359.23º | 0.63% | 0.97% | - |
XYZ | 44.21 | 28.24 | 13.71 | - |
YUV | 138.57 | 102.85 | 205.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 247 | 92 | 94 | 0 | 0.63 | 0.62 | 0.03 | 359.23 | 0.91 | 0.66 |
Hex | F7 | 5C | 5E | 0 | 3F | 3E | 3 | 167 | 5B | 42 |
Octal | 367 | 134 | 136 | 0 | 77 | 76 | 3 | 547 | 133 | 102 |
Binary | 11110111 | 1011100 | 1011110 | 0 | 111111 | 111110 | 11 | 101100111 | 1011011 | 1000010 |
Color Harmonies of #F75C5E
Complementary color
Monochromatic Colors of #F75C5E
Black with #F75C5E
Text Example
Text Example
White with #F75C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F75C5E; }
p { color: rgb(247,92,94); }
H1.HeaderClassName
{
color: #F75C5E;
}
.AnyTagClassName
{
color: #F75C5E;
}
</style>
background-color css
<style>
a { background-color: #F75C5E; }
a { background-color: rgb(247,92,94); }
div.DivClassName
{
background-color: #F75C5E;
}
.BgClassName
{
background-color: #F75C5E;
}
</style>
border-color css
<style>
span { border-color: #F75C5E; }
span { border-color: rgb(247,92,94); }
td.TdClassName
{
border-color: #F75C5E;
}
.TagClassName
{
border-color: #F75C5E;
}
</style>