Shades of Wild Watermelon #F15C69
Tints of Wild Watermelon #F15C69
RGB
CMYK
RGB Variations
Color information
#F15C69 (or 0xF15C69) is known color: Wild Watermelon. HEX triplet: F1, 5C and 69. RGB value is (241,92,105). Sum of RGB (Red+Green+Blue) = 241+92+105=438 (58% of max value = 765). Red value is 241 (94.53% from 255 or 55.02% from 438); Green value is 92 (36.33% from 255 or 21.00% from 438); Blue value is 105 (41.41% from 255 or 23.97% from 438); Max value from RGB is 241 - color contains mainly: red. Hex color #F15C69 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15C69 is #0EA396. Grayscale: #8A8A8A. Windows color (decimal): -959383 or 6905073. OLE color: 6905073.
HSL color Cylindrical-coordinate representation of color #F15C69: hue angle of 354.77º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F15C69 is Cyan = 0, Magento = 0.62, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 92 | 105 | - |
| CMYK | 0 | 0.62 | 0.56 | 0.05 |
| HSL | 354.77º | 0.84% | 0.65% | - |
| HSV(B) | 354.77º | 0.62% | 0.95% | - |
| XYZ | 42.65 | 27.37 | 16.4 | - |
| YUV | 138.03 | 109.36 | 201.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 92 | 105 | 0 | 0.62 | 0.56 | 0.05 | 354.77 | 0.84 | 0.65 |
| Hex | F1 | 5C | 69 | 0 | 3E | 38 | 5 | 163 | 54 | 41 |
| Octal | 361 | 134 | 151 | 0 | 76 | 70 | 5 | 543 | 124 | 101 |
| Binary | 11110001 | 1011100 | 1101001 | 0 | 111110 | 111000 | 101 | 101100011 | 1010100 | 1000001 |
Color Harmonies of #F15C69
Complementary color
Monochromatic Colors of #F15C69
Black with #F15C69
Text Example
Text Example
White with #F15C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15C69; }
p { color: rgb(241,92,105); }
H1.HeaderClassName
{
color: #F15C69;
}
.AnyTagClassName
{
color: #F15C69;
}
</style>
background-color css
<style>
a { background-color: #F15C69; }
a { background-color: rgb(241,92,105); }
div.DivClassName
{
background-color: #F15C69;
}
.BgClassName
{
background-color: #F15C69;
}
</style>
border-color css
<style>
span { border-color: #F15C69; }
span { border-color: rgb(241,92,105); }
td.TdClassName
{
border-color: #F15C69;
}
.TagClassName
{
border-color: #F15C69;
}
</style>