Shades of Wild Watermelon #F1535E
Tints of Wild Watermelon #F1535E
RGB
CMYK
RGB Variations
Color information
#F1535E (or 0xF1535E) is known color: Wild Watermelon. HEX triplet: F1, 53 and 5E. RGB value is (241,83,94). Sum of RGB (Red+Green+Blue) = 241+83+94=418 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.66% from 418); Green value is 83 (32.81% from 255 or 19.86% from 418); Blue value is 94 (37.11% from 255 or 22.49% from 418); Max value from RGB is 241 - color contains mainly: red. Hex color #F1535E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1535E is #0EACA1. Grayscale: #838383. Windows color (decimal): -961698 or 6181873. OLE color: 6181873.
HSL color Cylindrical-coordinate representation of color #F1535E: hue angle of 355.82º degrees, saturation: 0.85, 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 #F1535E is Cyan = 0, Magento = 0.66, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 83 | 94 | - |
| CMYK | 0 | 0.66 | 0.61 | 0.05 |
| HSL | 355.82º | 0.85% | 0.64% | - |
| HSV(B) | 355.82º | 0.66% | 0.95% | - |
| XYZ | 41.39 | 25.7 | 13.37 | - |
| YUV | 131.5 | 106.85 | 206.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 83 | 94 | 0 | 0.66 | 0.61 | 0.05 | 355.82 | 0.85 | 0.64 |
| Hex | F1 | 53 | 5E | 0 | 42 | 3D | 5 | 164 | 55 | 40 |
| Octal | 361 | 123 | 136 | 0 | 102 | 75 | 5 | 544 | 125 | 100 |
| Binary | 11110001 | 1010011 | 1011110 | 0 | 1000010 | 111101 | 101 | 101100100 | 1010101 | 1000000 |
Color Harmonies of #F1535E
Complementary color
Monochromatic Colors of #F1535E
Black with #F1535E
Text Example
Text Example
White with #F1535E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1535E; }
p { color: rgb(241,83,94); }
H1.HeaderClassName
{
color: #F1535E;
}
.AnyTagClassName
{
color: #F1535E;
}
</style>
background-color css
<style>
a { background-color: #F1535E; }
a { background-color: rgb(241,83,94); }
div.DivClassName
{
background-color: #F1535E;
}
.BgClassName
{
background-color: #F1535E;
}
</style>
border-color css
<style>
span { border-color: #F1535E; }
span { border-color: rgb(241,83,94); }
td.TdClassName
{
border-color: #F1535E;
}
.TagClassName
{
border-color: #F1535E;
}
</style>