Shades of Wild Watermelon #FE646A
Tints of Wild Watermelon #FE646A
RGB
CMYK
RGB Variations
Color information
#FE646A (or 0xFE646A) is known color: Wild Watermelon. HEX triplet: FE, 64 and 6A. RGB value is (254,100,106). Sum of RGB (Red+Green+Blue) = 254+100+106=460 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.22% from 460); Green value is 100 (39.45% from 255 or 21.74% from 460); Blue value is 106 (41.80% from 255 or 23.04% from 460); Max value from RGB is 254 - color contains mainly: red. Hex color #FE646A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE646A is #019B95. Grayscale: #929292. Windows color (decimal): -105366 or 6972670. OLE color: 6972670.
HSL color Cylindrical-coordinate representation of color #FE646A: hue angle of 357.66º 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 #FE646A is Cyan = 0, Magento = 0.61, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 100 | 106 | - |
| CMYK | 0 | 0.61 | 0.58 | 0.00 |
| HSL | 357.66º | 0.99% | 0.69% | - |
| HSV(B) | 357.66º | 0.61% | 1% | - |
| XYZ | 48.03 | 31.23 | 17.13 | - |
| YUV | 146.73 | 105.02 | 204.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 100 | 106 | 0 | 0.61 | 0.58 | 0.00 | 357.66 | 0.99 | 0.69 |
| Hex | FE | 64 | 6A | 0 | 3D | 3A | 0 | 166 | 63 | 45 |
| Octal | 376 | 144 | 152 | 0 | 75 | 72 | 0 | 546 | 143 | 105 |
| Binary | 11111110 | 1100100 | 1101010 | 0 | 111101 | 111010 | 0 | 101100110 | 1100011 | 1000101 |
Color Harmonies of #FE646A
Complementary color
Monochromatic Colors of #FE646A
Black with #FE646A
Text Example
Text Example
White with #FE646A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE646A; }
p { color: rgb(254,100,106); }
H1.HeaderClassName
{
color: #FE646A;
}
.AnyTagClassName
{
color: #FE646A;
}
</style>
background-color css
<style>
a { background-color: #FE646A; }
a { background-color: rgb(254,100,106); }
div.DivClassName
{
background-color: #FE646A;
}
.BgClassName
{
background-color: #FE646A;
}
</style>
border-color css
<style>
span { border-color: #FE646A; }
span { border-color: rgb(254,100,106); }
td.TdClassName
{
border-color: #FE646A;
}
.TagClassName
{
border-color: #FE646A;
}
</style>