Shades of Wild Watermelon #F75266
Tints of Wild Watermelon #F75266
RGB
CMYK
RGB Variations
Color information
#F75266 (or 0xF75266) is known color: Wild Watermelon. HEX triplet: F7, 52 and 66. RGB value is (247,82,102). Sum of RGB (Red+Green+Blue) = 247+82+102=431 (57% of max value = 765). Red value is 247 (96.88% from 255 or 57.31% from 431); Green value is 82 (32.42% from 255 or 19.03% from 431); Blue value is 102 (40.23% from 255 or 23.67% from 431); Max value from RGB is 247 - color contains mainly: red. Hex color #F75266 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F75266 is #08AD99. Grayscale: #858585. Windows color (decimal): -568730 or 6705911. OLE color: 6705911.
HSL color Cylindrical-coordinate representation of color #F75266: hue angle of 352.73º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F75266 is Cyan = 0, Magento = 0.67, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 82 | 102 | - |
| CMYK | 0 | 0.67 | 0.59 | 0.03 |
| HSL | 352.73º | 0.91% | 0.65% | - |
| HSV(B) | 352.73º | 0.67% | 0.97% | - |
| XYZ | 43.77 | 26.77 | 15.43 | - |
| YUV | 133.62 | 110.16 | 208.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 82 | 102 | 0 | 0.67 | 0.59 | 0.03 | 352.73 | 0.91 | 0.65 |
| Hex | F7 | 52 | 66 | 0 | 43 | 3B | 3 | 161 | 5B | 41 |
| Octal | 367 | 122 | 146 | 0 | 103 | 73 | 3 | 541 | 133 | 101 |
| Binary | 11110111 | 1010010 | 1100110 | 0 | 1000011 | 111011 | 11 | 101100001 | 1011011 | 1000001 |
Color Harmonies of #F75266
Complementary color
Monochromatic Colors of #F75266
Black with #F75266
Text Example
Text Example
White with #F75266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F75266; }
p { color: rgb(247,82,102); }
H1.HeaderClassName
{
color: #F75266;
}
.AnyTagClassName
{
color: #F75266;
}
</style>
background-color css
<style>
a { background-color: #F75266; }
a { background-color: rgb(247,82,102); }
div.DivClassName
{
background-color: #F75266;
}
.BgClassName
{
background-color: #F75266;
}
</style>
border-color css
<style>
span { border-color: #F75266; }
span { border-color: rgb(247,82,102); }
td.TdClassName
{
border-color: #F75266;
}
.TagClassName
{
border-color: #F75266;
}
</style>