Shades of Wild Watermelon #FE4474
Tints of Wild Watermelon #FE4474
RGB
CMYK
RGB Variations
Color information
#FE4474 (or 0xFE4474) is known color: Wild Watermelon. HEX triplet: FE, 44 and 74. RGB value is (254,68,116). Sum of RGB (Red+Green+Blue) = 254+68+116=438 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.99% from 438); Green value is 68 (26.95% from 255 or 15.53% from 438); Blue value is 116 (45.70% from 255 or 26.48% from 438); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4474 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE4474 is #01BB8B. Grayscale: #818181. Windows color (decimal): -113548 or 7619838. OLE color: 7619838.
HSL color Cylindrical-coordinate representation of color #FE4474: hue angle of 344.52º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FE4474 is Cyan = 0, Magento = 0.73, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 68 | 116 | - |
| CMYK | 0 | 0.73 | 0.54 | 0.00 |
| HSL | 344.52º | 0.99% | 0.63% | - |
| HSV(B) | 344.52º | 0.73% | 1% | - |
| XYZ | 46.09 | 26.47 | 19.2 | - |
| YUV | 129.09 | 120.62 | 217.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 68 | 116 | 0 | 0.73 | 0.54 | 0.00 | 344.52 | 0.99 | 0.63 |
| Hex | FE | 44 | 74 | 0 | 49 | 36 | 0 | 159 | 63 | 3F |
| Octal | 376 | 104 | 164 | 0 | 111 | 66 | 0 | 531 | 143 | 77 |
| Binary | 11111110 | 1000100 | 1110100 | 0 | 1001001 | 110110 | 0 | 101011001 | 1100011 | 111111 |
Color Harmonies of #FE4474
Complementary color
Monochromatic Colors of #FE4474
Black with #FE4474
Text Example
Text Example
White with #FE4474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4474; }
p { color: rgb(254,68,116); }
H1.HeaderClassName
{
color: #FE4474;
}
.AnyTagClassName
{
color: #FE4474;
}
</style>
background-color css
<style>
a { background-color: #FE4474; }
a { background-color: rgb(254,68,116); }
div.DivClassName
{
background-color: #FE4474;
}
.BgClassName
{
background-color: #FE4474;
}
</style>
border-color css
<style>
span { border-color: #FE4474; }
span { border-color: rgb(254,68,116); }
td.TdClassName
{
border-color: #FE4474;
}
.TagClassName
{
border-color: #FE4474;
}
</style>