Shades of Wild Watermelon #FE5374
Tints of Wild Watermelon #FE5374
RGB
CMYK
RGB Variations
Color information
#FE5374 (or 0xFE5374) is known color: Wild Watermelon. HEX triplet: FE, 53 and 74. RGB value is (254,83,116). Sum of RGB (Red+Green+Blue) = 254+83+116=453 (60% of max value = 765). Red value is 254 (99.61% from 255 or 56.07% from 453); Green value is 83 (32.81% from 255 or 18.32% from 453); Blue value is 116 (45.70% from 255 or 25.61% from 453); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5374 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5374 is #01AC8B. Grayscale: #898989. Windows color (decimal): -109708 or 7623678. OLE color: 7623678.
HSL color Cylindrical-coordinate representation of color #FE5374: hue angle of 348.42º 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 #FE5374 is Cyan = 0, Magento = 0.67, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 83 | 116 | - |
| CMYK | 0 | 0.67 | 0.54 | 0.00 |
| HSL | 348.42º | 0.99% | 0.66% | - |
| HSV(B) | 348.42º | 0.67% | 1% | - |
| XYZ | 47.12 | 28.52 | 19.54 | - |
| YUV | 137.89 | 115.65 | 210.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 83 | 116 | 0 | 0.67 | 0.54 | 0.00 | 348.42 | 0.99 | 0.66 |
| Hex | FE | 53 | 74 | 0 | 43 | 36 | 0 | 15C | 63 | 42 |
| Octal | 376 | 123 | 164 | 0 | 103 | 66 | 0 | 534 | 143 | 102 |
| Binary | 11111110 | 1010011 | 1110100 | 0 | 1000011 | 110110 | 0 | 101011100 | 1100011 | 1000010 |
Color Harmonies of #FE5374
Complementary color
Monochromatic Colors of #FE5374
Black with #FE5374
Text Example
Text Example
White with #FE5374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5374; }
p { color: rgb(254,83,116); }
H1.HeaderClassName
{
color: #FE5374;
}
.AnyTagClassName
{
color: #FE5374;
}
</style>
background-color css
<style>
a { background-color: #FE5374; }
a { background-color: rgb(254,83,116); }
div.DivClassName
{
background-color: #FE5374;
}
.BgClassName
{
background-color: #FE5374;
}
</style>
border-color css
<style>
span { border-color: #FE5374; }
span { border-color: rgb(254,83,116); }
td.TdClassName
{
border-color: #FE5374;
}
.TagClassName
{
border-color: #FE5374;
}
</style>