Shades of Wild Watermelon #FE5367
Tints of Wild Watermelon #FE5367
RGB
CMYK
RGB Variations
Color information
#FE5367 (or 0xFE5367) is known color: Wild Watermelon. HEX triplet: FE, 53 and 67. RGB value is (254,83,103). Sum of RGB (Red+Green+Blue) = 254+83+103=440 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.73% from 440); Green value is 83 (32.81% from 255 or 18.86% from 440); Blue value is 103 (40.62% from 255 or 23.41% from 440); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5367 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5367 is #01AC98. Grayscale: #888888. Windows color (decimal): -109721 or 6771710. OLE color: 6771710.
HSL color Cylindrical-coordinate representation of color #FE5367: hue angle of 352.98º 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 #FE5367 is Cyan = 0, Magento = 0.67, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 83 | 103 | - |
| CMYK | 0 | 0.67 | 0.59 | 0.00 |
| HSL | 352.98º | 0.99% | 0.66% | - |
| HSV(B) | 352.98º | 0.67% | 1% | - |
| XYZ | 46.41 | 28.24 | 15.84 | - |
| YUV | 136.41 | 109.15 | 211.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 83 | 103 | 0 | 0.67 | 0.59 | 0.00 | 352.98 | 0.99 | 0.66 |
| Hex | FE | 53 | 67 | 0 | 43 | 3B | 0 | 161 | 63 | 42 |
| Octal | 376 | 123 | 147 | 0 | 103 | 73 | 0 | 541 | 143 | 102 |
| Binary | 11111110 | 1010011 | 1100111 | 0 | 1000011 | 111011 | 0 | 101100001 | 1100011 | 1000010 |
Color Harmonies of #FE5367
Complementary color
Monochromatic Colors of #FE5367
Black with #FE5367
Text Example
Text Example
White with #FE5367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5367; }
p { color: rgb(254,83,103); }
H1.HeaderClassName
{
color: #FE5367;
}
.AnyTagClassName
{
color: #FE5367;
}
</style>
background-color css
<style>
a { background-color: #FE5367; }
a { background-color: rgb(254,83,103); }
div.DivClassName
{
background-color: #FE5367;
}
.BgClassName
{
background-color: #FE5367;
}
</style>
border-color css
<style>
span { border-color: #FE5367; }
span { border-color: rgb(254,83,103); }
td.TdClassName
{
border-color: #FE5367;
}
.TagClassName
{
border-color: #FE5367;
}
</style>