Shades of Wild Watermelon #FC5A6E
Tints of Wild Watermelon #FC5A6E
RGB
CMYK
RGB Variations
Color information
#FC5A6E (or 0xFC5A6E) is known color: Wild Watermelon. HEX triplet: FC, 5A and 6E. RGB value is (252,90,110). Sum of RGB (Red+Green+Blue) = 252+90+110=452 (59% of max value = 765). Red value is 252 (98.83% from 255 or 55.75% from 452); Green value is 90 (35.55% from 255 or 19.91% from 452); Blue value is 110 (43.36% from 255 or 24.34% from 452); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5A6E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5A6E is #03A591. Grayscale: #8C8C8C. Windows color (decimal): -238994 or 7232252. OLE color: 7232252.
HSL color Cylindrical-coordinate representation of color #FC5A6E: hue angle of 352.59º 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 #FC5A6E is Cyan = 0, Magento = 0.64, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 90 | 110 | - |
| CMYK | 0 | 0.64 | 0.56 | 0.01 |
| HSL | 352.59º | 0.96% | 0.67% | - |
| HSV(B) | 352.59º | 0.64% | 0.99% | - |
| XYZ | 46.62 | 29.13 | 17.92 | - |
| YUV | 140.72 | 110.67 | 207.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 90 | 110 | 0 | 0.64 | 0.56 | 0.01 | 352.59 | 0.96 | 0.67 |
| Hex | FC | 5A | 6E | 0 | 40 | 38 | 1 | 161 | 60 | 43 |
| Octal | 374 | 132 | 156 | 0 | 100 | 70 | 1 | 541 | 140 | 103 |
| Binary | 11111100 | 1011010 | 1101110 | 0 | 1000000 | 111000 | 1 | 101100001 | 1100000 | 1000011 |
Color Harmonies of #FC5A6E
Complementary color
Monochromatic Colors of #FC5A6E
Black with #FC5A6E
Text Example
Text Example
White with #FC5A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5A6E; }
p { color: rgb(252,90,110); }
H1.HeaderClassName
{
color: #FC5A6E;
}
.AnyTagClassName
{
color: #FC5A6E;
}
</style>
background-color css
<style>
a { background-color: #FC5A6E; }
a { background-color: rgb(252,90,110); }
div.DivClassName
{
background-color: #FC5A6E;
}
.BgClassName
{
background-color: #FC5A6E;
}
</style>
border-color css
<style>
span { border-color: #FC5A6E; }
span { border-color: rgb(252,90,110); }
td.TdClassName
{
border-color: #FC5A6E;
}
.TagClassName
{
border-color: #FC5A6E;
}
</style>