Shades of Wild Watermelon #FE5569
Tints of Wild Watermelon #FE5569
RGB
CMYK
RGB Variations
Color information
#FE5569 (or 0xFE5569) is known color: Wild Watermelon. HEX triplet: FE, 55 and 69. RGB value is (254,85,105). Sum of RGB (Red+Green+Blue) = 254+85+105=444 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.21% from 444); Green value is 85 (33.59% from 255 or 19.14% from 444); Blue value is 105 (41.41% from 255 or 23.65% from 444); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5569 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5569 is #01AA96. Grayscale: #898989. Windows color (decimal): -109207 or 6903294. OLE color: 6903294.
HSL color Cylindrical-coordinate representation of color #FE5569: hue angle of 352.9º 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 #FE5569 is Cyan = 0, Magento = 0.67, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 85 | 105 | - |
| CMYK | 0 | 0.67 | 0.59 | 0.00 |
| HSL | 352.9º | 0.99% | 0.66% | - |
| HSV(B) | 352.9º | 0.67% | 1% | - |
| XYZ | 46.67 | 28.59 | 16.42 | - |
| YUV | 137.81 | 109.49 | 210.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 85 | 105 | 0 | 0.67 | 0.59 | 0.00 | 352.9 | 0.99 | 0.66 |
| Hex | FE | 55 | 69 | 0 | 43 | 3B | 0 | 161 | 63 | 42 |
| Octal | 376 | 125 | 151 | 0 | 103 | 73 | 0 | 541 | 143 | 102 |
| Binary | 11111110 | 1010101 | 1101001 | 0 | 1000011 | 111011 | 0 | 101100001 | 1100011 | 1000010 |
Color Harmonies of #FE5569
Complementary color
Monochromatic Colors of #FE5569
Black with #FE5569
Text Example
Text Example
White with #FE5569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5569; }
p { color: rgb(254,85,105); }
H1.HeaderClassName
{
color: #FE5569;
}
.AnyTagClassName
{
color: #FE5569;
}
</style>
background-color css
<style>
a { background-color: #FE5569; }
a { background-color: rgb(254,85,105); }
div.DivClassName
{
background-color: #FE5569;
}
.BgClassName
{
background-color: #FE5569;
}
</style>
border-color css
<style>
span { border-color: #FE5569; }
span { border-color: rgb(254,85,105); }
td.TdClassName
{
border-color: #FE5569;
}
.TagClassName
{
border-color: #FE5569;
}
</style>