Shades of Wild Watermelon #FC5B7A
Tints of Wild Watermelon #FC5B7A
RGB
CMYK
RGB Variations
Color information
#FC5B7A (or 0xFC5B7A) is known color: Wild Watermelon. HEX triplet: FC, 5B and 7A. RGB value is (252,91,122). Sum of RGB (Red+Green+Blue) = 252+91+122=465 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.19% from 465); Green value is 91 (35.94% from 255 or 19.57% from 465); Blue value is 122 (48.05% from 255 or 26.24% from 465); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5B7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5B7A is #03A485. Grayscale: #8E8E8E. Windows color (decimal): -238726 or 8018940. OLE color: 8018940.
HSL color Cylindrical-coordinate representation of color #FC5B7A: hue angle of 348.45º 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 #FC5B7A is Cyan = 0, Magento = 0.64, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 91 | 122 | - |
| CMYK | 0 | 0.64 | 0.52 | 0.01 |
| HSL | 348.45º | 0.96% | 0.67% | - |
| HSV(B) | 348.45º | 0.64% | 0.99% | - |
| XYZ | 47.4 | 29.58 | 21.62 | - |
| YUV | 142.67 | 116.34 | 205.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 91 | 122 | 0 | 0.64 | 0.52 | 0.01 | 348.45 | 0.96 | 0.67 |
| Hex | FC | 5B | 7A | 0 | 40 | 34 | 1 | 15C | 60 | 43 |
| Octal | 374 | 133 | 172 | 0 | 100 | 64 | 1 | 534 | 140 | 103 |
| Binary | 11111100 | 1011011 | 1111010 | 0 | 1000000 | 110100 | 1 | 101011100 | 1100000 | 1000011 |
Color Harmonies of #FC5B7A
Complementary color
Monochromatic Colors of #FC5B7A
Black with #FC5B7A
Text Example
Text Example
White with #FC5B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5B7A; }
p { color: rgb(252,91,122); }
H1.HeaderClassName
{
color: #FC5B7A;
}
.AnyTagClassName
{
color: #FC5B7A;
}
</style>
background-color css
<style>
a { background-color: #FC5B7A; }
a { background-color: rgb(252,91,122); }
div.DivClassName
{
background-color: #FC5B7A;
}
.BgClassName
{
background-color: #FC5B7A;
}
</style>
border-color css
<style>
span { border-color: #FC5B7A; }
span { border-color: rgb(252,91,122); }
td.TdClassName
{
border-color: #FC5B7A;
}
.TagClassName
{
border-color: #FC5B7A;
}
</style>