Shades of Wild Watermelon #FE6066
Tints of Wild Watermelon #FE6066
RGB
CMYK
RGB Variations
Color information
#FE6066 (or 0xFE6066) is known color: Wild Watermelon. HEX triplet: FE, 60 and 66. RGB value is (254,96,102). Sum of RGB (Red+Green+Blue) = 254+96+102=452 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.19% from 452); Green value is 96 (37.89% from 255 or 21.24% from 452); Blue value is 102 (40.23% from 255 or 22.57% from 452); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6066 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6066 is #019F99. Grayscale: #909090. Windows color (decimal): -106394 or 6709502. OLE color: 6709502.
HSL color Cylindrical-coordinate representation of color #FE6066: hue angle of 357.72º 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 #FE6066 is Cyan = 0, Magento = 0.62, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 96 | 102 | - |
| CMYK | 0 | 0.62 | 0.60 | 0.00 |
| HSL | 357.72º | 0.99% | 0.69% | - |
| HSV(B) | 357.72º | 0.62% | 1% | - |
| XYZ | 47.45 | 30.4 | 15.94 | - |
| YUV | 143.93 | 104.35 | 206.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 96 | 102 | 0 | 0.62 | 0.60 | 0.00 | 357.72 | 0.99 | 0.69 |
| Hex | FE | 60 | 66 | 0 | 3E | 3C | 0 | 166 | 63 | 45 |
| Octal | 376 | 140 | 146 | 0 | 76 | 74 | 0 | 546 | 143 | 105 |
| Binary | 11111110 | 1100000 | 1100110 | 0 | 111110 | 111100 | 0 | 101100110 | 1100011 | 1000101 |
Color Harmonies of #FE6066
Complementary color
Monochromatic Colors of #FE6066
Black with #FE6066
Text Example
Text Example
White with #FE6066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6066; }
p { color: rgb(254,96,102); }
H1.HeaderClassName
{
color: #FE6066;
}
.AnyTagClassName
{
color: #FE6066;
}
</style>
background-color css
<style>
a { background-color: #FE6066; }
a { background-color: rgb(254,96,102); }
div.DivClassName
{
background-color: #FE6066;
}
.BgClassName
{
background-color: #FE6066;
}
</style>
border-color css
<style>
span { border-color: #FE6066; }
span { border-color: rgb(254,96,102); }
td.TdClassName
{
border-color: #FE6066;
}
.TagClassName
{
border-color: #FE6066;
}
</style>