Shades of Wild Watermelon #FE5669
Tints of Wild Watermelon #FE5669
RGB
CMYK
RGB Variations
Color information
#FE5669 (or 0xFE5669) is known color: Wild Watermelon. HEX triplet: FE, 56 and 69. RGB value is (254,86,105). Sum of RGB (Red+Green+Blue) = 254+86+105=445 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.08% from 445); Green value is 86 (33.98% from 255 or 19.33% from 445); Blue value is 105 (41.41% from 255 or 23.60% from 445); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5669 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5669 is #01A996. Grayscale: #8A8A8A. Windows color (decimal): -108951 or 6903550. OLE color: 6903550.
HSL color Cylindrical-coordinate representation of color #FE5669: hue angle of 353.21º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FE5669 is Cyan = 0, Magento = 0.66, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 86 | 105 | - |
| CMYK | 0 | 0.66 | 0.59 | 0.00 |
| HSL | 353.21º | 0.99% | 0.67% | - |
| HSV(B) | 353.21º | 0.66% | 1% | - |
| XYZ | 46.75 | 28.75 | 16.45 | - |
| YUV | 138.4 | 109.16 | 210.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 86 | 105 | 0 | 0.66 | 0.59 | 0.00 | 353.21 | 0.99 | 0.67 |
| Hex | FE | 56 | 69 | 0 | 42 | 3B | 0 | 161 | 63 | 43 |
| Octal | 376 | 126 | 151 | 0 | 102 | 73 | 0 | 541 | 143 | 103 |
| Binary | 11111110 | 1010110 | 1101001 | 0 | 1000010 | 111011 | 0 | 101100001 | 1100011 | 1000011 |
Color Harmonies of #FE5669
Complementary color
Monochromatic Colors of #FE5669
Black with #FE5669
Text Example
Text Example
White with #FE5669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5669; }
p { color: rgb(254,86,105); }
H1.HeaderClassName
{
color: #FE5669;
}
.AnyTagClassName
{
color: #FE5669;
}
</style>
background-color css
<style>
a { background-color: #FE5669; }
a { background-color: rgb(254,86,105); }
div.DivClassName
{
background-color: #FE5669;
}
.BgClassName
{
background-color: #FE5669;
}
</style>
border-color css
<style>
span { border-color: #FE5669; }
span { border-color: rgb(254,86,105); }
td.TdClassName
{
border-color: #FE5669;
}
.TagClassName
{
border-color: #FE5669;
}
</style>