Shades of Wild Watermelon #FE6071
Tints of Wild Watermelon #FE6071
RGB
CMYK
RGB Variations
Color information
#FE6071 (or 0xFE6071) is known color: Wild Watermelon. HEX triplet: FE, 60 and 71. RGB value is (254,96,113). Sum of RGB (Red+Green+Blue) = 254+96+113=463 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.86% from 463); Green value is 96 (37.89% from 255 or 20.73% from 463); Blue value is 113 (44.53% from 255 or 24.41% from 463); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6071 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6071 is #019F8E. Grayscale: #919191. Windows color (decimal): -106383 or 7430398. OLE color: 7430398.
HSL color Cylindrical-coordinate representation of color #FE6071: hue angle of 353.54º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FE6071 is Cyan = 0, Magento = 0.62, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 96 | 113 | - |
| CMYK | 0 | 0.62 | 0.56 | 0.00 |
| HSL | 353.54º | 0.99% | 0.69% | - |
| HSV(B) | 353.54º | 0.62% | 1% | - |
| XYZ | 48.04 | 30.63 | 19 | - |
| YUV | 145.18 | 109.85 | 205.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 96 | 113 | 0 | 0.62 | 0.56 | 0.00 | 353.54 | 0.99 | 0.69 |
| Hex | FE | 60 | 71 | 0 | 3E | 38 | 0 | 162 | 63 | 45 |
| Octal | 376 | 140 | 161 | 0 | 76 | 70 | 0 | 542 | 143 | 105 |
| Binary | 11111110 | 1100000 | 1110001 | 0 | 111110 | 111000 | 0 | 101100010 | 1100011 | 1000101 |
Color Harmonies of #FE6071
Complementary color
Monochromatic Colors of #FE6071
Black with #FE6071
Text Example
Text Example
White with #FE6071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6071; }
p { color: rgb(254,96,113); }
H1.HeaderClassName
{
color: #FE6071;
}
.AnyTagClassName
{
color: #FE6071;
}
</style>
background-color css
<style>
a { background-color: #FE6071; }
a { background-color: rgb(254,96,113); }
div.DivClassName
{
background-color: #FE6071;
}
.BgClassName
{
background-color: #FE6071;
}
</style>
border-color css
<style>
span { border-color: #FE6071; }
span { border-color: rgb(254,96,113); }
td.TdClassName
{
border-color: #FE6071;
}
.TagClassName
{
border-color: #FE6071;
}
</style>