Shades of Wild Watermelon #FC4E74
Tints of Wild Watermelon #FC4E74
RGB
CMYK
RGB Variations
Color information
#FC4E74 (or 0xFC4E74) is known color: Wild Watermelon. HEX triplet: FC, 4E and 74. RGB value is (252,78,116). Sum of RGB (Red+Green+Blue) = 252+78+116=446 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.50% from 446); Green value is 78 (30.86% from 255 or 17.49% from 446); Blue value is 116 (45.70% from 255 or 26.01% from 446); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4E74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC4E74 is #03B18B. Grayscale: #868686. Windows color (decimal): -242060 or 7622396. OLE color: 7622396.
HSL color Cylindrical-coordinate representation of color #FC4E74: hue angle of 346.9º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FC4E74 is Cyan = 0, Magento = 0.69, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 78 | 116 | - |
| CMYK | 0 | 0.69 | 0.54 | 0.01 |
| HSL | 346.9º | 0.97% | 0.65% | - |
| HSV(B) | 346.9º | 0.69% | 0.99% | - |
| XYZ | 46.02 | 27.41 | 19.39 | - |
| YUV | 134.36 | 117.65 | 211.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 78 | 116 | 0 | 0.69 | 0.54 | 0.01 | 346.9 | 0.97 | 0.65 |
| Hex | FC | 4E | 74 | 0 | 45 | 36 | 1 | 15B | 61 | 41 |
| Octal | 374 | 116 | 164 | 0 | 105 | 66 | 1 | 533 | 141 | 101 |
| Binary | 11111100 | 1001110 | 1110100 | 0 | 1000101 | 110110 | 1 | 101011011 | 1100001 | 1000001 |
Color Harmonies of #FC4E74
Complementary color
Monochromatic Colors of #FC4E74
Black with #FC4E74
Text Example
Text Example
White with #FC4E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4E74; }
p { color: rgb(252,78,116); }
H1.HeaderClassName
{
color: #FC4E74;
}
.AnyTagClassName
{
color: #FC4E74;
}
</style>
background-color css
<style>
a { background-color: #FC4E74; }
a { background-color: rgb(252,78,116); }
div.DivClassName
{
background-color: #FC4E74;
}
.BgClassName
{
background-color: #FC4E74;
}
</style>
border-color css
<style>
span { border-color: #FC4E74; }
span { border-color: rgb(252,78,116); }
td.TdClassName
{
border-color: #FC4E74;
}
.TagClassName
{
border-color: #FC4E74;
}
</style>