Shades of Wild Watermelon #FC4E7A
Tints of Wild Watermelon #FC4E7A
RGB
CMYK
RGB Variations
Color information
#FC4E7A (or 0xFC4E7A) is known color: Wild Watermelon. HEX triplet: FC, 4E and 7A. RGB value is (252,78,122). Sum of RGB (Red+Green+Blue) = 252+78+122=452 (59% of max value = 765). Red value is 252 (98.83% from 255 or 55.75% from 452); Green value is 78 (30.86% from 255 or 17.26% from 452); Blue value is 122 (48.05% from 255 or 26.99% from 452); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4E7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC4E7A is #03B185. Grayscale: #878787. Windows color (decimal): -242054 or 8015612. OLE color: 8015612.
HSL color Cylindrical-coordinate representation of color #FC4E7A: hue angle of 344.83º 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 #FC4E7A is Cyan = 0, Magento = 0.69, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 78 | 122 | - |
| CMYK | 0 | 0.69 | 0.52 | 0.01 |
| HSL | 344.83º | 0.97% | 0.65% | - |
| HSV(B) | 344.83º | 0.69% | 0.99% | - |
| XYZ | 46.38 | 27.55 | 21.29 | - |
| YUV | 135.04 | 120.65 | 211.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 78 | 122 | 0 | 0.69 | 0.52 | 0.01 | 344.83 | 0.97 | 0.65 |
| Hex | FC | 4E | 7A | 0 | 45 | 34 | 1 | 159 | 61 | 41 |
| Octal | 374 | 116 | 172 | 0 | 105 | 64 | 1 | 531 | 141 | 101 |
| Binary | 11111100 | 1001110 | 1111010 | 0 | 1000101 | 110100 | 1 | 101011001 | 1100001 | 1000001 |
Color Harmonies of #FC4E7A
Complementary color
Monochromatic Colors of #FC4E7A
Black with #FC4E7A
Text Example
Text Example
White with #FC4E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4E7A; }
p { color: rgb(252,78,122); }
H1.HeaderClassName
{
color: #FC4E7A;
}
.AnyTagClassName
{
color: #FC4E7A;
}
</style>
background-color css
<style>
a { background-color: #FC4E7A; }
a { background-color: rgb(252,78,122); }
div.DivClassName
{
background-color: #FC4E7A;
}
.BgClassName
{
background-color: #FC4E7A;
}
</style>
border-color css
<style>
span { border-color: #FC4E7A; }
span { border-color: rgb(252,78,122); }
td.TdClassName
{
border-color: #FC4E7A;
}
.TagClassName
{
border-color: #FC4E7A;
}
</style>