Shades of Wild Watermelon #FE556C
Tints of Wild Watermelon #FE556C
RGB
CMYK
RGB Variations
Color information
#FE556C (or 0xFE556C) is known color: Wild Watermelon. HEX triplet: FE, 55 and 6C. RGB value is (254,85,108). Sum of RGB (Red+Green+Blue) = 254+85+108=447 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.82% from 447); Green value is 85 (33.59% from 255 or 19.02% from 447); Blue value is 108 (42.58% from 255 or 24.16% from 447); Max value from RGB is 254 - color contains mainly: red. Hex color #FE556C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE556C is #01AA93. Grayscale: #8A8A8A. Windows color (decimal): -109204 or 7099902. OLE color: 7099902.
HSL color Cylindrical-coordinate representation of color #FE556C: hue angle of 351.83º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FE556C is Cyan = 0, Magento = 0.67, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 85 | 108 | - |
| CMYK | 0 | 0.67 | 0.57 | 0.00 |
| HSL | 351.83º | 0.99% | 0.66% | - |
| HSV(B) | 351.83º | 0.67% | 1% | - |
| XYZ | 46.83 | 28.65 | 17.25 | - |
| YUV | 138.15 | 110.99 | 210.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 85 | 108 | 0 | 0.67 | 0.57 | 0.00 | 351.83 | 0.99 | 0.66 |
| Hex | FE | 55 | 6C | 0 | 43 | 39 | 0 | 160 | 63 | 42 |
| Octal | 376 | 125 | 154 | 0 | 103 | 71 | 0 | 540 | 143 | 102 |
| Binary | 11111110 | 1010101 | 1101100 | 0 | 1000011 | 111001 | 0 | 101100000 | 1100011 | 1000010 |
Color Harmonies of #FE556C
Complementary color
Monochromatic Colors of #FE556C
Black with #FE556C
Text Example
Text Example
White with #FE556C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE556C; }
p { color: rgb(254,85,108); }
H1.HeaderClassName
{
color: #FE556C;
}
.AnyTagClassName
{
color: #FE556C;
}
</style>
background-color css
<style>
a { background-color: #FE556C; }
a { background-color: rgb(254,85,108); }
div.DivClassName
{
background-color: #FE556C;
}
.BgClassName
{
background-color: #FE556C;
}
</style>
border-color css
<style>
span { border-color: #FE556C; }
span { border-color: rgb(254,85,108); }
td.TdClassName
{
border-color: #FE556C;
}
.TagClassName
{
border-color: #FE556C;
}
</style>