Shades of Wild Watermelon #FE5362
Tints of Wild Watermelon #FE5362
RGB
CMYK
RGB Variations
Color information
#FE5362 (or 0xFE5362) is known color: Wild Watermelon. HEX triplet: FE, 53 and 62. RGB value is (254,83,98). Sum of RGB (Red+Green+Blue) = 254+83+98=435 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.39% from 435); Green value is 83 (32.81% from 255 or 19.08% from 435); Blue value is 98 (38.67% from 255 or 22.53% from 435); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5362 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5362 is #01AC9D. Grayscale: #878787. Windows color (decimal): -109726 or 6444030. OLE color: 6444030.
HSL color Cylindrical-coordinate representation of color #FE5362: hue angle of 354.74º 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 #FE5362 is Cyan = 0, Magento = 0.67, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 83 | 98 | - |
| CMYK | 0 | 0.67 | 0.61 | 0.00 |
| HSL | 354.74º | 0.99% | 0.66% | - |
| HSV(B) | 354.74º | 0.67% | 1% | - |
| XYZ | 46.17 | 28.14 | 14.55 | - |
| YUV | 135.84 | 106.65 | 212.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 83 | 98 | 0 | 0.67 | 0.61 | 0.00 | 354.74 | 0.99 | 0.66 |
| Hex | FE | 53 | 62 | 0 | 43 | 3D | 0 | 163 | 63 | 42 |
| Octal | 376 | 123 | 142 | 0 | 103 | 75 | 0 | 543 | 143 | 102 |
| Binary | 11111110 | 1010011 | 1100010 | 0 | 1000011 | 111101 | 0 | 101100011 | 1100011 | 1000010 |
Color Harmonies of #FE5362
Complementary color
Monochromatic Colors of #FE5362
Black with #FE5362
Text Example
Text Example
White with #FE5362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5362; }
p { color: rgb(254,83,98); }
H1.HeaderClassName
{
color: #FE5362;
}
.AnyTagClassName
{
color: #FE5362;
}
</style>
background-color css
<style>
a { background-color: #FE5362; }
a { background-color: rgb(254,83,98); }
div.DivClassName
{
background-color: #FE5362;
}
.BgClassName
{
background-color: #FE5362;
}
</style>
border-color css
<style>
span { border-color: #FE5362; }
span { border-color: rgb(254,83,98); }
td.TdClassName
{
border-color: #FE5362;
}
.TagClassName
{
border-color: #FE5362;
}
</style>