Shades of Wild Watermelon #F75A6D
Tints of Wild Watermelon #F75A6D
RGB
CMYK
RGB Variations
Color information
#F75A6D (or 0xF75A6D) is known color: Wild Watermelon. HEX triplet: F7, 5A and 6D. RGB value is (247,90,109). Sum of RGB (Red+Green+Blue) = 247+90+109=446 (59% of max value = 765). Red value is 247 (96.88% from 255 or 55.38% from 446); Green value is 90 (35.55% from 255 or 20.18% from 446); Blue value is 109 (42.97% from 255 or 24.44% from 446); Max value from RGB is 247 - color contains mainly: red. Hex color #F75A6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F75A6D is #08A592. Grayscale: #8B8B8B. Windows color (decimal): -566675 or 7166711. OLE color: 7166711.
HSL color Cylindrical-coordinate representation of color #F75A6D: hue angle of 352.74º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F75A6D is Cyan = 0, Magento = 0.64, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 90 | 109 | - |
| CMYK | 0 | 0.64 | 0.56 | 0.03 |
| HSL | 352.74º | 0.91% | 0.66% | - |
| HSV(B) | 352.74º | 0.64% | 0.97% | - |
| XYZ | 44.77 | 28.19 | 17.55 | - |
| YUV | 139.11 | 111.01 | 204.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 90 | 109 | 0 | 0.64 | 0.56 | 0.03 | 352.74 | 0.91 | 0.66 |
| Hex | F7 | 5A | 6D | 0 | 40 | 38 | 3 | 161 | 5B | 42 |
| Octal | 367 | 132 | 155 | 0 | 100 | 70 | 3 | 541 | 133 | 102 |
| Binary | 11110111 | 1011010 | 1101101 | 0 | 1000000 | 111000 | 11 | 101100001 | 1011011 | 1000010 |
Color Harmonies of #F75A6D
Complementary color
Monochromatic Colors of #F75A6D
Black with #F75A6D
Text Example
Text Example
White with #F75A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F75A6D; }
p { color: rgb(247,90,109); }
H1.HeaderClassName
{
color: #F75A6D;
}
.AnyTagClassName
{
color: #F75A6D;
}
</style>
background-color css
<style>
a { background-color: #F75A6D; }
a { background-color: rgb(247,90,109); }
div.DivClassName
{
background-color: #F75A6D;
}
.BgClassName
{
background-color: #F75A6D;
}
</style>
border-color css
<style>
span { border-color: #F75A6D; }
span { border-color: rgb(247,90,109); }
td.TdClassName
{
border-color: #F75A6D;
}
.TagClassName
{
border-color: #F75A6D;
}
</style>