Shades of Wild Watermelon #FE646E
Tints of Wild Watermelon #FE646E
RGB
CMYK
RGB Variations
Color information
#FE646E (or 0xFE646E) is known color: Wild Watermelon. HEX triplet: FE, 64 and 6E. RGB value is (254,100,110). Sum of RGB (Red+Green+Blue) = 254+100+110=464 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.74% from 464); Green value is 100 (39.45% from 255 or 21.55% from 464); Blue value is 110 (43.36% from 255 or 23.71% from 464); Max value from RGB is 254 - color contains mainly: red. Hex color #FE646E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE646E is #019B91. Grayscale: #939393. Windows color (decimal): -105362 or 7234814. OLE color: 7234814.
HSL color Cylindrical-coordinate representation of color #FE646E: hue angle of 356.1º 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 #FE646E is Cyan = 0, Magento = 0.61, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 100 | 110 | - |
| CMYK | 0 | 0.61 | 0.57 | 0.00 |
| HSL | 356.1º | 0.99% | 0.69% | - |
| HSV(B) | 356.1º | 0.61% | 1% | - |
| XYZ | 48.24 | 31.31 | 18.25 | - |
| YUV | 147.19 | 107.02 | 204.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 100 | 110 | 0 | 0.61 | 0.57 | 0.00 | 356.1 | 0.99 | 0.69 |
| Hex | FE | 64 | 6E | 0 | 3D | 39 | 0 | 164 | 63 | 45 |
| Octal | 376 | 144 | 156 | 0 | 75 | 71 | 0 | 544 | 143 | 105 |
| Binary | 11111110 | 1100100 | 1101110 | 0 | 111101 | 111001 | 0 | 101100100 | 1100011 | 1000101 |
Color Harmonies of #FE646E
Complementary color
Monochromatic Colors of #FE646E
Black with #FE646E
Text Example
Text Example
White with #FE646E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE646E; }
p { color: rgb(254,100,110); }
H1.HeaderClassName
{
color: #FE646E;
}
.AnyTagClassName
{
color: #FE646E;
}
</style>
background-color css
<style>
a { background-color: #FE646E; }
a { background-color: rgb(254,100,110); }
div.DivClassName
{
background-color: #FE646E;
}
.BgClassName
{
background-color: #FE646E;
}
</style>
border-color css
<style>
span { border-color: #FE646E; }
span { border-color: rgb(254,100,110); }
td.TdClassName
{
border-color: #FE646E;
}
.TagClassName
{
border-color: #FE646E;
}
</style>