Shades of Wild Watermelon #FE617A
Tints of Wild Watermelon #FE617A
RGB
CMYK
RGB Variations
Color information
#FE617A (or 0xFE617A) is known color: Wild Watermelon. HEX triplet: FE, 61 and 7A. RGB value is (254,97,122). Sum of RGB (Red+Green+Blue) = 254+97+122=473 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.70% from 473); Green value is 97 (38.28% from 255 or 20.51% from 473); Blue value is 122 (48.05% from 255 or 25.79% from 473); Max value from RGB is 254 - color contains mainly: red. Hex color #FE617A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE617A is #019E85. Grayscale: #929292. Windows color (decimal): -106118 or 8020478. OLE color: 8020478.
HSL color Cylindrical-coordinate representation of color #FE617A: hue angle of 350.45º 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 #FE617A is Cyan = 0, Magento = 0.62, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 97 | 122 | - |
| CMYK | 0 | 0.62 | 0.52 | 0.00 |
| HSL | 350.45º | 0.99% | 0.69% | - |
| HSV(B) | 350.45º | 0.62% | 1% | - |
| XYZ | 48.66 | 31.03 | 21.84 | - |
| YUV | 146.79 | 114.01 | 204.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 97 | 122 | 0 | 0.62 | 0.52 | 0.00 | 350.45 | 0.99 | 0.69 |
| Hex | FE | 61 | 7A | 0 | 3E | 34 | 0 | 15E | 63 | 45 |
| Octal | 376 | 141 | 172 | 0 | 76 | 64 | 0 | 536 | 143 | 105 |
| Binary | 11111110 | 1100001 | 1111010 | 0 | 111110 | 110100 | 0 | 101011110 | 1100011 | 1000101 |
Color Harmonies of #FE617A
Complementary color
Monochromatic Colors of #FE617A
Black with #FE617A
Text Example
Text Example
White with #FE617A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE617A; }
p { color: rgb(254,97,122); }
H1.HeaderClassName
{
color: #FE617A;
}
.AnyTagClassName
{
color: #FE617A;
}
</style>
background-color css
<style>
a { background-color: #FE617A; }
a { background-color: rgb(254,97,122); }
div.DivClassName
{
background-color: #FE617A;
}
.BgClassName
{
background-color: #FE617A;
}
</style>
border-color css
<style>
span { border-color: #FE617A; }
span { border-color: rgb(254,97,122); }
td.TdClassName
{
border-color: #FE617A;
}
.TagClassName
{
border-color: #FE617A;
}
</style>