Shades of Wild Watermelon #FE6466
Tints of Wild Watermelon #FE6466
RGB
CMYK
RGB Variations
Color information
#FE6466 (or 0xFE6466) is known color: Wild Watermelon. HEX triplet: FE, 64 and 66. RGB value is (254,100,102). Sum of RGB (Red+Green+Blue) = 254+100+102=456 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.70% from 456); Green value is 100 (39.45% from 255 or 21.93% from 456); Blue value is 102 (40.23% from 255 or 22.37% from 456); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6466 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6466 is #019B99. Grayscale: #929292. Windows color (decimal): -105370 or 6710526. OLE color: 6710526.
HSL color Cylindrical-coordinate representation of color #FE6466: hue angle of 359.22º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FE6466 is Cyan = 0, Magento = 0.61, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 100 | 102 | - |
| CMYK | 0 | 0.61 | 0.60 | 0.00 |
| HSL | 359.22º | 0.99% | 0.69% | - |
| HSV(B) | 359.22º | 0.61% | 1% | - |
| XYZ | 47.83 | 31.14 | 16.06 | - |
| YUV | 146.27 | 103.02 | 204.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 100 | 102 | 0 | 0.61 | 0.60 | 0.00 | 359.22 | 0.99 | 0.69 |
| Hex | FE | 64 | 66 | 0 | 3D | 3C | 0 | 167 | 63 | 45 |
| Octal | 376 | 144 | 146 | 0 | 75 | 74 | 0 | 547 | 143 | 105 |
| Binary | 11111110 | 1100100 | 1100110 | 0 | 111101 | 111100 | 0 | 101100111 | 1100011 | 1000101 |
Color Harmonies of #FE6466
Complementary color
Monochromatic Colors of #FE6466
Black with #FE6466
Text Example
Text Example
White with #FE6466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6466; }
p { color: rgb(254,100,102); }
H1.HeaderClassName
{
color: #FE6466;
}
.AnyTagClassName
{
color: #FE6466;
}
</style>
background-color css
<style>
a { background-color: #FE6466; }
a { background-color: rgb(254,100,102); }
div.DivClassName
{
background-color: #FE6466;
}
.BgClassName
{
background-color: #FE6466;
}
</style>
border-color css
<style>
span { border-color: #FE6466; }
span { border-color: rgb(254,100,102); }
td.TdClassName
{
border-color: #FE6466;
}
.TagClassName
{
border-color: #FE6466;
}
</style>