Shades of Wild Watermelon #F15C74
Tints of Wild Watermelon #F15C74
RGB
CMYK
RGB Variations
Color information
#F15C74 (or 0xF15C74) is known color: Wild Watermelon. HEX triplet: F1, 5C and 74. RGB value is (241,92,116). Sum of RGB (Red+Green+Blue) = 241+92+116=449 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.67% from 449); Green value is 92 (36.33% from 255 or 20.49% from 449); Blue value is 116 (45.70% from 255 or 25.84% from 449); Max value from RGB is 241 - color contains mainly: red. Hex color #F15C74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15C74 is #0EA38B. Grayscale: #8B8B8B. Windows color (decimal): -959372 or 7625969. OLE color: 7625969.
HSL color Cylindrical-coordinate representation of color #F15C74: hue angle of 350.34º 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 #F15C74 is Cyan = 0, Magento = 0.62, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 92 | 116 | - |
| CMYK | 0 | 0.62 | 0.52 | 0.05 |
| HSL | 350.34º | 0.84% | 0.65% | - |
| HSV(B) | 350.34º | 0.62% | 0.95% | - |
| XYZ | 43.26 | 27.62 | 19.57 | - |
| YUV | 139.29 | 114.86 | 200.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 92 | 116 | 0 | 0.62 | 0.52 | 0.05 | 350.34 | 0.84 | 0.65 |
| Hex | F1 | 5C | 74 | 0 | 3E | 34 | 5 | 15E | 54 | 41 |
| Octal | 361 | 134 | 164 | 0 | 76 | 64 | 5 | 536 | 124 | 101 |
| Binary | 11110001 | 1011100 | 1110100 | 0 | 111110 | 110100 | 101 | 101011110 | 1010100 | 1000001 |
Color Harmonies of #F15C74
Complementary color
Monochromatic Colors of #F15C74
Black with #F15C74
Text Example
Text Example
White with #F15C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15C74; }
p { color: rgb(241,92,116); }
H1.HeaderClassName
{
color: #F15C74;
}
.AnyTagClassName
{
color: #F15C74;
}
</style>
background-color css
<style>
a { background-color: #F15C74; }
a { background-color: rgb(241,92,116); }
div.DivClassName
{
background-color: #F15C74;
}
.BgClassName
{
background-color: #F15C74;
}
</style>
border-color css
<style>
span { border-color: #F15C74; }
span { border-color: rgb(241,92,116); }
td.TdClassName
{
border-color: #F15C74;
}
.TagClassName
{
border-color: #F15C74;
}
</style>