Shades of Wild Watermelon #FE4374
Tints of Wild Watermelon #FE4374
RGB
CMYK
RGB Variations
Color information
#FE4374 (or 0xFE4374) is known color: Wild Watermelon. HEX triplet: FE, 43 and 74. RGB value is (254,67,116). Sum of RGB (Red+Green+Blue) = 254+67+116=437 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.12% from 437); Green value is 67 (26.56% from 255 or 15.33% from 437); Blue value is 116 (45.70% from 255 or 26.54% from 437); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4374 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE4374 is #01BC8B. Grayscale: #808080. Windows color (decimal): -113804 or 7619582. OLE color: 7619582.
HSL color Cylindrical-coordinate representation of color #FE4374: hue angle of 344.28º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FE4374 is Cyan = 0, Magento = 0.74, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 67 | 116 | - |
| CMYK | 0 | 0.74 | 0.54 | 0.00 |
| HSL | 344.28º | 0.99% | 0.63% | - |
| HSV(B) | 344.28º | 0.74% | 1% | - |
| XYZ | 46.03 | 26.35 | 19.18 | - |
| YUV | 128.5 | 120.95 | 217.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 67 | 116 | 0 | 0.74 | 0.54 | 0.00 | 344.28 | 0.99 | 0.63 |
| Hex | FE | 43 | 74 | 0 | 4A | 36 | 0 | 158 | 63 | 3F |
| Octal | 376 | 103 | 164 | 0 | 112 | 66 | 0 | 530 | 143 | 77 |
| Binary | 11111110 | 1000011 | 1110100 | 0 | 1001010 | 110110 | 0 | 101011000 | 1100011 | 111111 |
Color Harmonies of #FE4374
Complementary color
Monochromatic Colors of #FE4374
Black with #FE4374
Text Example
Text Example
White with #FE4374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4374; }
p { color: rgb(254,67,116); }
H1.HeaderClassName
{
color: #FE4374;
}
.AnyTagClassName
{
color: #FE4374;
}
</style>
background-color css
<style>
a { background-color: #FE4374; }
a { background-color: rgb(254,67,116); }
div.DivClassName
{
background-color: #FE4374;
}
.BgClassName
{
background-color: #FE4374;
}
</style>
border-color css
<style>
span { border-color: #FE4374; }
span { border-color: rgb(254,67,116); }
td.TdClassName
{
border-color: #FE4374;
}
.TagClassName
{
border-color: #FE4374;
}
</style>