Shades of Wild Watermelon #F1476C
Tints of Wild Watermelon #F1476C
RGB
CMYK
RGB Variations
Color information
#F1476C (or 0xF1476C) is known color: Wild Watermelon. HEX triplet: F1, 47 and 6C. RGB value is (241,71,108). Sum of RGB (Red+Green+Blue) = 241+71+108=420 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.38% from 420); Green value is 71 (28.12% from 255 or 16.90% from 420); Blue value is 108 (42.58% from 255 or 25.71% from 420); Max value from RGB is 241 - color contains mainly: red. Hex color #F1476C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1476C is #0EB893. Grayscale: #7E7E7E. Windows color (decimal): -964756 or 7096305. OLE color: 7096305.
HSL color Cylindrical-coordinate representation of color #F1476C: hue angle of 346.94º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F1476C is Cyan = 0, Magento = 0.71, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 71 | 108 | - |
| CMYK | 0 | 0.71 | 0.55 | 0.05 |
| HSL | 346.94º | 0.86% | 0.61% | - |
| HSV(B) | 346.94º | 0.71% | 0.95% | - |
| XYZ | 41.24 | 24.29 | 16.7 | - |
| YUV | 126.05 | 117.82 | 209.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 71 | 108 | 0 | 0.71 | 0.55 | 0.05 | 346.94 | 0.86 | 0.61 |
| Hex | F1 | 47 | 6C | 0 | 47 | 37 | 5 | 15B | 56 | 3D |
| Octal | 361 | 107 | 154 | 0 | 107 | 67 | 5 | 533 | 126 | 75 |
| Binary | 11110001 | 1000111 | 1101100 | 0 | 1000111 | 110111 | 101 | 101011011 | 1010110 | 111101 |
Color Harmonies of #F1476C
Complementary color
Monochromatic Colors of #F1476C
Black with #F1476C
Text Example
Text Example
White with #F1476C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1476C; }
p { color: rgb(241,71,108); }
H1.HeaderClassName
{
color: #F1476C;
}
.AnyTagClassName
{
color: #F1476C;
}
</style>
background-color css
<style>
a { background-color: #F1476C; }
a { background-color: rgb(241,71,108); }
div.DivClassName
{
background-color: #F1476C;
}
.BgClassName
{
background-color: #F1476C;
}
</style>
border-color css
<style>
span { border-color: #F1476C; }
span { border-color: rgb(241,71,108); }
td.TdClassName
{
border-color: #F1476C;
}
.TagClassName
{
border-color: #F1476C;
}
</style>