Shades of Wild Watermelon #F1555D
Tints of Wild Watermelon #F1555D
RGB
CMYK
RGB Variations
Color information
#F1555D (or 0xF1555D) is known color: Wild Watermelon. HEX triplet: F1, 55 and 5D. RGB value is (241,85,93). Sum of RGB (Red+Green+Blue) = 241+85+93=419 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.52% from 419); Green value is 85 (33.59% from 255 or 20.29% from 419); Blue value is 93 (36.72% from 255 or 22.20% from 419); Max value from RGB is 241 - color contains mainly: red. Hex color #F1555D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1555D is #0EAAA2. Grayscale: #848484. Windows color (decimal): -961187 or 6116849. OLE color: 6116849.
HSL color Cylindrical-coordinate representation of color #F1555D: hue angle of 356.92º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F1555D is Cyan = 0, Magento = 0.65, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 85 | 93 | - |
| CMYK | 0 | 0.65 | 0.61 | 0.05 |
| HSL | 356.92º | 0.85% | 0.64% | - |
| HSV(B) | 356.92º | 0.65% | 0.95% | - |
| XYZ | 41.5 | 25.99 | 13.18 | - |
| YUV | 132.56 | 105.68 | 205.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 85 | 93 | 0 | 0.65 | 0.61 | 0.05 | 356.92 | 0.85 | 0.64 |
| Hex | F1 | 55 | 5D | 0 | 41 | 3D | 5 | 165 | 55 | 40 |
| Octal | 361 | 125 | 135 | 0 | 101 | 75 | 5 | 545 | 125 | 100 |
| Binary | 11110001 | 1010101 | 1011101 | 0 | 1000001 | 111101 | 101 | 101100101 | 1010101 | 1000000 |
Color Harmonies of #F1555D
Complementary color
Monochromatic Colors of #F1555D
Black with #F1555D
Text Example
Text Example
White with #F1555D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1555D; }
p { color: rgb(241,85,93); }
H1.HeaderClassName
{
color: #F1555D;
}
.AnyTagClassName
{
color: #F1555D;
}
</style>
background-color css
<style>
a { background-color: #F1555D; }
a { background-color: rgb(241,85,93); }
div.DivClassName
{
background-color: #F1555D;
}
.BgClassName
{
background-color: #F1555D;
}
</style>
border-color css
<style>
span { border-color: #F1555D; }
span { border-color: rgb(241,85,93); }
td.TdClassName
{
border-color: #F1555D;
}
.TagClassName
{
border-color: #F1555D;
}
</style>