Shades of Wild Watermelon #FC6273
Tints of Wild Watermelon #FC6273
RGB
CMYK
RGB Variations
Color information
#FC6273 (or 0xFC6273) is known color: Wild Watermelon. HEX triplet: FC, 62 and 73. RGB value is (252,98,115). Sum of RGB (Red+Green+Blue) = 252+98+115=465 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.19% from 465); Green value is 98 (38.67% from 255 or 21.08% from 465); Blue value is 115 (45.31% from 255 or 24.73% from 465); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6273 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6273 is #039D8C. Grayscale: #929292. Windows color (decimal): -236941 or 7561980. OLE color: 7561980.
HSL color Cylindrical-coordinate representation of color #FC6273: hue angle of 353.38º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FC6273 is Cyan = 0, Magento = 0.61, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 98 | 115 | - |
| CMYK | 0 | 0.61 | 0.54 | 0.01 |
| HSL | 353.38º | 0.96% | 0.69% | - |
| HSV(B) | 353.38º | 0.61% | 0.99% | - |
| XYZ | 47.61 | 30.67 | 19.63 | - |
| YUV | 145.98 | 110.52 | 203.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 98 | 115 | 0 | 0.61 | 0.54 | 0.01 | 353.38 | 0.96 | 0.69 |
| Hex | FC | 62 | 73 | 0 | 3D | 36 | 1 | 161 | 60 | 45 |
| Octal | 374 | 142 | 163 | 0 | 75 | 66 | 1 | 541 | 140 | 105 |
| Binary | 11111100 | 1100010 | 1110011 | 0 | 111101 | 110110 | 1 | 101100001 | 1100000 | 1000101 |
Color Harmonies of #FC6273
Complementary color
Monochromatic Colors of #FC6273
Black with #FC6273
Text Example
Text Example
White with #FC6273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6273; }
p { color: rgb(252,98,115); }
H1.HeaderClassName
{
color: #FC6273;
}
.AnyTagClassName
{
color: #FC6273;
}
</style>
background-color css
<style>
a { background-color: #FC6273; }
a { background-color: rgb(252,98,115); }
div.DivClassName
{
background-color: #FC6273;
}
.BgClassName
{
background-color: #FC6273;
}
</style>
border-color css
<style>
span { border-color: #FC6273; }
span { border-color: rgb(252,98,115); }
td.TdClassName
{
border-color: #FC6273;
}
.TagClassName
{
border-color: #FC6273;
}
</style>