Shades of Wild Watermelon #F15265
Tints of Wild Watermelon #F15265
RGB
CMYK
RGB Variations
Color information
#F15265 (or 0xF15265) is known color: Wild Watermelon. HEX triplet: F1, 52 and 65. RGB value is (241,82,101). Sum of RGB (Red+Green+Blue) = 241+82+101=424 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.84% from 424); Green value is 82 (32.42% from 255 or 19.34% from 424); Blue value is 101 (39.84% from 255 or 23.82% from 424); Max value from RGB is 241 - color contains mainly: red. Hex color #F15265 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15265 is #0EAD9A. Grayscale: #838383. Windows color (decimal): -961947 or 6640369. OLE color: 6640369.
HSL color Cylindrical-coordinate representation of color #F15265: hue angle of 352.83º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F15265 is Cyan = 0, Magento = 0.66, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 82 | 101 | - |
| CMYK | 0 | 0.66 | 0.58 | 0.05 |
| HSL | 352.83º | 0.85% | 0.63% | - |
| HSV(B) | 352.83º | 0.66% | 0.95% | - |
| XYZ | 41.64 | 25.67 | 15.07 | - |
| YUV | 131.71 | 110.68 | 205.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 82 | 101 | 0 | 0.66 | 0.58 | 0.05 | 352.83 | 0.85 | 0.63 |
| Hex | F1 | 52 | 65 | 0 | 42 | 3A | 5 | 161 | 55 | 3F |
| Octal | 361 | 122 | 145 | 0 | 102 | 72 | 5 | 541 | 125 | 77 |
| Binary | 11110001 | 1010010 | 1100101 | 0 | 1000010 | 111010 | 101 | 101100001 | 1010101 | 111111 |
Color Harmonies of #F15265
Complementary color
Monochromatic Colors of #F15265
Black with #F15265
Text Example
Text Example
White with #F15265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15265; }
p { color: rgb(241,82,101); }
H1.HeaderClassName
{
color: #F15265;
}
.AnyTagClassName
{
color: #F15265;
}
</style>
background-color css
<style>
a { background-color: #F15265; }
a { background-color: rgb(241,82,101); }
div.DivClassName
{
background-color: #F15265;
}
.BgClassName
{
background-color: #F15265;
}
</style>
border-color css
<style>
span { border-color: #F15265; }
span { border-color: rgb(241,82,101); }
td.TdClassName
{
border-color: #F15265;
}
.TagClassName
{
border-color: #F15265;
}
</style>