Shades of Wild Watermelon #FE6271
Tints of Wild Watermelon #FE6271
RGB
CMYK
RGB Variations
Color information
#FE6271 (or 0xFE6271) is known color: Wild Watermelon. HEX triplet: FE, 62 and 71. RGB value is (254,98,113). Sum of RGB (Red+Green+Blue) = 254+98+113=465 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.62% from 465); Green value is 98 (38.67% from 255 or 21.08% from 465); Blue value is 113 (44.53% from 255 or 24.30% from 465); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6271 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6271 is #019D8E. Grayscale: #929292. Windows color (decimal): -105871 or 7430910. OLE color: 7430910.
HSL color Cylindrical-coordinate representation of color #FE6271: hue angle of 354.23º 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 #FE6271 is Cyan = 0, Magento = 0.61, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 98 | 113 | - |
| CMYK | 0 | 0.61 | 0.56 | 0.00 |
| HSL | 354.23º | 0.99% | 0.69% | - |
| HSV(B) | 354.23º | 0.61% | 1% | - |
| XYZ | 48.22 | 31 | 19.06 | - |
| YUV | 146.35 | 109.18 | 204.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 98 | 113 | 0 | 0.61 | 0.56 | 0.00 | 354.23 | 0.99 | 0.69 |
| Hex | FE | 62 | 71 | 0 | 3D | 38 | 0 | 162 | 63 | 45 |
| Octal | 376 | 142 | 161 | 0 | 75 | 70 | 0 | 542 | 143 | 105 |
| Binary | 11111110 | 1100010 | 1110001 | 0 | 111101 | 111000 | 0 | 101100010 | 1100011 | 1000101 |
Color Harmonies of #FE6271
Complementary color
Monochromatic Colors of #FE6271
Black with #FE6271
Text Example
Text Example
White with #FE6271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6271; }
p { color: rgb(254,98,113); }
H1.HeaderClassName
{
color: #FE6271;
}
.AnyTagClassName
{
color: #FE6271;
}
</style>
background-color css
<style>
a { background-color: #FE6271; }
a { background-color: rgb(254,98,113); }
div.DivClassName
{
background-color: #FE6271;
}
.BgClassName
{
background-color: #FE6271;
}
</style>
border-color css
<style>
span { border-color: #FE6271; }
span { border-color: rgb(254,98,113); }
td.TdClassName
{
border-color: #FE6271;
}
.TagClassName
{
border-color: #FE6271;
}
</style>