Shades of Wild Watermelon #FE5065
Tints of Wild Watermelon #FE5065
RGB
CMYK
RGB Variations
Color information
#FE5065 (or 0xFE5065) is known color: Wild Watermelon. HEX triplet: FE, 50 and 65. RGB value is (254,80,101). Sum of RGB (Red+Green+Blue) = 254+80+101=435 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.39% from 435); Green value is 80 (31.64% from 255 or 18.39% from 435); Blue value is 101 (39.84% from 255 or 23.22% from 435); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5065 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5065 is #01AF9A. Grayscale: #868686. Windows color (decimal): -110491 or 6639870. OLE color: 6639870.
HSL color Cylindrical-coordinate representation of color #FE5065: hue angle of 352.76º 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 #FE5065 is Cyan = 0, Magento = 0.69, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 80 | 101 | - |
| CMYK | 0 | 0.69 | 0.60 | 0.00 |
| HSL | 352.76º | 0.99% | 0.65% | - |
| HSV(B) | 352.76º | 0.69% | 1% | - |
| XYZ | 46.09 | 27.75 | 15.24 | - |
| YUV | 134.42 | 109.15 | 213.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 80 | 101 | 0 | 0.69 | 0.60 | 0.00 | 352.76 | 0.99 | 0.65 |
| Hex | FE | 50 | 65 | 0 | 45 | 3C | 0 | 161 | 63 | 41 |
| Octal | 376 | 120 | 145 | 0 | 105 | 74 | 0 | 541 | 143 | 101 |
| Binary | 11111110 | 1010000 | 1100101 | 0 | 1000101 | 111100 | 0 | 101100001 | 1100011 | 1000001 |
Color Harmonies of #FE5065
Complementary color
Monochromatic Colors of #FE5065
Black with #FE5065
Text Example
Text Example
White with #FE5065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5065; }
p { color: rgb(254,80,101); }
H1.HeaderClassName
{
color: #FE5065;
}
.AnyTagClassName
{
color: #FE5065;
}
</style>
background-color css
<style>
a { background-color: #FE5065; }
a { background-color: rgb(254,80,101); }
div.DivClassName
{
background-color: #FE5065;
}
.BgClassName
{
background-color: #FE5065;
}
</style>
border-color css
<style>
span { border-color: #FE5065; }
span { border-color: rgb(254,80,101); }
td.TdClassName
{
border-color: #FE5065;
}
.TagClassName
{
border-color: #FE5065;
}
</style>