Shades of Wild Watermelon #F15275
Tints of Wild Watermelon #F15275
RGB
CMYK
RGB Variations
Color information
#F15275 (or 0xF15275) is known color: Wild Watermelon. HEX triplet: F1, 52 and 75. RGB value is (241,82,117). Sum of RGB (Red+Green+Blue) = 241+82+117=440 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.77% from 440); Green value is 82 (32.42% from 255 or 18.64% from 440); Blue value is 117 (46.09% from 255 or 26.59% from 440); Max value from RGB is 241 - color contains mainly: red. Hex color #F15275 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15275 is #0EAD8A. Grayscale: #858585. Windows color (decimal): -961931 or 7688945. OLE color: 7688945.
HSL color Cylindrical-coordinate representation of color #F15275: hue angle of 346.79º 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 #F15275 is Cyan = 0, Magento = 0.66, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 82 | 117 | - |
| CMYK | 0 | 0.66 | 0.51 | 0.05 |
| HSL | 346.79º | 0.85% | 0.63% | - |
| HSV(B) | 346.79º | 0.66% | 0.95% | - |
| XYZ | 42.5 | 26.02 | 19.61 | - |
| YUV | 133.53 | 118.68 | 204.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 82 | 117 | 0 | 0.66 | 0.51 | 0.05 | 346.79 | 0.85 | 0.63 |
| Hex | F1 | 52 | 75 | 0 | 42 | 33 | 5 | 15B | 55 | 3F |
| Octal | 361 | 122 | 165 | 0 | 102 | 63 | 5 | 533 | 125 | 77 |
| Binary | 11110001 | 1010010 | 1110101 | 0 | 1000010 | 110011 | 101 | 101011011 | 1010101 | 111111 |
Color Harmonies of #F15275
Complementary color
Monochromatic Colors of #F15275
Black with #F15275
Text Example
Text Example
White with #F15275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15275; }
p { color: rgb(241,82,117); }
H1.HeaderClassName
{
color: #F15275;
}
.AnyTagClassName
{
color: #F15275;
}
</style>
background-color css
<style>
a { background-color: #F15275; }
a { background-color: rgb(241,82,117); }
div.DivClassName
{
background-color: #F15275;
}
.BgClassName
{
background-color: #F15275;
}
</style>
border-color css
<style>
span { border-color: #F15275; }
span { border-color: rgb(241,82,117); }
td.TdClassName
{
border-color: #F15275;
}
.TagClassName
{
border-color: #F15275;
}
</style>