Shades of Wild Watermelon #FE535C
Tints of Wild Watermelon #FE535C
RGB
CMYK
RGB Variations
Color information
#FE535C (or 0xFE535C) is known color: Wild Watermelon. HEX triplet: FE, 53 and 5C. RGB value is (254,83,92). Sum of RGB (Red+Green+Blue) = 254+83+92=429 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.21% from 429); Green value is 83 (32.81% from 255 or 19.35% from 429); Blue value is 92 (36.33% from 255 or 21.45% from 429); Max value from RGB is 254 - color contains mainly: red. Hex color #FE535C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE535C is #01ACA3. Grayscale: #878787. Windows color (decimal): -109732 or 6050814. OLE color: 6050814.
HSL color Cylindrical-coordinate representation of color #FE535C: hue angle of 356.84º 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 #FE535C is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 83 | 92 | - |
| CMYK | 0 | 0.67 | 0.64 | 0.00 |
| HSL | 356.84º | 0.99% | 0.66% | - |
| HSV(B) | 356.84º | 0.67% | 1% | - |
| XYZ | 45.9 | 28.03 | 13.12 | - |
| YUV | 135.16 | 103.65 | 212.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 83 | 92 | 0 | 0.67 | 0.64 | 0.00 | 356.84 | 0.99 | 0.66 |
| Hex | FE | 53 | 5C | 0 | 43 | 40 | 0 | 165 | 63 | 42 |
| Octal | 376 | 123 | 134 | 0 | 103 | 100 | 0 | 545 | 143 | 102 |
| Binary | 11111110 | 1010011 | 1011100 | 0 | 1000011 | 1000000 | 0 | 101100101 | 1100011 | 1000010 |
Color Harmonies of #FE535C
Complementary color
Monochromatic Colors of #FE535C
Black with #FE535C
Text Example
Text Example
White with #FE535C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE535C; }
p { color: rgb(254,83,92); }
H1.HeaderClassName
{
color: #FE535C;
}
.AnyTagClassName
{
color: #FE535C;
}
</style>
background-color css
<style>
a { background-color: #FE535C; }
a { background-color: rgb(254,83,92); }
div.DivClassName
{
background-color: #FE535C;
}
.BgClassName
{
background-color: #FE535C;
}
</style>
border-color css
<style>
span { border-color: #FE535C; }
span { border-color: rgb(254,83,92); }
td.TdClassName
{
border-color: #FE535C;
}
.TagClassName
{
border-color: #FE535C;
}
</style>