Shades of Wild Watermelon #FE5067
Tints of Wild Watermelon #FE5067
RGB
CMYK
RGB Variations
Color information
#FE5067 (or 0xFE5067) is known color: Wild Watermelon. HEX triplet: FE, 50 and 67. RGB value is (254,80,103). Sum of RGB (Red+Green+Blue) = 254+80+103=437 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.12% from 437); Green value is 80 (31.64% from 255 or 18.31% from 437); Blue value is 103 (40.62% from 255 or 23.57% from 437); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5067 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5067 is #01AF98. Grayscale: #868686. Windows color (decimal): -110489 or 6770942. OLE color: 6770942.
HSL color Cylindrical-coordinate representation of color #FE5067: hue angle of 352.07º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FE5067 is Cyan = 0, Magento = 0.69, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 80 | 103 | - |
| CMYK | 0 | 0.69 | 0.59 | 0.00 |
| HSL | 352.07º | 0.99% | 0.65% | - |
| HSV(B) | 352.07º | 0.69% | 1% | - |
| XYZ | 46.19 | 27.79 | 15.76 | - |
| YUV | 134.65 | 110.15 | 213.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 80 | 103 | 0 | 0.69 | 0.59 | 0.00 | 352.07 | 0.99 | 0.65 |
| Hex | FE | 50 | 67 | 0 | 45 | 3B | 0 | 160 | 63 | 41 |
| Octal | 376 | 120 | 147 | 0 | 105 | 73 | 0 | 540 | 143 | 101 |
| Binary | 11111110 | 1010000 | 1100111 | 0 | 1000101 | 111011 | 0 | 101100000 | 1100011 | 1000001 |
Color Harmonies of #FE5067
Complementary color
Monochromatic Colors of #FE5067
Black with #FE5067
Text Example
Text Example
White with #FE5067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5067; }
p { color: rgb(254,80,103); }
H1.HeaderClassName
{
color: #FE5067;
}
.AnyTagClassName
{
color: #FE5067;
}
</style>
background-color css
<style>
a { background-color: #FE5067; }
a { background-color: rgb(254,80,103); }
div.DivClassName
{
background-color: #FE5067;
}
.BgClassName
{
background-color: #FE5067;
}
</style>
border-color css
<style>
span { border-color: #FE5067; }
span { border-color: rgb(254,80,103); }
td.TdClassName
{
border-color: #FE5067;
}
.TagClassName
{
border-color: #FE5067;
}
</style>