Shades of Wild Watermelon #F75C7A
Tints of Wild Watermelon #F75C7A
RGB
CMYK
RGB Variations
Color information
#F75C7A (or 0xF75C7A) is known color: Wild Watermelon. HEX triplet: F7, 5C and 7A. RGB value is (247,92,122). Sum of RGB (Red+Green+Blue) = 247+92+122=461 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.58% from 461); Green value is 92 (36.33% from 255 or 19.96% from 461); Blue value is 122 (48.05% from 255 or 26.46% from 461); Max value from RGB is 247 - color contains mainly: red. Hex color #F75C7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F75C7A is #08A385. Grayscale: #8D8D8D. Windows color (decimal): -566150 or 8019191. OLE color: 8019191.
HSL color Cylindrical-coordinate representation of color #F75C7A: hue angle of 348.39º 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 #F75C7A is Cyan = 0, Magento = 0.63, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 92 | 122 | - |
| CMYK | 0 | 0.63 | 0.51 | 0.03 |
| HSL | 348.39º | 0.91% | 0.66% | - |
| HSV(B) | 348.39º | 0.63% | 0.97% | - |
| XYZ | 45.7 | 28.83 | 21.57 | - |
| YUV | 141.77 | 116.85 | 203.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 92 | 122 | 0 | 0.63 | 0.51 | 0.03 | 348.39 | 0.91 | 0.66 |
| Hex | F7 | 5C | 7A | 0 | 3F | 33 | 3 | 15C | 5B | 42 |
| Octal | 367 | 134 | 172 | 0 | 77 | 63 | 3 | 534 | 133 | 102 |
| Binary | 11110111 | 1011100 | 1111010 | 0 | 111111 | 110011 | 11 | 101011100 | 1011011 | 1000010 |
Color Harmonies of #F75C7A
Complementary color
Monochromatic Colors of #F75C7A
Black with #F75C7A
Text Example
Text Example
White with #F75C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F75C7A; }
p { color: rgb(247,92,122); }
H1.HeaderClassName
{
color: #F75C7A;
}
.AnyTagClassName
{
color: #F75C7A;
}
</style>
background-color css
<style>
a { background-color: #F75C7A; }
a { background-color: rgb(247,92,122); }
div.DivClassName
{
background-color: #F75C7A;
}
.BgClassName
{
background-color: #F75C7A;
}
</style>
border-color css
<style>
span { border-color: #F75C7A; }
span { border-color: rgb(247,92,122); }
td.TdClassName
{
border-color: #F75C7A;
}
.TagClassName
{
border-color: #F75C7A;
}
</style>