Shades of Wild Watermelon #F15D69
Tints of Wild Watermelon #F15D69
RGB
CMYK
RGB Variations
Color information
#F15D69 (or 0xF15D69) is known color: Wild Watermelon. HEX triplet: F1, 5D and 69. RGB value is (241,93,105). Sum of RGB (Red+Green+Blue) = 241+93+105=439 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.90% from 439); Green value is 93 (36.72% from 255 or 21.18% from 439); Blue value is 105 (41.41% from 255 or 23.92% from 439); Max value from RGB is 241 - color contains mainly: red. Hex color #F15D69 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15D69 is #0EA296. Grayscale: #8A8A8A. Windows color (decimal): -959127 or 6905329. OLE color: 6905329.
HSL color Cylindrical-coordinate representation of color #F15D69: hue angle of 355.14º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F15D69 is Cyan = 0, Magento = 0.61, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 93 | 105 | - |
| CMYK | 0 | 0.61 | 0.56 | 0.05 |
| HSL | 355.14º | 0.84% | 0.65% | - |
| HSV(B) | 355.14º | 0.61% | 0.95% | - |
| XYZ | 42.74 | 27.55 | 16.43 | - |
| YUV | 138.62 | 109.03 | 201.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 93 | 105 | 0 | 0.61 | 0.56 | 0.05 | 355.14 | 0.84 | 0.65 |
| Hex | F1 | 5D | 69 | 0 | 3D | 38 | 5 | 163 | 54 | 41 |
| Octal | 361 | 135 | 151 | 0 | 75 | 70 | 5 | 543 | 124 | 101 |
| Binary | 11110001 | 1011101 | 1101001 | 0 | 111101 | 111000 | 101 | 101100011 | 1010100 | 1000001 |
Color Harmonies of #F15D69
Complementary color
Monochromatic Colors of #F15D69
Black with #F15D69
Text Example
Text Example
White with #F15D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15D69; }
p { color: rgb(241,93,105); }
H1.HeaderClassName
{
color: #F15D69;
}
.AnyTagClassName
{
color: #F15D69;
}
</style>
background-color css
<style>
a { background-color: #F15D69; }
a { background-color: rgb(241,93,105); }
div.DivClassName
{
background-color: #F15D69;
}
.BgClassName
{
background-color: #F15D69;
}
</style>
border-color css
<style>
span { border-color: #F15D69; }
span { border-color: rgb(241,93,105); }
td.TdClassName
{
border-color: #F15D69;
}
.TagClassName
{
border-color: #F15D69;
}
</style>