Shades of Wild Watermelon #FE5670
Tints of Wild Watermelon #FE5670
RGB
CMYK
RGB Variations
Color information
#FE5670 (or 0xFE5670) is known color: Wild Watermelon. HEX triplet: FE, 56 and 70. RGB value is (254,86,112). Sum of RGB (Red+Green+Blue) = 254+86+112=452 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.19% from 452); Green value is 86 (33.98% from 255 or 19.03% from 452); Blue value is 112 (44.14% from 255 or 24.78% from 452); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5670 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5670 is #01A98F. Grayscale: #8B8B8B. Windows color (decimal): -108944 or 7362302. OLE color: 7362302.
HSL color Cylindrical-coordinate representation of color #FE5670: hue angle of 350.71º 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 #FE5670 is Cyan = 0, Magento = 0.66, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 86 | 112 | - |
| CMYK | 0 | 0.66 | 0.56 | 0.00 |
| HSL | 350.71º | 0.99% | 0.67% | - |
| HSV(B) | 350.71º | 0.66% | 1% | - |
| XYZ | 47.13 | 28.9 | 18.42 | - |
| YUV | 139.2 | 112.66 | 209.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 86 | 112 | 0 | 0.66 | 0.56 | 0.00 | 350.71 | 0.99 | 0.67 |
| Hex | FE | 56 | 70 | 0 | 42 | 38 | 0 | 15F | 63 | 43 |
| Octal | 376 | 126 | 160 | 0 | 102 | 70 | 0 | 537 | 143 | 103 |
| Binary | 11111110 | 1010110 | 1110000 | 0 | 1000010 | 111000 | 0 | 101011111 | 1100011 | 1000011 |
Color Harmonies of #FE5670
Complementary color
Monochromatic Colors of #FE5670
Black with #FE5670
Text Example
Text Example
White with #FE5670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5670; }
p { color: rgb(254,86,112); }
H1.HeaderClassName
{
color: #FE5670;
}
.AnyTagClassName
{
color: #FE5670;
}
</style>
background-color css
<style>
a { background-color: #FE5670; }
a { background-color: rgb(254,86,112); }
div.DivClassName
{
background-color: #FE5670;
}
.BgClassName
{
background-color: #FE5670;
}
</style>
border-color css
<style>
span { border-color: #FE5670; }
span { border-color: rgb(254,86,112); }
td.TdClassName
{
border-color: #FE5670;
}
.TagClassName
{
border-color: #FE5670;
}
</style>