Shades of Wild Watermelon #F15568
Tints of Wild Watermelon #F15568
RGB
CMYK
RGB Variations
Color information
#F15568 (or 0xF15568) is known color: Wild Watermelon. HEX triplet: F1, 55 and 68. RGB value is (241,85,104). Sum of RGB (Red+Green+Blue) = 241+85+104=430 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.05% from 430); Green value is 85 (33.59% from 255 or 19.77% from 430); Blue value is 104 (41.02% from 255 or 24.19% from 430); Max value from RGB is 241 - color contains mainly: red. Hex color #F15568 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15568 is #0EAA97. Grayscale: #858585. Windows color (decimal): -961176 or 6837745. OLE color: 6837745.
HSL color Cylindrical-coordinate representation of color #F15568: hue angle of 352.69º 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 #F15568 is Cyan = 0, Magento = 0.65, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 85 | 104 | - |
| CMYK | 0 | 0.65 | 0.57 | 0.05 |
| HSL | 352.69º | 0.85% | 0.64% | - |
| HSV(B) | 352.69º | 0.65% | 0.95% | - |
| XYZ | 42.02 | 26.2 | 15.94 | - |
| YUV | 133.81 | 111.18 | 204.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 85 | 104 | 0 | 0.65 | 0.57 | 0.05 | 352.69 | 0.85 | 0.64 |
| Hex | F1 | 55 | 68 | 0 | 41 | 39 | 5 | 161 | 55 | 40 |
| Octal | 361 | 125 | 150 | 0 | 101 | 71 | 5 | 541 | 125 | 100 |
| Binary | 11110001 | 1010101 | 1101000 | 0 | 1000001 | 111001 | 101 | 101100001 | 1010101 | 1000000 |
Color Harmonies of #F15568
Complementary color
Monochromatic Colors of #F15568
Black with #F15568
Text Example
Text Example
White with #F15568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15568; }
p { color: rgb(241,85,104); }
H1.HeaderClassName
{
color: #F15568;
}
.AnyTagClassName
{
color: #F15568;
}
</style>
background-color css
<style>
a { background-color: #F15568; }
a { background-color: rgb(241,85,104); }
div.DivClassName
{
background-color: #F15568;
}
.BgClassName
{
background-color: #F15568;
}
</style>
border-color css
<style>
span { border-color: #F15568; }
span { border-color: rgb(241,85,104); }
td.TdClassName
{
border-color: #F15568;
}
.TagClassName
{
border-color: #F15568;
}
</style>