Shades of Wild Watermelon #FC5A7D
Tints of Wild Watermelon #FC5A7D
RGB
CMYK
RGB Variations
Color information
#FC5A7D (or 0xFC5A7D) is known color: Wild Watermelon. HEX triplet: FC, 5A and 7D. RGB value is (252,90,125). Sum of RGB (Red+Green+Blue) = 252+90+125=467 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.96% from 467); Green value is 90 (35.55% from 255 or 19.27% from 467); Blue value is 125 (49.22% from 255 or 26.77% from 467); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5A7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5A7D is #03A582. Grayscale: #8E8E8E. Windows color (decimal): -238979 or 8215292. OLE color: 8215292.
HSL color Cylindrical-coordinate representation of color #FC5A7D: hue angle of 347.04º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FC5A7D is Cyan = 0, Magento = 0.64, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 90 | 125 | - |
| CMYK | 0 | 0.64 | 0.50 | 0.01 |
| HSL | 347.04º | 0.96% | 0.67% | - |
| HSV(B) | 347.04º | 0.64% | 0.99% | - |
| XYZ | 47.5 | 29.49 | 22.59 | - |
| YUV | 142.43 | 118.17 | 206.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 90 | 125 | 0 | 0.64 | 0.50 | 0.01 | 347.04 | 0.96 | 0.67 |
| Hex | FC | 5A | 7D | 0 | 40 | 32 | 1 | 15B | 60 | 43 |
| Octal | 374 | 132 | 175 | 0 | 100 | 62 | 1 | 533 | 140 | 103 |
| Binary | 11111100 | 1011010 | 1111101 | 0 | 1000000 | 110010 | 1 | 101011011 | 1100000 | 1000011 |
Color Harmonies of #FC5A7D
Complementary color
Monochromatic Colors of #FC5A7D
Black with #FC5A7D
Text Example
Text Example
White with #FC5A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5A7D; }
p { color: rgb(252,90,125); }
H1.HeaderClassName
{
color: #FC5A7D;
}
.AnyTagClassName
{
color: #FC5A7D;
}
</style>
background-color css
<style>
a { background-color: #FC5A7D; }
a { background-color: rgb(252,90,125); }
div.DivClassName
{
background-color: #FC5A7D;
}
.BgClassName
{
background-color: #FC5A7D;
}
</style>
border-color css
<style>
span { border-color: #FC5A7D; }
span { border-color: rgb(252,90,125); }
td.TdClassName
{
border-color: #FC5A7D;
}
.TagClassName
{
border-color: #FC5A7D;
}
</style>