Shades of Wild Watermelon #FE616A
Tints of Wild Watermelon #FE616A
RGB
CMYK
RGB Variations
Color information
#FE616A (or 0xFE616A) is known color: Wild Watermelon. HEX triplet: FE, 61 and 6A. RGB value is (254,97,106). Sum of RGB (Red+Green+Blue) = 254+97+106=457 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.58% from 457); Green value is 97 (38.28% from 255 or 21.23% from 457); Blue value is 106 (41.80% from 255 or 23.19% from 457); Max value from RGB is 254 - color contains mainly: red. Hex color #FE616A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE616A is #019E95. Grayscale: #919191. Windows color (decimal): -106134 or 6971902. OLE color: 6971902.
HSL color Cylindrical-coordinate representation of color #FE616A: hue angle of 356.56º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FE616A is Cyan = 0, Magento = 0.62, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 97 | 106 | - |
| CMYK | 0 | 0.62 | 0.58 | 0.00 |
| HSL | 356.56º | 0.99% | 0.69% | - |
| HSV(B) | 356.56º | 0.62% | 1% | - |
| XYZ | 47.75 | 30.66 | 17.04 | - |
| YUV | 144.97 | 106.01 | 205.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 97 | 106 | 0 | 0.62 | 0.58 | 0.00 | 356.56 | 0.99 | 0.69 |
| Hex | FE | 61 | 6A | 0 | 3E | 3A | 0 | 165 | 63 | 45 |
| Octal | 376 | 141 | 152 | 0 | 76 | 72 | 0 | 545 | 143 | 105 |
| Binary | 11111110 | 1100001 | 1101010 | 0 | 111110 | 111010 | 0 | 101100101 | 1100011 | 1000101 |
Color Harmonies of #FE616A
Complementary color
Monochromatic Colors of #FE616A
Black with #FE616A
Text Example
Text Example
White with #FE616A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE616A; }
p { color: rgb(254,97,106); }
H1.HeaderClassName
{
color: #FE616A;
}
.AnyTagClassName
{
color: #FE616A;
}
</style>
background-color css
<style>
a { background-color: #FE616A; }
a { background-color: rgb(254,97,106); }
div.DivClassName
{
background-color: #FE616A;
}
.BgClassName
{
background-color: #FE616A;
}
</style>
border-color css
<style>
span { border-color: #FE616A; }
span { border-color: rgb(254,97,106); }
td.TdClassName
{
border-color: #FE616A;
}
.TagClassName
{
border-color: #FE616A;
}
</style>