Shades of Wild Watermelon #FC5E74
Tints of Wild Watermelon #FC5E74
RGB
CMYK
RGB Variations
Color information
#FC5E74 (or 0xFC5E74) is known color: Wild Watermelon. HEX triplet: FC, 5E and 74. RGB value is (252,94,116). Sum of RGB (Red+Green+Blue) = 252+94+116=462 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.55% from 462); Green value is 94 (37.11% from 255 or 20.35% from 462); Blue value is 116 (45.70% from 255 or 25.11% from 462); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5E74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5E74 is #03A18B. Grayscale: #8F8F8F. Windows color (decimal): -237964 or 7626492. OLE color: 7626492.
HSL color Cylindrical-coordinate representation of color #FC5E74: hue angle of 351.65º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FC5E74 is Cyan = 0, Magento = 0.63, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 94 | 116 | - |
| CMYK | 0 | 0.63 | 0.54 | 0.01 |
| HSL | 351.65º | 0.96% | 0.68% | - |
| HSV(B) | 351.65º | 0.63% | 0.99% | - |
| XYZ | 47.3 | 29.96 | 19.81 | - |
| YUV | 143.75 | 112.35 | 205.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 94 | 116 | 0 | 0.63 | 0.54 | 0.01 | 351.65 | 0.96 | 0.68 |
| Hex | FC | 5E | 74 | 0 | 3F | 36 | 1 | 160 | 60 | 44 |
| Octal | 374 | 136 | 164 | 0 | 77 | 66 | 1 | 540 | 140 | 104 |
| Binary | 11111100 | 1011110 | 1110100 | 0 | 111111 | 110110 | 1 | 101100000 | 1100000 | 1000100 |
Color Harmonies of #FC5E74
Complementary color
Monochromatic Colors of #FC5E74
Black with #FC5E74
Text Example
Text Example
White with #FC5E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5E74; }
p { color: rgb(252,94,116); }
H1.HeaderClassName
{
color: #FC5E74;
}
.AnyTagClassName
{
color: #FC5E74;
}
</style>
background-color css
<style>
a { background-color: #FC5E74; }
a { background-color: rgb(252,94,116); }
div.DivClassName
{
background-color: #FC5E74;
}
.BgClassName
{
background-color: #FC5E74;
}
</style>
border-color css
<style>
span { border-color: #FC5E74; }
span { border-color: rgb(252,94,116); }
td.TdClassName
{
border-color: #FC5E74;
}
.TagClassName
{
border-color: #FC5E74;
}
</style>