Shades of Wild Watermelon #FE6372
Tints of Wild Watermelon #FE6372
RGB
CMYK
RGB Variations
Color information
#FE6372 (or 0xFE6372) is known color: Wild Watermelon. HEX triplet: FE, 63 and 72. RGB value is (254,99,114). Sum of RGB (Red+Green+Blue) = 254+99+114=467 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.39% from 467); Green value is 99 (39.06% from 255 or 21.20% from 467); Blue value is 114 (44.92% from 255 or 24.41% from 467); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6372 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6372 is #019C8D. Grayscale: #939393. Windows color (decimal): -105614 or 7496702. OLE color: 7496702.
HSL color Cylindrical-coordinate representation of color #FE6372: hue angle of 354.19º 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 #FE6372 is Cyan = 0, Magento = 0.61, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 99 | 114 | - |
| CMYK | 0 | 0.61 | 0.55 | 0.00 |
| HSL | 354.19º | 0.99% | 0.69% | - |
| HSV(B) | 354.19º | 0.61% | 1% | - |
| XYZ | 48.37 | 31.21 | 19.39 | - |
| YUV | 147.06 | 109.35 | 204.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 99 | 114 | 0 | 0.61 | 0.55 | 0.00 | 354.19 | 0.99 | 0.69 |
| Hex | FE | 63 | 72 | 0 | 3D | 37 | 0 | 162 | 63 | 45 |
| Octal | 376 | 143 | 162 | 0 | 75 | 67 | 0 | 542 | 143 | 105 |
| Binary | 11111110 | 1100011 | 1110010 | 0 | 111101 | 110111 | 0 | 101100010 | 1100011 | 1000101 |
Color Harmonies of #FE6372
Complementary color
Monochromatic Colors of #FE6372
Black with #FE6372
Text Example
Text Example
White with #FE6372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6372; }
p { color: rgb(254,99,114); }
H1.HeaderClassName
{
color: #FE6372;
}
.AnyTagClassName
{
color: #FE6372;
}
</style>
background-color css
<style>
a { background-color: #FE6372; }
a { background-color: rgb(254,99,114); }
div.DivClassName
{
background-color: #FE6372;
}
.BgClassName
{
background-color: #FE6372;
}
</style>
border-color css
<style>
span { border-color: #FE6372; }
span { border-color: rgb(254,99,114); }
td.TdClassName
{
border-color: #FE6372;
}
.TagClassName
{
border-color: #FE6372;
}
</style>