Shades of Wild Watermelon #FC6275
Tints of Wild Watermelon #FC6275
RGB
CMYK
RGB Variations
Color information
#FC6275 (or 0xFC6275) is known color: Wild Watermelon. HEX triplet: FC, 62 and 75. RGB value is (252,98,117). Sum of RGB (Red+Green+Blue) = 252+98+117=467 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.96% from 467); Green value is 98 (38.67% from 255 or 20.99% from 467); Blue value is 117 (46.09% from 255 or 25.05% from 467); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6275 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6275 is #039D8A. Grayscale: #929292. Windows color (decimal): -236939 or 7693052. OLE color: 7693052.
HSL color Cylindrical-coordinate representation of color #FC6275: hue angle of 352.6º 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 #FC6275 is Cyan = 0, Magento = 0.61, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 98 | 117 | - |
| CMYK | 0 | 0.61 | 0.54 | 0.01 |
| HSL | 352.6º | 0.96% | 0.69% | - |
| HSV(B) | 352.6º | 0.61% | 0.99% | - |
| XYZ | 47.72 | 30.72 | 20.24 | - |
| YUV | 146.21 | 111.52 | 203.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 98 | 117 | 0 | 0.61 | 0.54 | 0.01 | 352.6 | 0.96 | 0.69 |
| Hex | FC | 62 | 75 | 0 | 3D | 36 | 1 | 161 | 60 | 45 |
| Octal | 374 | 142 | 165 | 0 | 75 | 66 | 1 | 541 | 140 | 105 |
| Binary | 11111100 | 1100010 | 1110101 | 0 | 111101 | 110110 | 1 | 101100001 | 1100000 | 1000101 |
Color Harmonies of #FC6275
Complementary color
Monochromatic Colors of #FC6275
Black with #FC6275
Text Example
Text Example
White with #FC6275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6275; }
p { color: rgb(252,98,117); }
H1.HeaderClassName
{
color: #FC6275;
}
.AnyTagClassName
{
color: #FC6275;
}
</style>
background-color css
<style>
a { background-color: #FC6275; }
a { background-color: rgb(252,98,117); }
div.DivClassName
{
background-color: #FC6275;
}
.BgClassName
{
background-color: #FC6275;
}
</style>
border-color css
<style>
span { border-color: #FC6275; }
span { border-color: rgb(252,98,117); }
td.TdClassName
{
border-color: #FC6275;
}
.TagClassName
{
border-color: #FC6275;
}
</style>