Shades of Wild Watermelon #F2535E
Tints of Wild Watermelon #F2535E
RGB
CMYK
RGB Variations
Color information
#F2535E (or 0xF2535E) is known color: Wild Watermelon. HEX triplet: F2, 53 and 5E. RGB value is (242,83,94). Sum of RGB (Red+Green+Blue) = 242+83+94=419 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.76% from 419); Green value is 83 (32.81% from 255 or 19.81% from 419); Blue value is 94 (37.11% from 255 or 22.43% from 419); Max value from RGB is 242 - color contains mainly: red. Hex color #F2535E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2535E is #0DACA1. Grayscale: #838383. Windows color (decimal): -896162 or 6181874. OLE color: 6181874.
HSL color Cylindrical-coordinate representation of color #F2535E: hue angle of 355.85º 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 #F2535E is Cyan = 0, Magento = 0.66, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 83 | 94 | - |
| CMYK | 0 | 0.66 | 0.61 | 0.05 |
| HSL | 355.85º | 0.86% | 0.64% | - |
| HSV(B) | 355.85º | 0.66% | 0.95% | - |
| XYZ | 41.73 | 25.87 | 13.38 | - |
| YUV | 131.8 | 106.68 | 206.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 83 | 94 | 0 | 0.66 | 0.61 | 0.05 | 355.85 | 0.86 | 0.64 |
| Hex | F2 | 53 | 5E | 0 | 42 | 3D | 5 | 164 | 56 | 40 |
| Octal | 362 | 123 | 136 | 0 | 102 | 75 | 5 | 544 | 126 | 100 |
| Binary | 11110010 | 1010011 | 1011110 | 0 | 1000010 | 111101 | 101 | 101100100 | 1010110 | 1000000 |
Color Harmonies of #F2535E
Complementary color
Monochromatic Colors of #F2535E
Black with #F2535E
Text Example
Text Example
White with #F2535E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2535E; }
p { color: rgb(242,83,94); }
H1.HeaderClassName
{
color: #F2535E;
}
.AnyTagClassName
{
color: #F2535E;
}
</style>
background-color css
<style>
a { background-color: #F2535E; }
a { background-color: rgb(242,83,94); }
div.DivClassName
{
background-color: #F2535E;
}
.BgClassName
{
background-color: #F2535E;
}
</style>
border-color css
<style>
span { border-color: #F2535E; }
span { border-color: rgb(242,83,94); }
td.TdClassName
{
border-color: #F2535E;
}
.TagClassName
{
border-color: #F2535E;
}
</style>