Shades of Wild Watermelon #FE616F
Tints of Wild Watermelon #FE616F
RGB
CMYK
RGB Variations
Color information
#FE616F (or 0xFE616F) is known color: Wild Watermelon. HEX triplet: FE, 61 and 6F. RGB value is (254,97,111). Sum of RGB (Red+Green+Blue) = 254+97+111=462 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.98% from 462); Green value is 97 (38.28% from 255 or 21.00% from 462); Blue value is 111 (43.75% from 255 or 24.03% from 462); Max value from RGB is 254 - color contains mainly: red. Hex color #FE616F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE616F is #019E90. Grayscale: #919191. Windows color (decimal): -106129 or 7299582. OLE color: 7299582.
HSL color Cylindrical-coordinate representation of color #FE616F: hue angle of 354.65º 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 #FE616F is Cyan = 0, Magento = 0.62, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 97 | 111 | - |
| CMYK | 0 | 0.62 | 0.56 | 0.00 |
| HSL | 354.65º | 0.99% | 0.69% | - |
| HSV(B) | 354.65º | 0.62% | 1% | - |
| XYZ | 48.02 | 30.77 | 18.45 | - |
| YUV | 145.54 | 108.51 | 205.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 97 | 111 | 0 | 0.62 | 0.56 | 0.00 | 354.65 | 0.99 | 0.69 |
| Hex | FE | 61 | 6F | 0 | 3E | 38 | 0 | 163 | 63 | 45 |
| Octal | 376 | 141 | 157 | 0 | 76 | 70 | 0 | 543 | 143 | 105 |
| Binary | 11111110 | 1100001 | 1101111 | 0 | 111110 | 111000 | 0 | 101100011 | 1100011 | 1000101 |
Color Harmonies of #FE616F
Complementary color
Monochromatic Colors of #FE616F
Black with #FE616F
Text Example
Text Example
White with #FE616F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE616F; }
p { color: rgb(254,97,111); }
H1.HeaderClassName
{
color: #FE616F;
}
.AnyTagClassName
{
color: #FE616F;
}
</style>
background-color css
<style>
a { background-color: #FE616F; }
a { background-color: rgb(254,97,111); }
div.DivClassName
{
background-color: #FE616F;
}
.BgClassName
{
background-color: #FE616F;
}
</style>
border-color css
<style>
span { border-color: #FE616F; }
span { border-color: rgb(254,97,111); }
td.TdClassName
{
border-color: #FE616F;
}
.TagClassName
{
border-color: #FE616F;
}
</style>