Shades of Wild Watermelon #FE5375
Tints of Wild Watermelon #FE5375
RGB
CMYK
RGB Variations
Color information
#FE5375 (or 0xFE5375) is known color: Wild Watermelon. HEX triplet: FE, 53 and 75. RGB value is (254,83,117). Sum of RGB (Red+Green+Blue) = 254+83+117=454 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.95% from 454); Green value is 83 (32.81% from 255 or 18.28% from 454); Blue value is 117 (46.09% from 255 or 25.77% from 454); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5375 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5375 is #01AC8A. Grayscale: #8A8A8A. Windows color (decimal): -109707 or 7689214. OLE color: 7689214.
HSL color Cylindrical-coordinate representation of color #FE5375: hue angle of 348.07º 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 #FE5375 is Cyan = 0, Magento = 0.67, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 83 | 117 | - |
| CMYK | 0 | 0.67 | 0.54 | 0.00 |
| HSL | 348.07º | 0.99% | 0.66% | - |
| HSV(B) | 348.07º | 0.67% | 1% | - |
| XYZ | 47.18 | 28.54 | 19.85 | - |
| YUV | 138.01 | 116.15 | 210.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 83 | 117 | 0 | 0.67 | 0.54 | 0.00 | 348.07 | 0.99 | 0.66 |
| Hex | FE | 53 | 75 | 0 | 43 | 36 | 0 | 15C | 63 | 42 |
| Octal | 376 | 123 | 165 | 0 | 103 | 66 | 0 | 534 | 143 | 102 |
| Binary | 11111110 | 1010011 | 1110101 | 0 | 1000011 | 110110 | 0 | 101011100 | 1100011 | 1000010 |
Color Harmonies of #FE5375
Complementary color
Monochromatic Colors of #FE5375
Black with #FE5375
Text Example
Text Example
White with #FE5375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5375; }
p { color: rgb(254,83,117); }
H1.HeaderClassName
{
color: #FE5375;
}
.AnyTagClassName
{
color: #FE5375;
}
</style>
background-color css
<style>
a { background-color: #FE5375; }
a { background-color: rgb(254,83,117); }
div.DivClassName
{
background-color: #FE5375;
}
.BgClassName
{
background-color: #FE5375;
}
</style>
border-color css
<style>
span { border-color: #FE5375; }
span { border-color: rgb(254,83,117); }
td.TdClassName
{
border-color: #FE5375;
}
.TagClassName
{
border-color: #FE5375;
}
</style>