Shades of Wild Watermelon #FE696A
Tints of Wild Watermelon #FE696A
RGB
CMYK
RGB Variations
Color information
#FE696A (or 0xFE696A) is known color: Wild Watermelon. HEX triplet: FE, 69 and 6A. RGB value is (254,105,106). Sum of RGB (Red+Green+Blue) = 254+105+106=465 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.62% from 465); Green value is 105 (41.41% from 255 or 22.58% from 465); Blue value is 106 (41.80% from 255 or 22.80% from 465); Max value from RGB is 254 - color contains mainly: red. Hex color #FE696A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE696A is #019695. Grayscale: #959595. Windows color (decimal): -104086 or 6973950. OLE color: 6973950.
HSL color Cylindrical-coordinate representation of color #FE696A: hue angle of 359.6º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FE696A is Cyan = 0, Magento = 0.59, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 105 | 106 | - |
| CMYK | 0 | 0.59 | 0.58 | 0.00 |
| HSL | 359.6º | 0.99% | 0.7% | - |
| HSV(B) | 359.6º | 0.59% | 1% | - |
| XYZ | 48.53 | 32.21 | 17.3 | - |
| YUV | 149.67 | 103.36 | 202.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 105 | 106 | 0 | 0.59 | 0.58 | 0.00 | 359.6 | 0.99 | 0.7 |
| Hex | FE | 69 | 6A | 0 | 3B | 3A | 0 | 168 | 63 | 46 |
| Octal | 376 | 151 | 152 | 0 | 73 | 72 | 0 | 550 | 143 | 106 |
| Binary | 11111110 | 1101001 | 1101010 | 0 | 111011 | 111010 | 0 | 101101000 | 1100011 | 1000110 |
Color Harmonies of #FE696A
Complementary color
Monochromatic Colors of #FE696A
Black with #FE696A
Text Example
Text Example
White with #FE696A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE696A; }
p { color: rgb(254,105,106); }
H1.HeaderClassName
{
color: #FE696A;
}
.AnyTagClassName
{
color: #FE696A;
}
</style>
background-color css
<style>
a { background-color: #FE696A; }
a { background-color: rgb(254,105,106); }
div.DivClassName
{
background-color: #FE696A;
}
.BgClassName
{
background-color: #FE696A;
}
</style>
border-color css
<style>
span { border-color: #FE696A; }
span { border-color: rgb(254,105,106); }
td.TdClassName
{
border-color: #FE696A;
}
.TagClassName
{
border-color: #FE696A;
}
</style>