Shades of Wild Watermelon #FE6774
Tints of Wild Watermelon #FE6774
RGB
CMYK
RGB Variations
Color information
#FE6774 (or 0xFE6774) is known color: Wild Watermelon. HEX triplet: FE, 67 and 74. RGB value is (254,103,116). Sum of RGB (Red+Green+Blue) = 254+103+116=473 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.70% from 473); Green value is 103 (40.62% from 255 or 21.78% from 473); Blue value is 116 (45.70% from 255 or 24.52% from 473); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6774 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6774 is #01988B. Grayscale: #959595. Windows color (decimal): -104588 or 7628798. OLE color: 7628798.
HSL color Cylindrical-coordinate representation of color #FE6774: hue angle of 354.83º 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 #FE6774 is Cyan = 0, Magento = 0.59, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 103 | 116 | - |
| CMYK | 0 | 0.59 | 0.54 | 0.00 |
| HSL | 354.83º | 0.99% | 0.7% | - |
| HSV(B) | 354.83º | 0.59% | 1% | - |
| XYZ | 48.88 | 32.03 | 20.13 | - |
| YUV | 149.63 | 109.03 | 202.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 103 | 116 | 0 | 0.59 | 0.54 | 0.00 | 354.83 | 0.99 | 0.7 |
| Hex | FE | 67 | 74 | 0 | 3B | 36 | 0 | 163 | 63 | 46 |
| Octal | 376 | 147 | 164 | 0 | 73 | 66 | 0 | 543 | 143 | 106 |
| Binary | 11111110 | 1100111 | 1110100 | 0 | 111011 | 110110 | 0 | 101100011 | 1100011 | 1000110 |
Color Harmonies of #FE6774
Complementary color
Monochromatic Colors of #FE6774
Black with #FE6774
Text Example
Text Example
White with #FE6774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6774; }
p { color: rgb(254,103,116); }
H1.HeaderClassName
{
color: #FE6774;
}
.AnyTagClassName
{
color: #FE6774;
}
</style>
background-color css
<style>
a { background-color: #FE6774; }
a { background-color: rgb(254,103,116); }
div.DivClassName
{
background-color: #FE6774;
}
.BgClassName
{
background-color: #FE6774;
}
</style>
border-color css
<style>
span { border-color: #FE6774; }
span { border-color: rgb(254,103,116); }
td.TdClassName
{
border-color: #FE6774;
}
.TagClassName
{
border-color: #FE6774;
}
</style>