Shades of Wild Watermelon #FE6477
Tints of Wild Watermelon #FE6477
RGB
CMYK
RGB Variations
Color information
#FE6477 (or 0xFE6477) is known color: Wild Watermelon. HEX triplet: FE, 64 and 77. RGB value is (254,100,119). Sum of RGB (Red+Green+Blue) = 254+100+119=473 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.70% from 473); Green value is 100 (39.45% from 255 or 21.14% from 473); Blue value is 119 (46.88% from 255 or 25.16% from 473); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6477 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6477 is #019B88. Grayscale: #949494. Windows color (decimal): -105353 or 7824638. OLE color: 7824638.
HSL color Cylindrical-coordinate representation of color #FE6477: hue angle of 352.6º 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 #FE6477 is Cyan = 0, Magento = 0.61, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 100 | 119 | - |
| CMYK | 0 | 0.61 | 0.53 | 0.00 |
| HSL | 352.6º | 0.99% | 0.69% | - |
| HSV(B) | 352.6º | 0.61% | 1% | - |
| XYZ | 48.76 | 31.52 | 20.97 | - |
| YUV | 148.21 | 111.52 | 203.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 100 | 119 | 0 | 0.61 | 0.53 | 0.00 | 352.6 | 0.99 | 0.69 |
| Hex | FE | 64 | 77 | 0 | 3D | 35 | 0 | 161 | 63 | 45 |
| Octal | 376 | 144 | 167 | 0 | 75 | 65 | 0 | 541 | 143 | 105 |
| Binary | 11111110 | 1100100 | 1110111 | 0 | 111101 | 110101 | 0 | 101100001 | 1100011 | 1000101 |
Color Harmonies of #FE6477
Complementary color
Monochromatic Colors of #FE6477
Black with #FE6477
Text Example
Text Example
White with #FE6477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6477; }
p { color: rgb(254,100,119); }
H1.HeaderClassName
{
color: #FE6477;
}
.AnyTagClassName
{
color: #FE6477;
}
</style>
background-color css
<style>
a { background-color: #FE6477; }
a { background-color: rgb(254,100,119); }
div.DivClassName
{
background-color: #FE6477;
}
.BgClassName
{
background-color: #FE6477;
}
</style>
border-color css
<style>
span { border-color: #FE6477; }
span { border-color: rgb(254,100,119); }
td.TdClassName
{
border-color: #FE6477;
}
.TagClassName
{
border-color: #FE6477;
}
</style>