Shades of Wild Watermelon #FC4E7D
Tints of Wild Watermelon #FC4E7D
RGB
CMYK
RGB Variations
Color information
#FC4E7D (or 0xFC4E7D) is known color: Wild Watermelon. HEX triplet: FC, 4E and 7D. RGB value is (252,78,125). Sum of RGB (Red+Green+Blue) = 252+78+125=455 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.38% from 455); Green value is 78 (30.86% from 255 or 17.14% from 455); Blue value is 125 (49.22% from 255 or 27.47% from 455); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4E7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC4E7D is #03B182. Grayscale: #878787. Windows color (decimal): -242051 or 8212220. OLE color: 8212220.
HSL color Cylindrical-coordinate representation of color #FC4E7D: hue angle of 343.79º 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 #FC4E7D is Cyan = 0, Magento = 0.69, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 78 | 125 | - |
| CMYK | 0 | 0.69 | 0.50 | 0.01 |
| HSL | 343.79º | 0.97% | 0.65% | - |
| HSV(B) | 343.79º | 0.69% | 0.99% | - |
| XYZ | 46.57 | 27.62 | 22.28 | - |
| YUV | 135.38 | 122.15 | 211.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 78 | 125 | 0 | 0.69 | 0.50 | 0.01 | 343.79 | 0.97 | 0.65 |
| Hex | FC | 4E | 7D | 0 | 45 | 32 | 1 | 158 | 61 | 41 |
| Octal | 374 | 116 | 175 | 0 | 105 | 62 | 1 | 530 | 141 | 101 |
| Binary | 11111100 | 1001110 | 1111101 | 0 | 1000101 | 110010 | 1 | 101011000 | 1100001 | 1000001 |
Color Harmonies of #FC4E7D
Complementary color
Monochromatic Colors of #FC4E7D
Black with #FC4E7D
Text Example
Text Example
White with #FC4E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4E7D; }
p { color: rgb(252,78,125); }
H1.HeaderClassName
{
color: #FC4E7D;
}
.AnyTagClassName
{
color: #FC4E7D;
}
</style>
background-color css
<style>
a { background-color: #FC4E7D; }
a { background-color: rgb(252,78,125); }
div.DivClassName
{
background-color: #FC4E7D;
}
.BgClassName
{
background-color: #FC4E7D;
}
</style>
border-color css
<style>
span { border-color: #FC4E7D; }
span { border-color: rgb(252,78,125); }
td.TdClassName
{
border-color: #FC4E7D;
}
.TagClassName
{
border-color: #FC4E7D;
}
</style>