Shades of Wild Watermelon #FE6669
Tints of Wild Watermelon #FE6669
RGB
CMYK
RGB Variations
Color information
#FE6669 (or 0xFE6669) is known color: Wild Watermelon. HEX triplet: FE, 66 and 69. RGB value is (254,102,105). Sum of RGB (Red+Green+Blue) = 254+102+105=461 (61% of max value = 765). Red value is 254 (99.61% from 255 or 55.10% from 461); Green value is 102 (40.23% from 255 or 22.13% from 461); Blue value is 105 (41.41% from 255 or 22.78% from 461); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6669 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6669 is #019996. Grayscale: #939393. Windows color (decimal): -104855 or 6907646. OLE color: 6907646.
HSL color Cylindrical-coordinate representation of color #FE6669: hue angle of 358.82º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FE6669 is Cyan = 0, Magento = 0.60, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 102 | 105 | - |
| CMYK | 0 | 0.60 | 0.59 | 0.00 |
| HSL | 358.82º | 0.99% | 0.7% | - |
| HSV(B) | 358.82º | 0.6% | 1% | - |
| XYZ | 48.17 | 31.59 | 16.92 | - |
| YUV | 147.79 | 103.86 | 203.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 102 | 105 | 0 | 0.60 | 0.59 | 0.00 | 358.82 | 0.99 | 0.7 |
| Hex | FE | 66 | 69 | 0 | 3C | 3B | 0 | 167 | 63 | 46 |
| Octal | 376 | 146 | 151 | 0 | 74 | 73 | 0 | 547 | 143 | 106 |
| Binary | 11111110 | 1100110 | 1101001 | 0 | 111100 | 111011 | 0 | 101100111 | 1100011 | 1000110 |
Color Harmonies of #FE6669
Complementary color
Monochromatic Colors of #FE6669
Black with #FE6669
Text Example
Text Example
White with #FE6669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6669; }
p { color: rgb(254,102,105); }
H1.HeaderClassName
{
color: #FE6669;
}
.AnyTagClassName
{
color: #FE6669;
}
</style>
background-color css
<style>
a { background-color: #FE6669; }
a { background-color: rgb(254,102,105); }
div.DivClassName
{
background-color: #FE6669;
}
.BgClassName
{
background-color: #FE6669;
}
</style>
border-color css
<style>
span { border-color: #FE6669; }
span { border-color: rgb(254,102,105); }
td.TdClassName
{
border-color: #FE6669;
}
.TagClassName
{
border-color: #FE6669;
}
</style>