Shades of Wild Watermelon #FE6168
Tints of Wild Watermelon #FE6168
RGB
CMYK
RGB Variations
Color information
#FE6168 (or 0xFE6168) is known color: Wild Watermelon. HEX triplet: FE, 61 and 68. RGB value is (254,97,104). Sum of RGB (Red+Green+Blue) = 254+97+104=455 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.82% from 455); Green value is 97 (38.28% from 255 or 21.32% from 455); Blue value is 104 (41.02% from 255 or 22.86% from 455); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6168 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6168 is #019E97. Grayscale: #909090. Windows color (decimal): -106136 or 6840830. OLE color: 6840830.
HSL color Cylindrical-coordinate representation of color #FE6168: hue angle of 357.32º 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 #FE6168 is Cyan = 0, Magento = 0.62, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 97 | 104 | - |
| CMYK | 0 | 0.62 | 0.59 | 0.00 |
| HSL | 357.32º | 0.99% | 0.69% | - |
| HSV(B) | 357.32º | 0.62% | 1% | - |
| XYZ | 47.65 | 30.62 | 16.5 | - |
| YUV | 144.74 | 105.01 | 205.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 97 | 104 | 0 | 0.62 | 0.59 | 0.00 | 357.32 | 0.99 | 0.69 |
| Hex | FE | 61 | 68 | 0 | 3E | 3B | 0 | 165 | 63 | 45 |
| Octal | 376 | 141 | 150 | 0 | 76 | 73 | 0 | 545 | 143 | 105 |
| Binary | 11111110 | 1100001 | 1101000 | 0 | 111110 | 111011 | 0 | 101100101 | 1100011 | 1000101 |
Color Harmonies of #FE6168
Complementary color
Monochromatic Colors of #FE6168
Black with #FE6168
Text Example
Text Example
White with #FE6168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6168; }
p { color: rgb(254,97,104); }
H1.HeaderClassName
{
color: #FE6168;
}
.AnyTagClassName
{
color: #FE6168;
}
</style>
background-color css
<style>
a { background-color: #FE6168; }
a { background-color: rgb(254,97,104); }
div.DivClassName
{
background-color: #FE6168;
}
.BgClassName
{
background-color: #FE6168;
}
</style>
border-color css
<style>
span { border-color: #FE6168; }
span { border-color: rgb(254,97,104); }
td.TdClassName
{
border-color: #FE6168;
}
.TagClassName
{
border-color: #FE6168;
}
</style>