Shades of Wild Watermelon #F15A6B
Tints of Wild Watermelon #F15A6B
RGB
CMYK
RGB Variations
Color information
#F15A6B (or 0xF15A6B) is known color: Wild Watermelon. HEX triplet: F1, 5A and 6B. RGB value is (241,90,107). Sum of RGB (Red+Green+Blue) = 241+90+107=438 (58% of max value = 765). Red value is 241 (94.53% from 255 or 55.02% from 438); Green value is 90 (35.55% from 255 or 20.55% from 438); Blue value is 107 (42.19% from 255 or 24.43% from 438); Max value from RGB is 241 - color contains mainly: red. Hex color #F15A6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15A6B is #0EA594. Grayscale: #898989. Windows color (decimal): -959893 or 7035633. OLE color: 7035633.
HSL color Cylindrical-coordinate representation of color #F15A6B: hue angle of 353.25º 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 #F15A6B is Cyan = 0, Magento = 0.63, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 90 | 107 | - |
| CMYK | 0 | 0.63 | 0.56 | 0.05 |
| HSL | 353.25º | 0.84% | 0.65% | - |
| HSV(B) | 353.25º | 0.63% | 0.95% | - |
| XYZ | 42.59 | 27.07 | 16.89 | - |
| YUV | 137.09 | 111.03 | 202.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 90 | 107 | 0 | 0.63 | 0.56 | 0.05 | 353.25 | 0.84 | 0.65 |
| Hex | F1 | 5A | 6B | 0 | 3F | 38 | 5 | 161 | 54 | 41 |
| Octal | 361 | 132 | 153 | 0 | 77 | 70 | 5 | 541 | 124 | 101 |
| Binary | 11110001 | 1011010 | 1101011 | 0 | 111111 | 111000 | 101 | 101100001 | 1010100 | 1000001 |
Color Harmonies of #F15A6B
Complementary color
Monochromatic Colors of #F15A6B
Black with #F15A6B
Text Example
Text Example
White with #F15A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15A6B; }
p { color: rgb(241,90,107); }
H1.HeaderClassName
{
color: #F15A6B;
}
.AnyTagClassName
{
color: #F15A6B;
}
</style>
background-color css
<style>
a { background-color: #F15A6B; }
a { background-color: rgb(241,90,107); }
div.DivClassName
{
background-color: #F15A6B;
}
.BgClassName
{
background-color: #F15A6B;
}
</style>
border-color css
<style>
span { border-color: #F15A6B; }
span { border-color: rgb(241,90,107); }
td.TdClassName
{
border-color: #F15A6B;
}
.TagClassName
{
border-color: #F15A6B;
}
</style>