Shades of Wild Watermelon #FE646C
Tints of Wild Watermelon #FE646C
RGB
CMYK
RGB Variations
Color information
#FE646C (or 0xFE646C) is known color: Wild Watermelon. HEX triplet: FE, 64 and 6C. RGB value is (254,100,108). Sum of RGB (Red+Green+Blue) = 254+100+108=462 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.98% from 462); Green value is 100 (39.45% from 255 or 21.65% from 462); Blue value is 108 (42.58% from 255 or 23.38% from 462); Max value from RGB is 254 - color contains mainly: red. Hex color #FE646C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE646C is #019B93. Grayscale: #939393. Windows color (decimal): -105364 or 7103742. OLE color: 7103742.
HSL color Cylindrical-coordinate representation of color #FE646C: hue angle of 356.88º 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 #FE646C is Cyan = 0, Magento = 0.61, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 100 | 108 | - |
| CMYK | 0 | 0.61 | 0.57 | 0.00 |
| HSL | 356.88º | 0.99% | 0.69% | - |
| HSV(B) | 356.88º | 0.61% | 1% | - |
| XYZ | 48.14 | 31.27 | 17.69 | - |
| YUV | 146.96 | 106.02 | 204.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 100 | 108 | 0 | 0.61 | 0.57 | 0.00 | 356.88 | 0.99 | 0.69 |
| Hex | FE | 64 | 6C | 0 | 3D | 39 | 0 | 165 | 63 | 45 |
| Octal | 376 | 144 | 154 | 0 | 75 | 71 | 0 | 545 | 143 | 105 |
| Binary | 11111110 | 1100100 | 1101100 | 0 | 111101 | 111001 | 0 | 101100101 | 1100011 | 1000101 |
Color Harmonies of #FE646C
Complementary color
Monochromatic Colors of #FE646C
Black with #FE646C
Text Example
Text Example
White with #FE646C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE646C; }
p { color: rgb(254,100,108); }
H1.HeaderClassName
{
color: #FE646C;
}
.AnyTagClassName
{
color: #FE646C;
}
</style>
background-color css
<style>
a { background-color: #FE646C; }
a { background-color: rgb(254,100,108); }
div.DivClassName
{
background-color: #FE646C;
}
.BgClassName
{
background-color: #FE646C;
}
</style>
border-color css
<style>
span { border-color: #FE646C; }
span { border-color: rgb(254,100,108); }
td.TdClassName
{
border-color: #FE646C;
}
.TagClassName
{
border-color: #FE646C;
}
</style>