Shades of Wild Watermelon #FE6276
Tints of Wild Watermelon #FE6276
RGB
CMYK
RGB Variations
Color information
#FE6276 (or 0xFE6276) is known color: Wild Watermelon. HEX triplet: FE, 62 and 76. RGB value is (254,98,118). Sum of RGB (Red+Green+Blue) = 254+98+118=470 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.04% from 470); Green value is 98 (38.67% from 255 or 20.85% from 470); Blue value is 118 (46.48% from 255 or 25.11% from 470); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6276 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6276 is #019D89. Grayscale: #939393. Windows color (decimal): -105866 or 7758590. OLE color: 7758590.
HSL color Cylindrical-coordinate representation of color #FE6276: hue angle of 352.31º 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 #FE6276 is Cyan = 0, Magento = 0.61, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 98 | 118 | - |
| CMYK | 0 | 0.61 | 0.54 | 0.00 |
| HSL | 352.31º | 0.99% | 0.69% | - |
| HSV(B) | 352.31º | 0.61% | 1% | - |
| XYZ | 48.51 | 31.11 | 20.59 | - |
| YUV | 146.92 | 111.68 | 204.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 98 | 118 | 0 | 0.61 | 0.54 | 0.00 | 352.31 | 0.99 | 0.69 |
| Hex | FE | 62 | 76 | 0 | 3D | 36 | 0 | 160 | 63 | 45 |
| Octal | 376 | 142 | 166 | 0 | 75 | 66 | 0 | 540 | 143 | 105 |
| Binary | 11111110 | 1100010 | 1110110 | 0 | 111101 | 110110 | 0 | 101100000 | 1100011 | 1000101 |
Color Harmonies of #FE6276
Complementary color
Monochromatic Colors of #FE6276
Black with #FE6276
Text Example
Text Example
White with #FE6276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6276; }
p { color: rgb(254,98,118); }
H1.HeaderClassName
{
color: #FE6276;
}
.AnyTagClassName
{
color: #FE6276;
}
</style>
background-color css
<style>
a { background-color: #FE6276; }
a { background-color: rgb(254,98,118); }
div.DivClassName
{
background-color: #FE6276;
}
.BgClassName
{
background-color: #FE6276;
}
</style>
border-color css
<style>
span { border-color: #FE6276; }
span { border-color: rgb(254,98,118); }
td.TdClassName
{
border-color: #FE6276;
}
.TagClassName
{
border-color: #FE6276;
}
</style>