Shades of Wild Watermelon #FE6476
Tints of Wild Watermelon #FE6476
RGB
CMYK
RGB Variations
Color information
#FE6476 (or 0xFE6476) is known color: Wild Watermelon. HEX triplet: FE, 64 and 76. RGB value is (254,100,118). Sum of RGB (Red+Green+Blue) = 254+100+118=472 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.81% from 472); Green value is 100 (39.45% from 255 or 21.19% from 472); Blue value is 118 (46.48% from 255 or 25% from 472); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6476 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6476 is #019B89. Grayscale: #949494. Windows color (decimal): -105354 or 7759102. OLE color: 7759102.
HSL color Cylindrical-coordinate representation of color #FE6476: hue angle of 352.99º 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 #FE6476 is Cyan = 0, Magento = 0.61, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 100 | 118 | - |
| CMYK | 0 | 0.61 | 0.54 | 0.00 |
| HSL | 352.99º | 0.99% | 0.69% | - |
| HSV(B) | 352.99º | 0.61% | 1% | - |
| XYZ | 48.7 | 31.49 | 20.65 | - |
| YUV | 148.1 | 111.02 | 203.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 100 | 118 | 0 | 0.61 | 0.54 | 0.00 | 352.99 | 0.99 | 0.69 |
| Hex | FE | 64 | 76 | 0 | 3D | 36 | 0 | 161 | 63 | 45 |
| Octal | 376 | 144 | 166 | 0 | 75 | 66 | 0 | 541 | 143 | 105 |
| Binary | 11111110 | 1100100 | 1110110 | 0 | 111101 | 110110 | 0 | 101100001 | 1100011 | 1000101 |
Color Harmonies of #FE6476
Complementary color
Monochromatic Colors of #FE6476
Black with #FE6476
Text Example
Text Example
White with #FE6476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6476; }
p { color: rgb(254,100,118); }
H1.HeaderClassName
{
color: #FE6476;
}
.AnyTagClassName
{
color: #FE6476;
}
</style>
background-color css
<style>
a { background-color: #FE6476; }
a { background-color: rgb(254,100,118); }
div.DivClassName
{
background-color: #FE6476;
}
.BgClassName
{
background-color: #FE6476;
}
</style>
border-color css
<style>
span { border-color: #FE6476; }
span { border-color: rgb(254,100,118); }
td.TdClassName
{
border-color: #FE6476;
}
.TagClassName
{
border-color: #FE6476;
}
</style>