Shades of Wild Watermelon #FE5C75
Tints of Wild Watermelon #FE5C75
RGB
CMYK
RGB Variations
Color information
#FE5C75 (or 0xFE5C75) is known color: Wild Watermelon. HEX triplet: FE, 5C and 75. RGB value is (254,92,117). Sum of RGB (Red+Green+Blue) = 254+92+117=463 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.86% from 463); Green value is 92 (36.33% from 255 or 19.87% from 463); Blue value is 117 (46.09% from 255 or 25.27% from 463); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5C75 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5C75 is #01A38A. Grayscale: #8F8F8F. Windows color (decimal): -107403 or 7691518. OLE color: 7691518.
HSL color Cylindrical-coordinate representation of color #FE5C75: hue angle of 350.74º 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 #FE5C75 is Cyan = 0, Magento = 0.64, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 92 | 117 | - |
| CMYK | 0 | 0.64 | 0.54 | 0.00 |
| HSL | 350.74º | 0.99% | 0.68% | - |
| HSV(B) | 350.74º | 0.64% | 1% | - |
| XYZ | 47.91 | 30.01 | 20.1 | - |
| YUV | 143.29 | 113.17 | 206.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 92 | 117 | 0 | 0.64 | 0.54 | 0.00 | 350.74 | 0.99 | 0.68 |
| Hex | FE | 5C | 75 | 0 | 40 | 36 | 0 | 15F | 63 | 44 |
| Octal | 376 | 134 | 165 | 0 | 100 | 66 | 0 | 537 | 143 | 104 |
| Binary | 11111110 | 1011100 | 1110101 | 0 | 1000000 | 110110 | 0 | 101011111 | 1100011 | 1000100 |
Color Harmonies of #FE5C75
Complementary color
Monochromatic Colors of #FE5C75
Black with #FE5C75
Text Example
Text Example
White with #FE5C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5C75; }
p { color: rgb(254,92,117); }
H1.HeaderClassName
{
color: #FE5C75;
}
.AnyTagClassName
{
color: #FE5C75;
}
</style>
background-color css
<style>
a { background-color: #FE5C75; }
a { background-color: rgb(254,92,117); }
div.DivClassName
{
background-color: #FE5C75;
}
.BgClassName
{
background-color: #FE5C75;
}
</style>
border-color css
<style>
span { border-color: #FE5C75; }
span { border-color: rgb(254,92,117); }
td.TdClassName
{
border-color: #FE5C75;
}
.TagClassName
{
border-color: #FE5C75;
}
</style>