Shades of Wild Watermelon #F2526B
Tints of Wild Watermelon #F2526B
RGB
CMYK
RGB Variations
Color information
#F2526B (or 0xF2526B) is known color: Wild Watermelon. HEX triplet: F2, 52 and 6B. RGB value is (242,82,107). Sum of RGB (Red+Green+Blue) = 242+82+107=431 (57% of max value = 765). Red value is 242 (94.92% from 255 or 56.15% from 431); Green value is 82 (32.42% from 255 or 19.03% from 431); Blue value is 107 (42.19% from 255 or 24.83% from 431); Max value from RGB is 242 - color contains mainly: red. Hex color #F2526B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2526B is #0DAD94. Grayscale: #848484. Windows color (decimal): -896405 or 7033586. OLE color: 7033586.
HSL color Cylindrical-coordinate representation of color #F2526B: hue angle of 350.62º 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 #F2526B is Cyan = 0, Magento = 0.66, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 82 | 107 | - |
| CMYK | 0 | 0.66 | 0.56 | 0.05 |
| HSL | 350.63º | 0.86% | 0.64% | - |
| HSV(B) | 350.63º | 0.66% | 0.95% | - |
| XYZ | 42.29 | 25.97 | 16.69 | - |
| YUV | 132.69 | 113.51 | 205.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 82 | 107 | 0 | 0.66 | 0.56 | 0.05 | 350.63 | 0.86 | 0.64 |
| Hex | F2 | 52 | 6B | 0 | 42 | 38 | 5 | 15F | 56 | 40 |
| Octal | 362 | 122 | 153 | 0 | 102 | 70 | 5 | 537 | 126 | 100 |
| Binary | 11110010 | 1010010 | 1101011 | 0 | 1000010 | 111000 | 101 | 101011111 | 1010110 | 1000000 |
Color Harmonies of #F2526B
Complementary color
Monochromatic Colors of #F2526B
Black with #F2526B
Text Example
Text Example
White with #F2526B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2526B; }
p { color: rgb(242,82,107); }
H1.HeaderClassName
{
color: #F2526B;
}
.AnyTagClassName
{
color: #F2526B;
}
</style>
background-color css
<style>
a { background-color: #F2526B; }
a { background-color: rgb(242,82,107); }
div.DivClassName
{
background-color: #F2526B;
}
.BgClassName
{
background-color: #F2526B;
}
</style>
border-color css
<style>
span { border-color: #F2526B; }
span { border-color: rgb(242,82,107); }
td.TdClassName
{
border-color: #F2526B;
}
.TagClassName
{
border-color: #F2526B;
}
</style>