Shades of Wild Watermelon #FE6364
Tints of Wild Watermelon #FE6364
RGB
CMYK
RGB Variations
Color information
#FE6364 (or 0xFE6364) is known color: Wild Watermelon. HEX triplet: FE, 63 and 64. RGB value is (254,99,100). Sum of RGB (Red+Green+Blue) = 254+99+100=453 (60% of max value = 765). Red value is 254 (99.61% from 255 or 56.07% from 453); Green value is 99 (39.06% from 255 or 21.85% from 453); Blue value is 100 (39.45% from 255 or 22.08% from 453); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6364 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6364 is #019C9B. Grayscale: #919191. Windows color (decimal): -105628 or 6579198. OLE color: 6579198.
HSL color Cylindrical-coordinate representation of color #FE6364: hue angle of 359.61º 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 #FE6364 is Cyan = 0, Magento = 0.61, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 99 | 100 | - |
| CMYK | 0 | 0.61 | 0.61 | 0.00 |
| HSL | 359.61º | 0.99% | 0.69% | - |
| HSV(B) | 359.61º | 0.61% | 1% | - |
| XYZ | 47.64 | 30.91 | 15.51 | - |
| YUV | 145.46 | 102.35 | 205.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 99 | 100 | 0 | 0.61 | 0.61 | 0.00 | 359.61 | 0.99 | 0.69 |
| Hex | FE | 63 | 64 | 0 | 3D | 3D | 0 | 168 | 63 | 45 |
| Octal | 376 | 143 | 144 | 0 | 75 | 75 | 0 | 550 | 143 | 105 |
| Binary | 11111110 | 1100011 | 1100100 | 0 | 111101 | 111101 | 0 | 101101000 | 1100011 | 1000101 |
Color Harmonies of #FE6364
Complementary color
Monochromatic Colors of #FE6364
Black with #FE6364
Text Example
Text Example
White with #FE6364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6364; }
p { color: rgb(254,99,100); }
H1.HeaderClassName
{
color: #FE6364;
}
.AnyTagClassName
{
color: #FE6364;
}
</style>
background-color css
<style>
a { background-color: #FE6364; }
a { background-color: rgb(254,99,100); }
div.DivClassName
{
background-color: #FE6364;
}
.BgClassName
{
background-color: #FE6364;
}
</style>
border-color css
<style>
span { border-color: #FE6364; }
span { border-color: rgb(254,99,100); }
td.TdClassName
{
border-color: #FE6364;
}
.TagClassName
{
border-color: #FE6364;
}
</style>