Shades of Wild Watermelon #FE6366
Tints of Wild Watermelon #FE6366
RGB
CMYK
RGB Variations
Color information
#FE6366 (or 0xFE6366) is known color: Wild Watermelon. HEX triplet: FE, 63 and 66. RGB value is (254,99,102). Sum of RGB (Red+Green+Blue) = 254+99+102=455 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.82% from 455); Green value is 99 (39.06% from 255 or 21.76% from 455); Blue value is 102 (40.23% from 255 or 22.42% from 455); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6366 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6366 is #019C99. Grayscale: #919191. Windows color (decimal): -105626 or 6710270. OLE color: 6710270.
HSL color Cylindrical-coordinate representation of color #FE6366: hue angle of 358.84º 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 #FE6366 is Cyan = 0, Magento = 0.61, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 99 | 102 | - |
| CMYK | 0 | 0.61 | 0.60 | 0.00 |
| HSL | 358.84º | 0.99% | 0.69% | - |
| HSV(B) | 358.84º | 0.61% | 1% | - |
| XYZ | 47.73 | 30.95 | 16.03 | - |
| YUV | 145.69 | 103.35 | 205.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 99 | 102 | 0 | 0.61 | 0.60 | 0.00 | 358.84 | 0.99 | 0.69 |
| Hex | FE | 63 | 66 | 0 | 3D | 3C | 0 | 167 | 63 | 45 |
| Octal | 376 | 143 | 146 | 0 | 75 | 74 | 0 | 547 | 143 | 105 |
| Binary | 11111110 | 1100011 | 1100110 | 0 | 111101 | 111100 | 0 | 101100111 | 1100011 | 1000101 |
Color Harmonies of #FE6366
Complementary color
Monochromatic Colors of #FE6366
Black with #FE6366
Text Example
Text Example
White with #FE6366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6366; }
p { color: rgb(254,99,102); }
H1.HeaderClassName
{
color: #FE6366;
}
.AnyTagClassName
{
color: #FE6366;
}
</style>
background-color css
<style>
a { background-color: #FE6366; }
a { background-color: rgb(254,99,102); }
div.DivClassName
{
background-color: #FE6366;
}
.BgClassName
{
background-color: #FE6366;
}
</style>
border-color css
<style>
span { border-color: #FE6366; }
span { border-color: rgb(254,99,102); }
td.TdClassName
{
border-color: #FE6366;
}
.TagClassName
{
border-color: #FE6366;
}
</style>