Shades of Wild Watermelon #FE5C6E
Tints of Wild Watermelon #FE5C6E
RGB
CMYK
RGB Variations
Color information
#FE5C6E (or 0xFE5C6E) is known color: Wild Watermelon. HEX triplet: FE, 5C and 6E. RGB value is (254,92,110). Sum of RGB (Red+Green+Blue) = 254+92+110=456 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.70% from 456); Green value is 92 (36.33% from 255 or 20.18% from 456); Blue value is 110 (43.36% from 255 or 24.12% from 456); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5C6E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5C6E is #01A391. Grayscale: #8E8E8E. Windows color (decimal): -107410 or 7232766. OLE color: 7232766.
HSL color Cylindrical-coordinate representation of color #FE5C6E: hue angle of 353.33º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FE5C6E is Cyan = 0, Magento = 0.64, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 92 | 110 | - |
| CMYK | 0 | 0.64 | 0.57 | 0.00 |
| HSL | 353.33º | 0.99% | 0.68% | - |
| HSV(B) | 353.33º | 0.64% | 1% | - |
| XYZ | 47.51 | 29.85 | 18.01 | - |
| YUV | 142.49 | 109.67 | 207.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 92 | 110 | 0 | 0.64 | 0.57 | 0.00 | 353.33 | 0.99 | 0.68 |
| Hex | FE | 5C | 6E | 0 | 40 | 39 | 0 | 161 | 63 | 44 |
| Octal | 376 | 134 | 156 | 0 | 100 | 71 | 0 | 541 | 143 | 104 |
| Binary | 11111110 | 1011100 | 1101110 | 0 | 1000000 | 111001 | 0 | 101100001 | 1100011 | 1000100 |
Color Harmonies of #FE5C6E
Complementary color
Monochromatic Colors of #FE5C6E
Black with #FE5C6E
Text Example
Text Example
White with #FE5C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5C6E; }
p { color: rgb(254,92,110); }
H1.HeaderClassName
{
color: #FE5C6E;
}
.AnyTagClassName
{
color: #FE5C6E;
}
</style>
background-color css
<style>
a { background-color: #FE5C6E; }
a { background-color: rgb(254,92,110); }
div.DivClassName
{
background-color: #FE5C6E;
}
.BgClassName
{
background-color: #FE5C6E;
}
</style>
border-color css
<style>
span { border-color: #FE5C6E; }
span { border-color: rgb(254,92,110); }
td.TdClassName
{
border-color: #FE5C6E;
}
.TagClassName
{
border-color: #FE5C6E;
}
</style>