Shades of Wild Watermelon #F7527D
Tints of Wild Watermelon #F7527D
RGB
CMYK
RGB Variations
Color information
#F7527D (or 0xF7527D) is known color: Wild Watermelon. HEX triplet: F7, 52 and 7D. RGB value is (247,82,125). Sum of RGB (Red+Green+Blue) = 247+82+125=454 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.41% from 454); Green value is 82 (32.42% from 255 or 18.06% from 454); Blue value is 125 (49.22% from 255 or 27.53% from 454); Max value from RGB is 247 - color contains mainly: red. Hex color #F7527D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7527D is #08AD82. Grayscale: #888888. Windows color (decimal): -568707 or 8213239. OLE color: 8213239.
HSL color Cylindrical-coordinate representation of color #F7527D: hue angle of 344.36º 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 #F7527D is Cyan = 0, Magento = 0.67, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 82 | 125 | - |
| CMYK | 0 | 0.67 | 0.49 | 0.03 |
| HSL | 344.36º | 0.91% | 0.65% | - |
| HSV(B) | 344.36º | 0.67% | 0.97% | - |
| XYZ | 45.08 | 27.29 | 22.29 | - |
| YUV | 136.24 | 121.66 | 207 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 82 | 125 | 0 | 0.67 | 0.49 | 0.03 | 344.36 | 0.91 | 0.65 |
| Hex | F7 | 52 | 7D | 0 | 43 | 31 | 3 | 158 | 5B | 41 |
| Octal | 367 | 122 | 175 | 0 | 103 | 61 | 3 | 530 | 133 | 101 |
| Binary | 11110111 | 1010010 | 1111101 | 0 | 1000011 | 110001 | 11 | 101011000 | 1011011 | 1000001 |
Color Harmonies of #F7527D
Complementary color
Monochromatic Colors of #F7527D
Black with #F7527D
Text Example
Text Example
White with #F7527D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7527D; }
p { color: rgb(247,82,125); }
H1.HeaderClassName
{
color: #F7527D;
}
.AnyTagClassName
{
color: #F7527D;
}
</style>
background-color css
<style>
a { background-color: #F7527D; }
a { background-color: rgb(247,82,125); }
div.DivClassName
{
background-color: #F7527D;
}
.BgClassName
{
background-color: #F7527D;
}
</style>
border-color css
<style>
span { border-color: #F7527D; }
span { border-color: rgb(247,82,125); }
td.TdClassName
{
border-color: #F7527D;
}
.TagClassName
{
border-color: #F7527D;
}
</style>