Shades of Wild Watermelon #F15364
Tints of Wild Watermelon #F15364
RGB
CMYK
RGB Variations
Color information
#F15364 (or 0xF15364) is known color: Wild Watermelon. HEX triplet: F1, 53 and 64. RGB value is (241,83,100). Sum of RGB (Red+Green+Blue) = 241+83+100=424 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.84% from 424); Green value is 83 (32.81% from 255 or 19.58% from 424); Blue value is 100 (39.45% from 255 or 23.58% from 424); Max value from RGB is 241 - color contains mainly: red. Hex color #F15364 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15364 is #0EAC9B. Grayscale: #848484. Windows color (decimal): -961692 or 6575089. OLE color: 6575089.
HSL color Cylindrical-coordinate representation of color #F15364: hue angle of 353.54º 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 #F15364 is Cyan = 0, Magento = 0.66, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 83 | 100 | - |
| CMYK | 0 | 0.66 | 0.59 | 0.05 |
| HSL | 353.54º | 0.85% | 0.64% | - |
| HSV(B) | 353.54º | 0.66% | 0.95% | - |
| XYZ | 41.67 | 25.81 | 14.84 | - |
| YUV | 132.18 | 109.85 | 205.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 83 | 100 | 0 | 0.66 | 0.59 | 0.05 | 353.54 | 0.85 | 0.64 |
| Hex | F1 | 53 | 64 | 0 | 42 | 3B | 5 | 162 | 55 | 40 |
| Octal | 361 | 123 | 144 | 0 | 102 | 73 | 5 | 542 | 125 | 100 |
| Binary | 11110001 | 1010011 | 1100100 | 0 | 1000010 | 111011 | 101 | 101100010 | 1010101 | 1000000 |
Color Harmonies of #F15364
Complementary color
Monochromatic Colors of #F15364
Black with #F15364
Text Example
Text Example
White with #F15364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15364; }
p { color: rgb(241,83,100); }
H1.HeaderClassName
{
color: #F15364;
}
.AnyTagClassName
{
color: #F15364;
}
</style>
background-color css
<style>
a { background-color: #F15364; }
a { background-color: rgb(241,83,100); }
div.DivClassName
{
background-color: #F15364;
}
.BgClassName
{
background-color: #F15364;
}
</style>
border-color css
<style>
span { border-color: #F15364; }
span { border-color: rgb(241,83,100); }
td.TdClassName
{
border-color: #F15364;
}
.TagClassName
{
border-color: #F15364;
}
</style>