Shades of Wild Watermelon #FE546C
Tints of Wild Watermelon #FE546C
RGB
CMYK
RGB Variations
Color information
#FE546C (or 0xFE546C) is known color: Wild Watermelon. HEX triplet: FE, 54 and 6C. RGB value is (254,84,108). Sum of RGB (Red+Green+Blue) = 254+84+108=446 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.95% from 446); Green value is 84 (33.20% from 255 or 18.83% from 446); Blue value is 108 (42.58% from 255 or 24.22% from 446); Max value from RGB is 254 - color contains mainly: red. Hex color #FE546C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE546C is #01AB93. Grayscale: #898989. Windows color (decimal): -109460 or 7099646. OLE color: 7099646.
HSL color Cylindrical-coordinate representation of color #FE546C: hue angle of 351.53º 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 #FE546C is Cyan = 0, Magento = 0.67, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 84 | 108 | - |
| CMYK | 0 | 0.67 | 0.57 | 0.00 |
| HSL | 351.53º | 0.99% | 0.66% | - |
| HSV(B) | 351.53º | 0.67% | 1% | - |
| XYZ | 46.75 | 28.49 | 17.22 | - |
| YUV | 137.57 | 111.32 | 211.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 84 | 108 | 0 | 0.67 | 0.57 | 0.00 | 351.53 | 0.99 | 0.66 |
| Hex | FE | 54 | 6C | 0 | 43 | 39 | 0 | 160 | 63 | 42 |
| Octal | 376 | 124 | 154 | 0 | 103 | 71 | 0 | 540 | 143 | 102 |
| Binary | 11111110 | 1010100 | 1101100 | 0 | 1000011 | 111001 | 0 | 101100000 | 1100011 | 1000010 |
Color Harmonies of #FE546C
Complementary color
Monochromatic Colors of #FE546C
Black with #FE546C
Text Example
Text Example
White with #FE546C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE546C; }
p { color: rgb(254,84,108); }
H1.HeaderClassName
{
color: #FE546C;
}
.AnyTagClassName
{
color: #FE546C;
}
</style>
background-color css
<style>
a { background-color: #FE546C; }
a { background-color: rgb(254,84,108); }
div.DivClassName
{
background-color: #FE546C;
}
.BgClassName
{
background-color: #FE546C;
}
</style>
border-color css
<style>
span { border-color: #FE546C; }
span { border-color: rgb(254,84,108); }
td.TdClassName
{
border-color: #FE546C;
}
.TagClassName
{
border-color: #FE546C;
}
</style>