Shades of Wild Watermelon #FC5266
Tints of Wild Watermelon #FC5266
RGB
CMYK
RGB Variations
Color information
#FC5266 (or 0xFC5266) is known color: Wild Watermelon. HEX triplet: FC, 52 and 66. RGB value is (252,82,102). Sum of RGB (Red+Green+Blue) = 252+82+102=436 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.80% from 436); Green value is 82 (32.42% from 255 or 18.81% from 436); Blue value is 102 (40.23% from 255 or 23.39% from 436); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5266 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5266 is #03AD99. Grayscale: #878787. Windows color (decimal): -241050 or 6705916. OLE color: 6705916.
HSL color Cylindrical-coordinate representation of color #FC5266: hue angle of 352.94º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FC5266 is Cyan = 0, Magento = 0.67, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 82 | 102 | - |
| CMYK | 0 | 0.67 | 0.60 | 0.01 |
| HSL | 352.94º | 0.97% | 0.65% | - |
| HSV(B) | 352.94º | 0.67% | 0.99% | - |
| XYZ | 45.56 | 27.69 | 15.51 | - |
| YUV | 135.11 | 109.32 | 211.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 82 | 102 | 0 | 0.67 | 0.60 | 0.01 | 352.94 | 0.97 | 0.65 |
| Hex | FC | 52 | 66 | 0 | 43 | 3C | 1 | 161 | 61 | 41 |
| Octal | 374 | 122 | 146 | 0 | 103 | 74 | 1 | 541 | 141 | 101 |
| Binary | 11111100 | 1010010 | 1100110 | 0 | 1000011 | 111100 | 1 | 101100001 | 1100001 | 1000001 |
Color Harmonies of #FC5266
Complementary color
Monochromatic Colors of #FC5266
Black with #FC5266
Text Example
Text Example
White with #FC5266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5266; }
p { color: rgb(252,82,102); }
H1.HeaderClassName
{
color: #FC5266;
}
.AnyTagClassName
{
color: #FC5266;
}
</style>
background-color css
<style>
a { background-color: #FC5266; }
a { background-color: rgb(252,82,102); }
div.DivClassName
{
background-color: #FC5266;
}
.BgClassName
{
background-color: #FC5266;
}
</style>
border-color css
<style>
span { border-color: #FC5266; }
span { border-color: rgb(252,82,102); }
td.TdClassName
{
border-color: #FC5266;
}
.TagClassName
{
border-color: #FC5266;
}
</style>