Shades of Wild Watermelon #F15C6C
Tints of Wild Watermelon #F15C6C
RGB
CMYK
RGB Variations
Color information
#F15C6C (or 0xF15C6C) is known color: Wild Watermelon. HEX triplet: F1, 5C and 6C. RGB value is (241,92,108). Sum of RGB (Red+Green+Blue) = 241+92+108=441 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.65% from 441); Green value is 92 (36.33% from 255 or 20.86% from 441); Blue value is 108 (42.58% from 255 or 24.49% from 441); Max value from RGB is 241 - color contains mainly: red. Hex color #F15C6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15C6C is #0EA393. Grayscale: #8A8A8A. Windows color (decimal): -959380 or 7101681. OLE color: 7101681.
HSL color Cylindrical-coordinate representation of color #F15C6C: hue angle of 353.56º 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 #F15C6C is Cyan = 0, Magento = 0.62, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 92 | 108 | - |
| CMYK | 0 | 0.62 | 0.55 | 0.05 |
| HSL | 353.56º | 0.84% | 0.65% | - |
| HSV(B) | 353.56º | 0.62% | 0.95% | - |
| XYZ | 42.81 | 27.44 | 17.23 | - |
| YUV | 138.38 | 110.86 | 201.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 92 | 108 | 0 | 0.62 | 0.55 | 0.05 | 353.56 | 0.84 | 0.65 |
| Hex | F1 | 5C | 6C | 0 | 3E | 37 | 5 | 162 | 54 | 41 |
| Octal | 361 | 134 | 154 | 0 | 76 | 67 | 5 | 542 | 124 | 101 |
| Binary | 11110001 | 1011100 | 1101100 | 0 | 111110 | 110111 | 101 | 101100010 | 1010100 | 1000001 |
Color Harmonies of #F15C6C
Complementary color
Monochromatic Colors of #F15C6C
Black with #F15C6C
Text Example
Text Example
White with #F15C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15C6C; }
p { color: rgb(241,92,108); }
H1.HeaderClassName
{
color: #F15C6C;
}
.AnyTagClassName
{
color: #F15C6C;
}
</style>
background-color css
<style>
a { background-color: #F15C6C; }
a { background-color: rgb(241,92,108); }
div.DivClassName
{
background-color: #F15C6C;
}
.BgClassName
{
background-color: #F15C6C;
}
</style>
border-color css
<style>
span { border-color: #F15C6C; }
span { border-color: rgb(241,92,108); }
td.TdClassName
{
border-color: #F15C6C;
}
.TagClassName
{
border-color: #F15C6C;
}
</style>