Shades of Wild Watermelon #F1486C
Tints of Wild Watermelon #F1486C
RGB
CMYK
RGB Variations
Color information
#F1486C (or 0xF1486C) is known color: Wild Watermelon. HEX triplet: F1, 48 and 6C. RGB value is (241,72,108). Sum of RGB (Red+Green+Blue) = 241+72+108=421 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.24% from 421); Green value is 72 (28.52% from 255 or 17.10% from 421); Blue value is 108 (42.58% from 255 or 25.65% from 421); Max value from RGB is 241 - color contains mainly: red. Hex color #F1486C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1486C is #0EB793. Grayscale: #7E7E7E. Windows color (decimal): -964500 or 7096561. OLE color: 7096561.
HSL color Cylindrical-coordinate representation of color #F1486C: hue angle of 347.22º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F1486C is Cyan = 0, Magento = 0.70, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 72 | 108 | - |
| CMYK | 0 | 0.70 | 0.55 | 0.05 |
| HSL | 347.22º | 0.86% | 0.61% | - |
| HSV(B) | 347.22º | 0.7% | 0.95% | - |
| XYZ | 41.3 | 24.42 | 16.72 | - |
| YUV | 126.64 | 117.49 | 209.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 72 | 108 | 0 | 0.70 | 0.55 | 0.05 | 347.22 | 0.86 | 0.61 |
| Hex | F1 | 48 | 6C | 0 | 46 | 37 | 5 | 15B | 56 | 3D |
| Octal | 361 | 110 | 154 | 0 | 106 | 67 | 5 | 533 | 126 | 75 |
| Binary | 11110001 | 1001000 | 1101100 | 0 | 1000110 | 110111 | 101 | 101011011 | 1010110 | 111101 |
Color Harmonies of #F1486C
Complementary color
Monochromatic Colors of #F1486C
Black with #F1486C
Text Example
Text Example
White with #F1486C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1486C; }
p { color: rgb(241,72,108); }
H1.HeaderClassName
{
color: #F1486C;
}
.AnyTagClassName
{
color: #F1486C;
}
</style>
background-color css
<style>
a { background-color: #F1486C; }
a { background-color: rgb(241,72,108); }
div.DivClassName
{
background-color: #F1486C;
}
.BgClassName
{
background-color: #F1486C;
}
</style>
border-color css
<style>
span { border-color: #F1486C; }
span { border-color: rgb(241,72,108); }
td.TdClassName
{
border-color: #F1486C;
}
.TagClassName
{
border-color: #F1486C;
}
</style>