Shades of Wild Watermelon #F2526C
Tints of Wild Watermelon #F2526C
RGB
CMYK
RGB Variations
Color information
#F2526C (or 0xF2526C) is known color: Wild Watermelon. HEX triplet: F2, 52 and 6C. RGB value is (242,82,108). Sum of RGB (Red+Green+Blue) = 242+82+108=432 (57% of max value = 765). Red value is 242 (94.92% from 255 or 56.02% from 432); Green value is 82 (32.42% from 255 or 18.98% from 432); Blue value is 108 (42.58% from 255 or 25% from 432); Max value from RGB is 242 - color contains mainly: red. Hex color #F2526C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2526C is #0DAD93. Grayscale: #848484. Windows color (decimal): -896404 or 7099122. OLE color: 7099122.
HSL color Cylindrical-coordinate representation of color #F2526C: hue angle of 350.25º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F2526C is Cyan = 0, Magento = 0.66, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 82 | 108 | - |
| CMYK | 0 | 0.66 | 0.55 | 0.05 |
| HSL | 350.25º | 0.86% | 0.64% | - |
| HSV(B) | 350.25º | 0.66% | 0.95% | - |
| XYZ | 42.34 | 25.99 | 16.97 | - |
| YUV | 132.8 | 114.01 | 205.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 82 | 108 | 0 | 0.66 | 0.55 | 0.05 | 350.25 | 0.86 | 0.64 |
| Hex | F2 | 52 | 6C | 0 | 42 | 37 | 5 | 15E | 56 | 40 |
| Octal | 362 | 122 | 154 | 0 | 102 | 67 | 5 | 536 | 126 | 100 |
| Binary | 11110010 | 1010010 | 1101100 | 0 | 1000010 | 110111 | 101 | 101011110 | 1010110 | 1000000 |
Color Harmonies of #F2526C
Complementary color
Monochromatic Colors of #F2526C
Black with #F2526C
Text Example
Text Example
White with #F2526C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2526C; }
p { color: rgb(242,82,108); }
H1.HeaderClassName
{
color: #F2526C;
}
.AnyTagClassName
{
color: #F2526C;
}
</style>
background-color css
<style>
a { background-color: #F2526C; }
a { background-color: rgb(242,82,108); }
div.DivClassName
{
background-color: #F2526C;
}
.BgClassName
{
background-color: #F2526C;
}
</style>
border-color css
<style>
span { border-color: #F2526C; }
span { border-color: rgb(242,82,108); }
td.TdClassName
{
border-color: #F2526C;
}
.TagClassName
{
border-color: #F2526C;
}
</style>