Shades of Wild Watermelon #FE6771
Tints of Wild Watermelon #FE6771
RGB
CMYK
RGB Variations
Color information
#FE6771 (or 0xFE6771) is known color: Wild Watermelon. HEX triplet: FE, 67 and 71. RGB value is (254,103,113). Sum of RGB (Red+Green+Blue) = 254+103+113=470 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.04% from 470); Green value is 103 (40.62% from 255 or 21.91% from 470); Blue value is 113 (44.53% from 255 or 24.04% from 470); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6771 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6771 is #01988E. Grayscale: #959595. Windows color (decimal): -104591 or 7432190. OLE color: 7432190.
HSL color Cylindrical-coordinate representation of color #FE6771: hue angle of 356.03º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FE6771 is Cyan = 0, Magento = 0.59, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 103 | 113 | - |
| CMYK | 0 | 0.59 | 0.56 | 0.00 |
| HSL | 356.03º | 0.99% | 0.7% | - |
| HSV(B) | 356.03º | 0.59% | 1% | - |
| XYZ | 48.7 | 31.96 | 19.23 | - |
| YUV | 149.29 | 107.53 | 202.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 103 | 113 | 0 | 0.59 | 0.56 | 0.00 | 356.03 | 0.99 | 0.7 |
| Hex | FE | 67 | 71 | 0 | 3B | 38 | 0 | 164 | 63 | 46 |
| Octal | 376 | 147 | 161 | 0 | 73 | 70 | 0 | 544 | 143 | 106 |
| Binary | 11111110 | 1100111 | 1110001 | 0 | 111011 | 111000 | 0 | 101100100 | 1100011 | 1000110 |
Color Harmonies of #FE6771
Complementary color
Monochromatic Colors of #FE6771
Black with #FE6771
Text Example
Text Example
White with #FE6771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6771; }
p { color: rgb(254,103,113); }
H1.HeaderClassName
{
color: #FE6771;
}
.AnyTagClassName
{
color: #FE6771;
}
</style>
background-color css
<style>
a { background-color: #FE6771; }
a { background-color: rgb(254,103,113); }
div.DivClassName
{
background-color: #FE6771;
}
.BgClassName
{
background-color: #FE6771;
}
</style>
border-color css
<style>
span { border-color: #FE6771; }
span { border-color: rgb(254,103,113); }
td.TdClassName
{
border-color: #FE6771;
}
.TagClassName
{
border-color: #FE6771;
}
</style>