Shades of Wild Watermelon #FC507E
Tints of Wild Watermelon #FC507E
RGB
CMYK
RGB Variations
Color information
#FC507E (or 0xFC507E) is known color: Wild Watermelon. HEX triplet: FC, 50 and 7E. RGB value is (252,80,126). Sum of RGB (Red+Green+Blue) = 252+80+126=458 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.02% from 458); Green value is 80 (31.64% from 255 or 17.47% from 458); Blue value is 126 (49.61% from 255 or 27.51% from 458); Max value from RGB is 252 - color contains mainly: red. Hex color #FC507E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC507E is #03AF81. Grayscale: #888888. Windows color (decimal): -241538 or 8278268. OLE color: 8278268.
HSL color Cylindrical-coordinate representation of color #FC507E: hue angle of 343.95º 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 #FC507E is Cyan = 0, Magento = 0.68, Yellow = 0.5 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 80 | 126 | - |
| CMYK | 0 | 0.68 | 0.5 | 0.01 |
| HSL | 343.95º | 0.97% | 0.65% | - |
| HSV(B) | 343.95º | 0.68% | 0.99% | - |
| XYZ | 46.78 | 27.94 | 22.67 | - |
| YUV | 136.67 | 121.98 | 210.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 80 | 126 | 0 | 0.68 | 0.5 | 0.01 | 343.95 | 0.97 | 0.65 |
| Hex | FC | 50 | 7E | 0 | 44 | 32 | 1 | 158 | 61 | 41 |
| Octal | 374 | 120 | 176 | 0 | 104 | 62 | 1 | 530 | 141 | 101 |
| Binary | 11111100 | 1010000 | 1111110 | 0 | 1000100 | 110010 | 1 | 101011000 | 1100001 | 1000001 |
Color Harmonies of #FC507E
Complementary color
Monochromatic Colors of #FC507E
Black with #FC507E
Text Example
Text Example
White with #FC507E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC507E; }
p { color: rgb(252,80,126); }
H1.HeaderClassName
{
color: #FC507E;
}
.AnyTagClassName
{
color: #FC507E;
}
</style>
background-color css
<style>
a { background-color: #FC507E; }
a { background-color: rgb(252,80,126); }
div.DivClassName
{
background-color: #FC507E;
}
.BgClassName
{
background-color: #FC507E;
}
</style>
border-color css
<style>
span { border-color: #FC507E; }
span { border-color: rgb(252,80,126); }
td.TdClassName
{
border-color: #FC507E;
}
.TagClassName
{
border-color: #FC507E;
}
</style>