Shades of Wild Watermelon #F2575B
Tints of Wild Watermelon #F2575B
RGB
CMYK
RGB Variations
Color information
#F2575B (or 0xF2575B) is known color: Wild Watermelon. HEX triplet: F2, 57 and 5B. RGB value is (242,87,91). Sum of RGB (Red+Green+Blue) = 242+87+91=420 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.62% from 420); Green value is 87 (34.38% from 255 or 20.71% from 420); Blue value is 91 (35.94% from 255 or 21.67% from 420); Max value from RGB is 242 - color contains mainly: red. Hex color #F2575B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2575B is #0DA8A4. Grayscale: #858585. Windows color (decimal): -895141 or 5986290. OLE color: 5986290.
HSL color Cylindrical-coordinate representation of color #F2575B: hue angle of 358.45º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F2575B is Cyan = 0, Magento = 0.64, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 87 | 91 | - |
| CMYK | 0 | 0.64 | 0.62 | 0.05 |
| HSL | 358.45º | 0.86% | 0.65% | - |
| HSV(B) | 358.45º | 0.64% | 0.95% | - |
| XYZ | 41.91 | 26.45 | 12.79 | - |
| YUV | 133.8 | 103.85 | 205.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 87 | 91 | 0 | 0.64 | 0.62 | 0.05 | 358.45 | 0.86 | 0.65 |
| Hex | F2 | 57 | 5B | 0 | 40 | 3E | 5 | 166 | 56 | 41 |
| Octal | 362 | 127 | 133 | 0 | 100 | 76 | 5 | 546 | 126 | 101 |
| Binary | 11110010 | 1010111 | 1011011 | 0 | 1000000 | 111110 | 101 | 101100110 | 1010110 | 1000001 |
Color Harmonies of #F2575B
Complementary color
Monochromatic Colors of #F2575B
Black with #F2575B
Text Example
Text Example
White with #F2575B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2575B; }
p { color: rgb(242,87,91); }
H1.HeaderClassName
{
color: #F2575B;
}
.AnyTagClassName
{
color: #F2575B;
}
</style>
background-color css
<style>
a { background-color: #F2575B; }
a { background-color: rgb(242,87,91); }
div.DivClassName
{
background-color: #F2575B;
}
.BgClassName
{
background-color: #F2575B;
}
</style>
border-color css
<style>
span { border-color: #F2575B; }
span { border-color: rgb(242,87,91); }
td.TdClassName
{
border-color: #F2575B;
}
.TagClassName
{
border-color: #F2575B;
}
</style>