Shades of Wild Watermelon #FE6471
Tints of Wild Watermelon #FE6471
RGB
CMYK
RGB Variations
Color information
#FE6471 (or 0xFE6471) is known color: Wild Watermelon. HEX triplet: FE, 64 and 71. RGB value is (254,100,113). Sum of RGB (Red+Green+Blue) = 254+100+113=467 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.39% from 467); Green value is 100 (39.45% from 255 or 21.41% from 467); Blue value is 113 (44.53% from 255 or 24.20% from 467); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6471 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6471 is #019B8E. Grayscale: #939393. Windows color (decimal): -105359 or 7431422. OLE color: 7431422.
HSL color Cylindrical-coordinate representation of color #FE6471: hue angle of 354.94º 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 #FE6471 is Cyan = 0, Magento = 0.61, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 100 | 113 | - |
| CMYK | 0 | 0.61 | 0.56 | 0.00 |
| HSL | 354.94º | 0.99% | 0.69% | - |
| HSV(B) | 354.94º | 0.61% | 1% | - |
| XYZ | 48.41 | 31.38 | 19.13 | - |
| YUV | 147.53 | 108.52 | 203.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 100 | 113 | 0 | 0.61 | 0.56 | 0.00 | 354.94 | 0.99 | 0.69 |
| Hex | FE | 64 | 71 | 0 | 3D | 38 | 0 | 163 | 63 | 45 |
| Octal | 376 | 144 | 161 | 0 | 75 | 70 | 0 | 543 | 143 | 105 |
| Binary | 11111110 | 1100100 | 1110001 | 0 | 111101 | 111000 | 0 | 101100011 | 1100011 | 1000101 |
Color Harmonies of #FE6471
Complementary color
Monochromatic Colors of #FE6471
Black with #FE6471
Text Example
Text Example
White with #FE6471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6471; }
p { color: rgb(254,100,113); }
H1.HeaderClassName
{
color: #FE6471;
}
.AnyTagClassName
{
color: #FE6471;
}
</style>
background-color css
<style>
a { background-color: #FE6471; }
a { background-color: rgb(254,100,113); }
div.DivClassName
{
background-color: #FE6471;
}
.BgClassName
{
background-color: #FE6471;
}
</style>
border-color css
<style>
span { border-color: #FE6471; }
span { border-color: rgb(254,100,113); }
td.TdClassName
{
border-color: #FE6471;
}
.TagClassName
{
border-color: #FE6471;
}
</style>