Shades of Wild Watermelon #FE6478
Tints of Wild Watermelon #FE6478
RGB
CMYK
RGB Variations
Color information
#FE6478 (or 0xFE6478) is known color: Wild Watermelon. HEX triplet: FE, 64 and 78. RGB value is (254,100,120). Sum of RGB (Red+Green+Blue) = 254+100+120=474 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.59% from 474); Green value is 100 (39.45% from 255 or 21.10% from 474); Blue value is 120 (47.27% from 255 or 25.32% from 474); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6478 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6478 is #019B87. Grayscale: #949494. Windows color (decimal): -105352 or 7890174. OLE color: 7890174.
HSL color Cylindrical-coordinate representation of color #FE6478: hue angle of 352.21º 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 #FE6478 is Cyan = 0, Magento = 0.61, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 100 | 120 | - |
| CMYK | 0 | 0.61 | 0.53 | 0.00 |
| HSL | 352.21º | 0.99% | 0.69% | - |
| HSV(B) | 352.21º | 0.61% | 1% | - |
| XYZ | 48.82 | 31.54 | 21.28 | - |
| YUV | 148.33 | 112.02 | 203.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 100 | 120 | 0 | 0.61 | 0.53 | 0.00 | 352.21 | 0.99 | 0.69 |
| Hex | FE | 64 | 78 | 0 | 3D | 35 | 0 | 160 | 63 | 45 |
| Octal | 376 | 144 | 170 | 0 | 75 | 65 | 0 | 540 | 143 | 105 |
| Binary | 11111110 | 1100100 | 1111000 | 0 | 111101 | 110101 | 0 | 101100000 | 1100011 | 1000101 |
Color Harmonies of #FE6478
Complementary color
Monochromatic Colors of #FE6478
Black with #FE6478
Text Example
Text Example
White with #FE6478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6478; }
p { color: rgb(254,100,120); }
H1.HeaderClassName
{
color: #FE6478;
}
.AnyTagClassName
{
color: #FE6478;
}
</style>
background-color css
<style>
a { background-color: #FE6478; }
a { background-color: rgb(254,100,120); }
div.DivClassName
{
background-color: #FE6478;
}
.BgClassName
{
background-color: #FE6478;
}
</style>
border-color css
<style>
span { border-color: #FE6478; }
span { border-color: rgb(254,100,120); }
td.TdClassName
{
border-color: #FE6478;
}
.TagClassName
{
border-color: #FE6478;
}
</style>