Shades of Wild Watermelon #FE6275
Tints of Wild Watermelon #FE6275
RGB
CMYK
RGB Variations
Color information
#FE6275 (or 0xFE6275) is known color: Wild Watermelon. HEX triplet: FE, 62 and 75. RGB value is (254,98,117). Sum of RGB (Red+Green+Blue) = 254+98+117=469 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.16% from 469); Green value is 98 (38.67% from 255 or 20.90% from 469); Blue value is 117 (46.09% from 255 or 24.95% from 469); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6275 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6275 is #019D8A. Grayscale: #929292. Windows color (decimal): -105867 or 7693054. OLE color: 7693054.
HSL color Cylindrical-coordinate representation of color #FE6275: hue angle of 352.69º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FE6275 is Cyan = 0, Magento = 0.61, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 98 | 117 | - |
| CMYK | 0 | 0.61 | 0.54 | 0.00 |
| HSL | 352.69º | 0.99% | 0.69% | - |
| HSV(B) | 352.69º | 0.61% | 1% | - |
| XYZ | 48.45 | 31.09 | 20.28 | - |
| YUV | 146.81 | 111.18 | 204.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 98 | 117 | 0 | 0.61 | 0.54 | 0.00 | 352.69 | 0.99 | 0.69 |
| Hex | FE | 62 | 75 | 0 | 3D | 36 | 0 | 161 | 63 | 45 |
| Octal | 376 | 142 | 165 | 0 | 75 | 66 | 0 | 541 | 143 | 105 |
| Binary | 11111110 | 1100010 | 1110101 | 0 | 111101 | 110110 | 0 | 101100001 | 1100011 | 1000101 |
Color Harmonies of #FE6275
Complementary color
Monochromatic Colors of #FE6275
Black with #FE6275
Text Example
Text Example
White with #FE6275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6275; }
p { color: rgb(254,98,117); }
H1.HeaderClassName
{
color: #FE6275;
}
.AnyTagClassName
{
color: #FE6275;
}
</style>
background-color css
<style>
a { background-color: #FE6275; }
a { background-color: rgb(254,98,117); }
div.DivClassName
{
background-color: #FE6275;
}
.BgClassName
{
background-color: #FE6275;
}
</style>
border-color css
<style>
span { border-color: #FE6275; }
span { border-color: rgb(254,98,117); }
td.TdClassName
{
border-color: #FE6275;
}
.TagClassName
{
border-color: #FE6275;
}
</style>