Shades of Wild Watermelon #FE536C
Tints of Wild Watermelon #FE536C
RGB
CMYK
RGB Variations
Color information
#FE536C (or 0xFE536C) is known color: Wild Watermelon. HEX triplet: FE, 53 and 6C. RGB value is (254,83,108). Sum of RGB (Red+Green+Blue) = 254+83+108=445 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.08% from 445); Green value is 83 (32.81% from 255 or 18.65% from 445); Blue value is 108 (42.58% from 255 or 24.27% from 445); Max value from RGB is 254 - color contains mainly: red. Hex color #FE536C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE536C is #01AC93. Grayscale: #898989. Windows color (decimal): -109716 or 7099390. OLE color: 7099390.
HSL color Cylindrical-coordinate representation of color #FE536C: hue angle of 351.23º 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 #FE536C is Cyan = 0, Magento = 0.67, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 83 | 108 | - |
| CMYK | 0 | 0.67 | 0.57 | 0.00 |
| HSL | 351.23º | 0.99% | 0.66% | - |
| HSV(B) | 351.23º | 0.67% | 1% | - |
| XYZ | 46.67 | 28.34 | 17.2 | - |
| YUV | 136.98 | 111.65 | 211.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 83 | 108 | 0 | 0.67 | 0.57 | 0.00 | 351.23 | 0.99 | 0.66 |
| Hex | FE | 53 | 6C | 0 | 43 | 39 | 0 | 15F | 63 | 42 |
| Octal | 376 | 123 | 154 | 0 | 103 | 71 | 0 | 537 | 143 | 102 |
| Binary | 11111110 | 1010011 | 1101100 | 0 | 1000011 | 111001 | 0 | 101011111 | 1100011 | 1000010 |
Color Harmonies of #FE536C
Complementary color
Monochromatic Colors of #FE536C
Black with #FE536C
Text Example
Text Example
White with #FE536C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE536C; }
p { color: rgb(254,83,108); }
H1.HeaderClassName
{
color: #FE536C;
}
.AnyTagClassName
{
color: #FE536C;
}
</style>
background-color css
<style>
a { background-color: #FE536C; }
a { background-color: rgb(254,83,108); }
div.DivClassName
{
background-color: #FE536C;
}
.BgClassName
{
background-color: #FE536C;
}
</style>
border-color css
<style>
span { border-color: #FE536C; }
span { border-color: rgb(254,83,108); }
td.TdClassName
{
border-color: #FE536C;
}
.TagClassName
{
border-color: #FE536C;
}
</style>