Shades of Wild Watermelon #F15A70
Tints of Wild Watermelon #F15A70
RGB
CMYK
RGB Variations
Color information
#F15A70 (or 0xF15A70) is known color: Wild Watermelon. HEX triplet: F1, 5A and 70. RGB value is (241,90,112). Sum of RGB (Red+Green+Blue) = 241+90+112=443 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.40% from 443); Green value is 90 (35.55% from 255 or 20.32% from 443); Blue value is 112 (44.14% from 255 or 25.28% from 443); Max value from RGB is 241 - color contains mainly: red. Hex color #F15A70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15A70 is #0EA58F. Grayscale: #898989. Windows color (decimal): -959888 or 7363313. OLE color: 7363313.
HSL color Cylindrical-coordinate representation of color #F15A70: hue angle of 351.26º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F15A70 is Cyan = 0, Magento = 0.63, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 90 | 112 | - |
| CMYK | 0 | 0.63 | 0.54 | 0.05 |
| HSL | 351.26º | 0.84% | 0.65% | - |
| HSV(B) | 351.26º | 0.63% | 0.95% | - |
| XYZ | 42.86 | 27.18 | 18.32 | - |
| YUV | 137.66 | 113.53 | 201.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 90 | 112 | 0 | 0.63 | 0.54 | 0.05 | 351.26 | 0.84 | 0.65 |
| Hex | F1 | 5A | 70 | 0 | 3F | 36 | 5 | 15F | 54 | 41 |
| Octal | 361 | 132 | 160 | 0 | 77 | 66 | 5 | 537 | 124 | 101 |
| Binary | 11110001 | 1011010 | 1110000 | 0 | 111111 | 110110 | 101 | 101011111 | 1010100 | 1000001 |
Color Harmonies of #F15A70
Complementary color
Monochromatic Colors of #F15A70
Black with #F15A70
Text Example
Text Example
White with #F15A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15A70; }
p { color: rgb(241,90,112); }
H1.HeaderClassName
{
color: #F15A70;
}
.AnyTagClassName
{
color: #F15A70;
}
</style>
background-color css
<style>
a { background-color: #F15A70; }
a { background-color: rgb(241,90,112); }
div.DivClassName
{
background-color: #F15A70;
}
.BgClassName
{
background-color: #F15A70;
}
</style>
border-color css
<style>
span { border-color: #F15A70; }
span { border-color: rgb(241,90,112); }
td.TdClassName
{
border-color: #F15A70;
}
.TagClassName
{
border-color: #F15A70;
}
</style>