Shades of Wild Watermelon #F2575C
Tints of Wild Watermelon #F2575C
RGB
CMYK
RGB Variations
Color information
#F2575C (or 0xF2575C) is known color: Wild Watermelon. HEX triplet: F2, 57 and 5C. RGB value is (242,87,92). Sum of RGB (Red+Green+Blue) = 242+87+92=421 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.48% from 421); Green value is 87 (34.38% from 255 or 20.67% from 421); Blue value is 92 (36.33% from 255 or 21.85% from 421); Max value from RGB is 242 - color contains mainly: red. Hex color #F2575C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2575C is #0DA8A3. Grayscale: #868686. Windows color (decimal): -895140 or 6051826. OLE color: 6051826.
HSL color Cylindrical-coordinate representation of color #F2575C: hue angle of 358.06º 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 #F2575C is Cyan = 0, Magento = 0.64, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 87 | 92 | - |
| CMYK | 0 | 0.64 | 0.62 | 0.05 |
| HSL | 358.06º | 0.86% | 0.65% | - |
| HSV(B) | 358.06º | 0.64% | 0.95% | - |
| XYZ | 41.96 | 26.47 | 13.02 | - |
| YUV | 133.92 | 104.35 | 205.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 87 | 92 | 0 | 0.64 | 0.62 | 0.05 | 358.06 | 0.86 | 0.65 |
| Hex | F2 | 57 | 5C | 0 | 40 | 3E | 5 | 166 | 56 | 41 |
| Octal | 362 | 127 | 134 | 0 | 100 | 76 | 5 | 546 | 126 | 101 |
| Binary | 11110010 | 1010111 | 1011100 | 0 | 1000000 | 111110 | 101 | 101100110 | 1010110 | 1000001 |
Color Harmonies of #F2575C
Complementary color
Monochromatic Colors of #F2575C
Black with #F2575C
Text Example
Text Example
White with #F2575C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2575C; }
p { color: rgb(242,87,92); }
H1.HeaderClassName
{
color: #F2575C;
}
.AnyTagClassName
{
color: #F2575C;
}
</style>
background-color css
<style>
a { background-color: #F2575C; }
a { background-color: rgb(242,87,92); }
div.DivClassName
{
background-color: #F2575C;
}
.BgClassName
{
background-color: #F2575C;
}
</style>
border-color css
<style>
span { border-color: #F2575C; }
span { border-color: rgb(242,87,92); }
td.TdClassName
{
border-color: #F2575C;
}
.TagClassName
{
border-color: #F2575C;
}
</style>