Shades of Wild Watermelon #FE6172
Tints of Wild Watermelon #FE6172
RGB
CMYK
RGB Variations
Color information
#FE6172 (or 0xFE6172) is known color: Wild Watermelon. HEX triplet: FE, 61 and 72. RGB value is (254,97,114). Sum of RGB (Red+Green+Blue) = 254+97+114=465 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.62% from 465); Green value is 97 (38.28% from 255 or 20.86% from 465); Blue value is 114 (44.92% from 255 or 24.52% from 465); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6172 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6172 is #019E8D. Grayscale: #919191. Windows color (decimal): -106126 or 7496190. OLE color: 7496190.
HSL color Cylindrical-coordinate representation of color #FE6172: hue angle of 353.5º 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 #FE6172 is Cyan = 0, Magento = 0.62, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 97 | 114 | - |
| CMYK | 0 | 0.62 | 0.55 | 0.00 |
| HSL | 353.5º | 0.99% | 0.69% | - |
| HSV(B) | 353.5º | 0.62% | 1% | - |
| XYZ | 48.19 | 30.84 | 19.33 | - |
| YUV | 145.88 | 110.01 | 205.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 97 | 114 | 0 | 0.62 | 0.55 | 0.00 | 353.5 | 0.99 | 0.69 |
| Hex | FE | 61 | 72 | 0 | 3E | 37 | 0 | 162 | 63 | 45 |
| Octal | 376 | 141 | 162 | 0 | 76 | 67 | 0 | 542 | 143 | 105 |
| Binary | 11111110 | 1100001 | 1110010 | 0 | 111110 | 110111 | 0 | 101100010 | 1100011 | 1000101 |
Color Harmonies of #FE6172
Complementary color
Monochromatic Colors of #FE6172
Black with #FE6172
Text Example
Text Example
White with #FE6172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6172; }
p { color: rgb(254,97,114); }
H1.HeaderClassName
{
color: #FE6172;
}
.AnyTagClassName
{
color: #FE6172;
}
</style>
background-color css
<style>
a { background-color: #FE6172; }
a { background-color: rgb(254,97,114); }
div.DivClassName
{
background-color: #FE6172;
}
.BgClassName
{
background-color: #FE6172;
}
</style>
border-color css
<style>
span { border-color: #FE6172; }
span { border-color: rgb(254,97,114); }
td.TdClassName
{
border-color: #FE6172;
}
.TagClassName
{
border-color: #FE6172;
}
</style>