Shades of Wild Watermelon #F6527D
Tints of Wild Watermelon #F6527D
RGB
CMYK
RGB Variations
Color information
#F6527D (or 0xF6527D) is known color: Wild Watermelon. HEX triplet: F6, 52 and 7D. RGB value is (246,82,125). Sum of RGB (Red+Green+Blue) = 246+82+125=453 (60% of max value = 765). Red value is 246 (96.48% from 255 or 54.30% from 453); Green value is 82 (32.42% from 255 or 18.10% from 453); Blue value is 125 (49.22% from 255 or 27.59% from 453); Max value from RGB is 246 - color contains mainly: red. Hex color #F6527D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6527D is #09AD82. Grayscale: #878787. Windows color (decimal): -634243 or 8213238. OLE color: 8213238.
HSL color Cylindrical-coordinate representation of color #F6527D: hue angle of 344.27º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F6527D is Cyan = 0, Magento = 0.67, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 82 | 125 | - |
| CMYK | 0 | 0.67 | 0.49 | 0.04 |
| HSL | 344.27º | 0.9% | 0.64% | - |
| HSV(B) | 344.27º | 0.67% | 0.96% | - |
| XYZ | 44.73 | 27.11 | 22.28 | - |
| YUV | 135.94 | 121.83 | 206.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 82 | 125 | 0 | 0.67 | 0.49 | 0.04 | 344.27 | 0.9 | 0.64 |
| Hex | F6 | 52 | 7D | 0 | 43 | 31 | 4 | 158 | 5A | 40 |
| Octal | 366 | 122 | 175 | 0 | 103 | 61 | 4 | 530 | 132 | 100 |
| Binary | 11110110 | 1010010 | 1111101 | 0 | 1000011 | 110001 | 100 | 101011000 | 1011010 | 1000000 |
Color Harmonies of #F6527D
Complementary color
Monochromatic Colors of #F6527D
Black with #F6527D
Text Example
Text Example
White with #F6527D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6527D; }
p { color: rgb(246,82,125); }
H1.HeaderClassName
{
color: #F6527D;
}
.AnyTagClassName
{
color: #F6527D;
}
</style>
background-color css
<style>
a { background-color: #F6527D; }
a { background-color: rgb(246,82,125); }
div.DivClassName
{
background-color: #F6527D;
}
.BgClassName
{
background-color: #F6527D;
}
</style>
border-color css
<style>
span { border-color: #F6527D; }
span { border-color: rgb(246,82,125); }
td.TdClassName
{
border-color: #F6527D;
}
.TagClassName
{
border-color: #F6527D;
}
</style>