Shades of Wild Watermelon #FC526F
Tints of Wild Watermelon #FC526F
RGB
CMYK
RGB Variations
Color information
#FC526F (or 0xFC526F) is known color: Wild Watermelon. HEX triplet: FC, 52 and 6F. RGB value is (252,82,111). Sum of RGB (Red+Green+Blue) = 252+82+111=445 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.63% from 445); Green value is 82 (32.42% from 255 or 18.43% from 445); Blue value is 111 (43.75% from 255 or 24.94% from 445); Max value from RGB is 252 - color contains mainly: red. Hex color #FC526F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC526F is #03AD90. Grayscale: #888888. Windows color (decimal): -241041 or 7295740. OLE color: 7295740.
HSL color Cylindrical-coordinate representation of color #FC526F: hue angle of 349.76º 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 #FC526F is Cyan = 0, Magento = 0.67, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 82 | 111 | - |
| CMYK | 0 | 0.67 | 0.56 | 0.01 |
| HSL | 349.76º | 0.97% | 0.65% | - |
| HSV(B) | 349.76º | 0.67% | 0.99% | - |
| XYZ | 46.03 | 27.88 | 17.99 | - |
| YUV | 136.14 | 113.82 | 210.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 82 | 111 | 0 | 0.67 | 0.56 | 0.01 | 349.76 | 0.97 | 0.65 |
| Hex | FC | 52 | 6F | 0 | 43 | 38 | 1 | 15E | 61 | 41 |
| Octal | 374 | 122 | 157 | 0 | 103 | 70 | 1 | 536 | 141 | 101 |
| Binary | 11111100 | 1010010 | 1101111 | 0 | 1000011 | 111000 | 1 | 101011110 | 1100001 | 1000001 |
Color Harmonies of #FC526F
Complementary color
Monochromatic Colors of #FC526F
Black with #FC526F
Text Example
Text Example
White with #FC526F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC526F; }
p { color: rgb(252,82,111); }
H1.HeaderClassName
{
color: #FC526F;
}
.AnyTagClassName
{
color: #FC526F;
}
</style>
background-color css
<style>
a { background-color: #FC526F; }
a { background-color: rgb(252,82,111); }
div.DivClassName
{
background-color: #FC526F;
}
.BgClassName
{
background-color: #FC526F;
}
</style>
border-color css
<style>
span { border-color: #FC526F; }
span { border-color: rgb(252,82,111); }
td.TdClassName
{
border-color: #FC526F;
}
.TagClassName
{
border-color: #FC526F;
}
</style>