Shades of Wild Watermelon #F2535F
Tints of Wild Watermelon #F2535F
RGB
CMYK
RGB Variations
Color information
#F2535F (or 0xF2535F) is known color: Wild Watermelon. HEX triplet: F2, 53 and 5F. RGB value is (242,83,95). Sum of RGB (Red+Green+Blue) = 242+83+95=420 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.62% from 420); Green value is 83 (32.81% from 255 or 19.76% from 420); Blue value is 95 (37.5% from 255 or 22.62% from 420); Max value from RGB is 242 - color contains mainly: red. Hex color #F2535F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2535F is #0DACA0. Grayscale: #848484. Windows color (decimal): -896161 or 6247410. OLE color: 6247410.
HSL color Cylindrical-coordinate representation of color #F2535F: hue angle of 355.47º 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 #F2535F is Cyan = 0, Magento = 0.66, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 83 | 95 | - |
| CMYK | 0 | 0.66 | 0.61 | 0.05 |
| HSL | 355.47º | 0.86% | 0.64% | - |
| HSV(B) | 355.47º | 0.66% | 0.95% | - |
| XYZ | 41.78 | 25.89 | 13.62 | - |
| YUV | 131.91 | 107.18 | 206.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 83 | 95 | 0 | 0.66 | 0.61 | 0.05 | 355.47 | 0.86 | 0.64 |
| Hex | F2 | 53 | 5F | 0 | 42 | 3D | 5 | 163 | 56 | 40 |
| Octal | 362 | 123 | 137 | 0 | 102 | 75 | 5 | 543 | 126 | 100 |
| Binary | 11110010 | 1010011 | 1011111 | 0 | 1000010 | 111101 | 101 | 101100011 | 1010110 | 1000000 |
Color Harmonies of #F2535F
Complementary color
Monochromatic Colors of #F2535F
Black with #F2535F
Text Example
Text Example
White with #F2535F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2535F; }
p { color: rgb(242,83,95); }
H1.HeaderClassName
{
color: #F2535F;
}
.AnyTagClassName
{
color: #F2535F;
}
</style>
background-color css
<style>
a { background-color: #F2535F; }
a { background-color: rgb(242,83,95); }
div.DivClassName
{
background-color: #F2535F;
}
.BgClassName
{
background-color: #F2535F;
}
</style>
border-color css
<style>
span { border-color: #F2535F; }
span { border-color: rgb(242,83,95); }
td.TdClassName
{
border-color: #F2535F;
}
.TagClassName
{
border-color: #F2535F;
}
</style>