Shades of Wild Watermelon #FE5376
Tints of Wild Watermelon #FE5376
RGB
CMYK
RGB Variations
Color information
#FE5376 (or 0xFE5376) is known color: Wild Watermelon. HEX triplet: FE, 53 and 76. RGB value is (254,83,118). Sum of RGB (Red+Green+Blue) = 254+83+118=455 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.82% from 455); Green value is 83 (32.81% from 255 or 18.24% from 455); Blue value is 118 (46.48% from 255 or 25.93% from 455); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5376 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5376 is #01AC89. Grayscale: #8A8A8A. Windows color (decimal): -109706 or 7754750. OLE color: 7754750.
HSL color Cylindrical-coordinate representation of color #FE5376: hue angle of 347.72º 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 #FE5376 is Cyan = 0, Magento = 0.67, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 83 | 118 | - |
| CMYK | 0 | 0.67 | 0.54 | 0.00 |
| HSL | 347.72º | 0.99% | 0.66% | - |
| HSV(B) | 347.72º | 0.67% | 1% | - |
| XYZ | 47.24 | 28.57 | 20.16 | - |
| YUV | 138.12 | 116.65 | 210.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 83 | 118 | 0 | 0.67 | 0.54 | 0.00 | 347.72 | 0.99 | 0.66 |
| Hex | FE | 53 | 76 | 0 | 43 | 36 | 0 | 15C | 63 | 42 |
| Octal | 376 | 123 | 166 | 0 | 103 | 66 | 0 | 534 | 143 | 102 |
| Binary | 11111110 | 1010011 | 1110110 | 0 | 1000011 | 110110 | 0 | 101011100 | 1100011 | 1000010 |
Color Harmonies of #FE5376
Complementary color
Monochromatic Colors of #FE5376
Black with #FE5376
Text Example
Text Example
White with #FE5376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5376; }
p { color: rgb(254,83,118); }
H1.HeaderClassName
{
color: #FE5376;
}
.AnyTagClassName
{
color: #FE5376;
}
</style>
background-color css
<style>
a { background-color: #FE5376; }
a { background-color: rgb(254,83,118); }
div.DivClassName
{
background-color: #FE5376;
}
.BgClassName
{
background-color: #FE5376;
}
</style>
border-color css
<style>
span { border-color: #FE5376; }
span { border-color: rgb(254,83,118); }
td.TdClassName
{
border-color: #FE5376;
}
.TagClassName
{
border-color: #FE5376;
}
</style>