Shades of Wild Watermelon #F74C75
Tints of Wild Watermelon #F74C75
RGB
CMYK
RGB Variations
Color information
#F74C75 (or 0xF74C75) is known color: Wild Watermelon. HEX triplet: F7, 4C and 75. RGB value is (247,76,117). Sum of RGB (Red+Green+Blue) = 247+76+117=440 (58% of max value = 765). Red value is 247 (96.88% from 255 or 56.14% from 440); Green value is 76 (30.08% from 255 or 17.27% from 440); Blue value is 117 (46.09% from 255 or 26.59% from 440); Max value from RGB is 247 - color contains mainly: red. Hex color #F74C75 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F74C75 is #08B38A. Grayscale: #838383. Windows color (decimal): -570251 or 7687415. OLE color: 7687415.
HSL color Cylindrical-coordinate representation of color #F74C75: hue angle of 345.61º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F74C75 is Cyan = 0, Magento = 0.69, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 76 | 117 | - |
| CMYK | 0 | 0.69 | 0.53 | 0.03 |
| HSL | 345.61º | 0.91% | 0.63% | - |
| HSV(B) | 345.61º | 0.69% | 0.97% | - |
| XYZ | 44.15 | 26.23 | 19.56 | - |
| YUV | 131.8 | 119.65 | 210.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 76 | 117 | 0 | 0.69 | 0.53 | 0.03 | 345.61 | 0.91 | 0.63 |
| Hex | F7 | 4C | 75 | 0 | 45 | 35 | 3 | 15A | 5B | 3F |
| Octal | 367 | 114 | 165 | 0 | 105 | 65 | 3 | 532 | 133 | 77 |
| Binary | 11110111 | 1001100 | 1110101 | 0 | 1000101 | 110101 | 11 | 101011010 | 1011011 | 111111 |
Color Harmonies of #F74C75
Complementary color
Monochromatic Colors of #F74C75
Black with #F74C75
Text Example
Text Example
White with #F74C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74C75; }
p { color: rgb(247,76,117); }
H1.HeaderClassName
{
color: #F74C75;
}
.AnyTagClassName
{
color: #F74C75;
}
</style>
background-color css
<style>
a { background-color: #F74C75; }
a { background-color: rgb(247,76,117); }
div.DivClassName
{
background-color: #F74C75;
}
.BgClassName
{
background-color: #F74C75;
}
</style>
border-color css
<style>
span { border-color: #F74C75; }
span { border-color: rgb(247,76,117); }
td.TdClassName
{
border-color: #F74C75;
}
.TagClassName
{
border-color: #F74C75;
}
</style>