Shades of Wild Watermelon #FE5673
Tints of Wild Watermelon #FE5673
RGB
CMYK
RGB Variations
Color information
#FE5673 (or 0xFE5673) is known color: Wild Watermelon. HEX triplet: FE, 56 and 73. RGB value is (254,86,115). Sum of RGB (Red+Green+Blue) = 254+86+115=455 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.82% from 455); Green value is 86 (33.98% from 255 or 18.90% from 455); Blue value is 115 (45.31% from 255 or 25.27% from 455); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5673 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5673 is #01A98C. Grayscale: #8B8B8B. Windows color (decimal): -108941 or 7558910. OLE color: 7558910.
HSL color Cylindrical-coordinate representation of color #FE5673: hue angle of 349.64º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FE5673 is Cyan = 0, Magento = 0.66, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 86 | 115 | - |
| CMYK | 0 | 0.66 | 0.55 | 0.00 |
| HSL | 349.64º | 0.99% | 0.67% | - |
| HSV(B) | 349.64º | 0.66% | 1% | - |
| XYZ | 47.3 | 28.96 | 19.32 | - |
| YUV | 139.54 | 114.16 | 209.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 86 | 115 | 0 | 0.66 | 0.55 | 0.00 | 349.64 | 0.99 | 0.67 |
| Hex | FE | 56 | 73 | 0 | 42 | 37 | 0 | 15E | 63 | 43 |
| Octal | 376 | 126 | 163 | 0 | 102 | 67 | 0 | 536 | 143 | 103 |
| Binary | 11111110 | 1010110 | 1110011 | 0 | 1000010 | 110111 | 0 | 101011110 | 1100011 | 1000011 |
Color Harmonies of #FE5673
Complementary color
Monochromatic Colors of #FE5673
Black with #FE5673
Text Example
Text Example
White with #FE5673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5673; }
p { color: rgb(254,86,115); }
H1.HeaderClassName
{
color: #FE5673;
}
.AnyTagClassName
{
color: #FE5673;
}
</style>
background-color css
<style>
a { background-color: #FE5673; }
a { background-color: rgb(254,86,115); }
div.DivClassName
{
background-color: #FE5673;
}
.BgClassName
{
background-color: #FE5673;
}
</style>
border-color css
<style>
span { border-color: #FE5673; }
span { border-color: rgb(254,86,115); }
td.TdClassName
{
border-color: #FE5673;
}
.TagClassName
{
border-color: #FE5673;
}
</style>