Shades of Wild Watermelon #FC525C
Tints of Wild Watermelon #FC525C
RGB
CMYK
RGB Variations
Color information
#FC525C (or 0xFC525C) is known color: Wild Watermelon. HEX triplet: FC, 52 and 5C. RGB value is (252,82,92). Sum of RGB (Red+Green+Blue) = 252+82+92=426 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.15% from 426); Green value is 82 (32.42% from 255 or 19.25% from 426); Blue value is 92 (36.33% from 255 or 21.60% from 426); Max value from RGB is 252 - color contains mainly: red. Hex color #FC525C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC525C is #03ADA3. Grayscale: #868686. Windows color (decimal): -241060 or 6050556. OLE color: 6050556.
HSL color Cylindrical-coordinate representation of color #FC525C: hue angle of 356.47º 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 #FC525C is Cyan = 0, Magento = 0.67, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 82 | 92 | - |
| CMYK | 0 | 0.67 | 0.63 | 0.01 |
| HSL | 356.47º | 0.97% | 0.65% | - |
| HSV(B) | 356.47º | 0.67% | 0.99% | - |
| XYZ | 45.09 | 27.5 | 13.06 | - |
| YUV | 133.97 | 104.32 | 212.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 82 | 92 | 0 | 0.67 | 0.63 | 0.01 | 356.47 | 0.97 | 0.65 |
| Hex | FC | 52 | 5C | 0 | 43 | 3F | 1 | 164 | 61 | 41 |
| Octal | 374 | 122 | 134 | 0 | 103 | 77 | 1 | 544 | 141 | 101 |
| Binary | 11111100 | 1010010 | 1011100 | 0 | 1000011 | 111111 | 1 | 101100100 | 1100001 | 1000001 |
Color Harmonies of #FC525C
Complementary color
Monochromatic Colors of #FC525C
Black with #FC525C
Text Example
Text Example
White with #FC525C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC525C; }
p { color: rgb(252,82,92); }
H1.HeaderClassName
{
color: #FC525C;
}
.AnyTagClassName
{
color: #FC525C;
}
</style>
background-color css
<style>
a { background-color: #FC525C; }
a { background-color: rgb(252,82,92); }
div.DivClassName
{
background-color: #FC525C;
}
.BgClassName
{
background-color: #FC525C;
}
</style>
border-color css
<style>
span { border-color: #FC525C; }
span { border-color: rgb(252,82,92); }
td.TdClassName
{
border-color: #FC525C;
}
.TagClassName
{
border-color: #FC525C;
}
</style>