Shades of Wild Watermelon #FC5B5C
Tints of Wild Watermelon #FC5B5C
RGB
CMYK
RGB Variations
Color information
#FC5B5C (or 0xFC5B5C) is known color: Wild Watermelon. HEX triplet: FC, 5B and 5C. RGB value is (252,91,92). Sum of RGB (Red+Green+Blue) = 252+91+92=435 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.93% from 435); Green value is 91 (35.94% from 255 or 20.92% from 435); Blue value is 92 (36.33% from 255 or 21.15% from 435); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5B5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5B5C is #03A4A3. Grayscale: #8B8B8B. Windows color (decimal): -238756 or 6052860. OLE color: 6052860.
HSL color Cylindrical-coordinate representation of color #FC5B5C: hue angle of 359.63º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FC5B5C is Cyan = 0, Magento = 0.64, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 91 | 92 | - |
| CMYK | 0 | 0.64 | 0.63 | 0.01 |
| HSL | 359.63º | 0.96% | 0.67% | - |
| HSV(B) | 359.63º | 0.64% | 0.99% | - |
| XYZ | 45.82 | 28.95 | 13.3 | - |
| YUV | 139.25 | 101.34 | 208.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 91 | 92 | 0 | 0.64 | 0.63 | 0.01 | 359.63 | 0.96 | 0.67 |
| Hex | FC | 5B | 5C | 0 | 40 | 3F | 1 | 168 | 60 | 43 |
| Octal | 374 | 133 | 134 | 0 | 100 | 77 | 1 | 550 | 140 | 103 |
| Binary | 11111100 | 1011011 | 1011100 | 0 | 1000000 | 111111 | 1 | 101101000 | 1100000 | 1000011 |
Color Harmonies of #FC5B5C
Complementary color
Monochromatic Colors of #FC5B5C
Black with #FC5B5C
Text Example
Text Example
White with #FC5B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5B5C; }
p { color: rgb(252,91,92); }
H1.HeaderClassName
{
color: #FC5B5C;
}
.AnyTagClassName
{
color: #FC5B5C;
}
</style>
background-color css
<style>
a { background-color: #FC5B5C; }
a { background-color: rgb(252,91,92); }
div.DivClassName
{
background-color: #FC5B5C;
}
.BgClassName
{
background-color: #FC5B5C;
}
</style>
border-color css
<style>
span { border-color: #FC5B5C; }
span { border-color: rgb(252,91,92); }
td.TdClassName
{
border-color: #FC5B5C;
}
.TagClassName
{
border-color: #FC5B5C;
}
</style>