Shades of Wild Watermelon #FE6668
Tints of Wild Watermelon #FE6668
RGB
CMYK
RGB Variations
Color information
#FE6668 (or 0xFE6668) is known color: Wild Watermelon. HEX triplet: FE, 66 and 68. RGB value is (254,102,104). Sum of RGB (Red+Green+Blue) = 254+102+104=460 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.22% from 460); Green value is 102 (40.23% from 255 or 22.17% from 460); Blue value is 104 (41.02% from 255 or 22.61% from 460); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6668 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6668 is #019997. Grayscale: #939393. Windows color (decimal): -104856 or 6842110. OLE color: 6842110.
HSL color Cylindrical-coordinate representation of color #FE6668: hue angle of 359.21º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FE6668 is Cyan = 0, Magento = 0.60, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 102 | 104 | - |
| CMYK | 0 | 0.60 | 0.59 | 0.00 |
| HSL | 359.21º | 0.99% | 0.7% | - |
| HSV(B) | 359.21º | 0.6% | 1% | - |
| XYZ | 48.12 | 31.57 | 16.65 | - |
| YUV | 147.68 | 103.36 | 203.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 102 | 104 | 0 | 0.60 | 0.59 | 0.00 | 359.21 | 0.99 | 0.7 |
| Hex | FE | 66 | 68 | 0 | 3C | 3B | 0 | 167 | 63 | 46 |
| Octal | 376 | 146 | 150 | 0 | 74 | 73 | 0 | 547 | 143 | 106 |
| Binary | 11111110 | 1100110 | 1101000 | 0 | 111100 | 111011 | 0 | 101100111 | 1100011 | 1000110 |
Color Harmonies of #FE6668
Complementary color
Monochromatic Colors of #FE6668
Black with #FE6668
Text Example
Text Example
White with #FE6668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6668; }
p { color: rgb(254,102,104); }
H1.HeaderClassName
{
color: #FE6668;
}
.AnyTagClassName
{
color: #FE6668;
}
</style>
background-color css
<style>
a { background-color: #FE6668; }
a { background-color: rgb(254,102,104); }
div.DivClassName
{
background-color: #FE6668;
}
.BgClassName
{
background-color: #FE6668;
}
</style>
border-color css
<style>
span { border-color: #FE6668; }
span { border-color: rgb(254,102,104); }
td.TdClassName
{
border-color: #FE6668;
}
.TagClassName
{
border-color: #FE6668;
}
</style>