Shades of Wild Watermelon #FE6C72
Tints of Wild Watermelon #FE6C72
RGB
CMYK
RGB Variations
Color information
#FE6C72 (or 0xFE6C72) is known color: Wild Watermelon. HEX triplet: FE, 6C and 72. RGB value is (254,108,114). Sum of RGB (Red+Green+Blue) = 254+108+114=476 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.36% from 476); Green value is 108 (42.58% from 255 or 22.69% from 476); Blue value is 114 (44.92% from 255 or 23.95% from 476); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6C72 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6C72 is #01938D. Grayscale: #989898. Windows color (decimal): -103310 or 7499006. OLE color: 7499006.
HSL color Cylindrical-coordinate representation of color #FE6C72: hue angle of 357.53º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FE6C72 is Cyan = 0, Magento = 0.57, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 108 | 114 | - |
| CMYK | 0 | 0.57 | 0.55 | 0.00 |
| HSL | 357.53º | 0.99% | 0.71% | - |
| HSV(B) | 357.53º | 0.57% | 1% | - |
| XYZ | 49.27 | 33.01 | 19.69 | - |
| YUV | 152.34 | 106.37 | 200.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 108 | 114 | 0 | 0.57 | 0.55 | 0.00 | 357.53 | 0.99 | 0.71 |
| Hex | FE | 6C | 72 | 0 | 39 | 37 | 0 | 166 | 63 | 47 |
| Octal | 376 | 154 | 162 | 0 | 71 | 67 | 0 | 546 | 143 | 107 |
| Binary | 11111110 | 1101100 | 1110010 | 0 | 111001 | 110111 | 0 | 101100110 | 1100011 | 1000111 |
Color Harmonies of #FE6C72
Complementary color
Monochromatic Colors of #FE6C72
Black with #FE6C72
Text Example
Text Example
White with #FE6C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6C72; }
p { color: rgb(254,108,114); }
H1.HeaderClassName
{
color: #FE6C72;
}
.AnyTagClassName
{
color: #FE6C72;
}
</style>
background-color css
<style>
a { background-color: #FE6C72; }
a { background-color: rgb(254,108,114); }
div.DivClassName
{
background-color: #FE6C72;
}
.BgClassName
{
background-color: #FE6C72;
}
</style>
border-color css
<style>
span { border-color: #FE6C72; }
span { border-color: rgb(254,108,114); }
td.TdClassName
{
border-color: #FE6C72;
}
.TagClassName
{
border-color: #FE6C72;
}
</style>