Shades of Wild Watermelon #FE6971
Tints of Wild Watermelon #FE6971
RGB
CMYK
RGB Variations
Color information
#FE6971 (or 0xFE6971) is known color: Wild Watermelon. HEX triplet: FE, 69 and 71. RGB value is (254,105,113). Sum of RGB (Red+Green+Blue) = 254+105+113=472 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.81% from 472); Green value is 105 (41.41% from 255 or 22.25% from 472); Blue value is 113 (44.53% from 255 or 23.94% from 472); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6971 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6971 is #01968E. Grayscale: #969696. Windows color (decimal): -104079 or 7432702. OLE color: 7432702.
HSL color Cylindrical-coordinate representation of color #FE6971: hue angle of 356.78º 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 #FE6971 is Cyan = 0, Magento = 0.59, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 105 | 113 | - |
| CMYK | 0 | 0.59 | 0.56 | 0.00 |
| HSL | 356.78º | 0.99% | 0.7% | - |
| HSV(B) | 356.78º | 0.59% | 1% | - |
| XYZ | 48.91 | 32.37 | 19.29 | - |
| YUV | 150.46 | 106.86 | 201.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 105 | 113 | 0 | 0.59 | 0.56 | 0.00 | 356.78 | 0.99 | 0.7 |
| Hex | FE | 69 | 71 | 0 | 3B | 38 | 0 | 165 | 63 | 46 |
| Octal | 376 | 151 | 161 | 0 | 73 | 70 | 0 | 545 | 143 | 106 |
| Binary | 11111110 | 1101001 | 1110001 | 0 | 111011 | 111000 | 0 | 101100101 | 1100011 | 1000110 |
Color Harmonies of #FE6971
Complementary color
Monochromatic Colors of #FE6971
Black with #FE6971
Text Example
Text Example
White with #FE6971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6971; }
p { color: rgb(254,105,113); }
H1.HeaderClassName
{
color: #FE6971;
}
.AnyTagClassName
{
color: #FE6971;
}
</style>
background-color css
<style>
a { background-color: #FE6971; }
a { background-color: rgb(254,105,113); }
div.DivClassName
{
background-color: #FE6971;
}
.BgClassName
{
background-color: #FE6971;
}
</style>
border-color css
<style>
span { border-color: #FE6971; }
span { border-color: rgb(254,105,113); }
td.TdClassName
{
border-color: #FE6971;
}
.TagClassName
{
border-color: #FE6971;
}
</style>