Shades of Wild Watermelon #FC507A
Tints of Wild Watermelon #FC507A
RGB
CMYK
RGB Variations
Color information
#FC507A (or 0xFC507A) is known color: Wild Watermelon. HEX triplet: FC, 50 and 7A. RGB value is (252,80,122). Sum of RGB (Red+Green+Blue) = 252+80+122=454 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.51% from 454); Green value is 80 (31.64% from 255 or 17.62% from 454); Blue value is 122 (48.05% from 255 or 26.87% from 454); Max value from RGB is 252 - color contains mainly: red. Hex color #FC507A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC507A is #03AF85. Grayscale: #888888. Windows color (decimal): -241542 or 8016124. OLE color: 8016124.
HSL color Cylindrical-coordinate representation of color #FC507A: hue angle of 345.35º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FC507A is Cyan = 0, Magento = 0.68, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 80 | 122 | - |
| CMYK | 0 | 0.68 | 0.52 | 0.01 |
| HSL | 345.35º | 0.97% | 0.65% | - |
| HSV(B) | 345.35º | 0.68% | 0.99% | - |
| XYZ | 46.53 | 27.84 | 21.33 | - |
| YUV | 136.22 | 119.98 | 210.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 80 | 122 | 0 | 0.68 | 0.52 | 0.01 | 345.35 | 0.97 | 0.65 |
| Hex | FC | 50 | 7A | 0 | 44 | 34 | 1 | 159 | 61 | 41 |
| Octal | 374 | 120 | 172 | 0 | 104 | 64 | 1 | 531 | 141 | 101 |
| Binary | 11111100 | 1010000 | 1111010 | 0 | 1000100 | 110100 | 1 | 101011001 | 1100001 | 1000001 |
Color Harmonies of #FC507A
Complementary color
Monochromatic Colors of #FC507A
Black with #FC507A
Text Example
Text Example
White with #FC507A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC507A; }
p { color: rgb(252,80,122); }
H1.HeaderClassName
{
color: #FC507A;
}
.AnyTagClassName
{
color: #FC507A;
}
</style>
background-color css
<style>
a { background-color: #FC507A; }
a { background-color: rgb(252,80,122); }
div.DivClassName
{
background-color: #FC507A;
}
.BgClassName
{
background-color: #FC507A;
}
</style>
border-color css
<style>
span { border-color: #FC507A; }
span { border-color: rgb(252,80,122); }
td.TdClassName
{
border-color: #FC507A;
}
.TagClassName
{
border-color: #FC507A;
}
</style>