Shades of Wild Watermelon #F6527A
Tints of Wild Watermelon #F6527A
RGB
CMYK
RGB Variations
Color information
#F6527A (or 0xF6527A) is known color: Wild Watermelon. HEX triplet: F6, 52 and 7A. RGB value is (246,82,122). Sum of RGB (Red+Green+Blue) = 246+82+122=450 (59% of max value = 765). Red value is 246 (96.48% from 255 or 54.67% from 450); Green value is 82 (32.42% from 255 or 18.22% from 450); Blue value is 122 (48.05% from 255 or 27.11% from 450); Max value from RGB is 246 - color contains mainly: red. Hex color #F6527A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6527A is #09AD85. Grayscale: #878787. Windows color (decimal): -634246 or 8016630. OLE color: 8016630.
HSL color Cylindrical-coordinate representation of color #F6527A: hue angle of 345.37º 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 #F6527A is Cyan = 0, Magento = 0.67, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 82 | 122 | - |
| CMYK | 0 | 0.67 | 0.50 | 0.04 |
| HSL | 345.37º | 0.9% | 0.64% | - |
| HSV(B) | 345.37º | 0.67% | 0.96% | - |
| XYZ | 44.54 | 27.03 | 21.28 | - |
| YUV | 135.6 | 120.33 | 206.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 82 | 122 | 0 | 0.67 | 0.50 | 0.04 | 345.37 | 0.9 | 0.64 |
| Hex | F6 | 52 | 7A | 0 | 43 | 32 | 4 | 159 | 5A | 40 |
| Octal | 366 | 122 | 172 | 0 | 103 | 62 | 4 | 531 | 132 | 100 |
| Binary | 11110110 | 1010010 | 1111010 | 0 | 1000011 | 110010 | 100 | 101011001 | 1011010 | 1000000 |
Color Harmonies of #F6527A
Complementary color
Monochromatic Colors of #F6527A
Black with #F6527A
Text Example
Text Example
White with #F6527A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6527A; }
p { color: rgb(246,82,122); }
H1.HeaderClassName
{
color: #F6527A;
}
.AnyTagClassName
{
color: #F6527A;
}
</style>
background-color css
<style>
a { background-color: #F6527A; }
a { background-color: rgb(246,82,122); }
div.DivClassName
{
background-color: #F6527A;
}
.BgClassName
{
background-color: #F6527A;
}
</style>
border-color css
<style>
span { border-color: #F6527A; }
span { border-color: rgb(246,82,122); }
td.TdClassName
{
border-color: #F6527A;
}
.TagClassName
{
border-color: #F6527A;
}
</style>