Shades of Wild Watermelon #FC5E6C
Tints of Wild Watermelon #FC5E6C
RGB
CMYK
RGB Variations
Color information
#FC5E6C (or 0xFC5E6C) is known color: Wild Watermelon. HEX triplet: FC, 5E and 6C. RGB value is (252,94,108). Sum of RGB (Red+Green+Blue) = 252+94+108=454 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.51% from 454); Green value is 94 (37.11% from 255 or 20.70% from 454); Blue value is 108 (42.58% from 255 or 23.79% from 454); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5E6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5E6C is #03A193. Grayscale: #8E8E8E. Windows color (decimal): -237972 or 7102204. OLE color: 7102204.
HSL color Cylindrical-coordinate representation of color #FC5E6C: hue angle of 354.68º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FC5E6C is Cyan = 0, Magento = 0.63, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 94 | 108 | - |
| CMYK | 0 | 0.63 | 0.57 | 0.01 |
| HSL | 354.68º | 0.96% | 0.68% | - |
| HSV(B) | 354.68º | 0.63% | 0.99% | - |
| XYZ | 46.85 | 29.78 | 17.47 | - |
| YUV | 142.84 | 108.35 | 205.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 94 | 108 | 0 | 0.63 | 0.57 | 0.01 | 354.68 | 0.96 | 0.68 |
| Hex | FC | 5E | 6C | 0 | 3F | 39 | 1 | 163 | 60 | 44 |
| Octal | 374 | 136 | 154 | 0 | 77 | 71 | 1 | 543 | 140 | 104 |
| Binary | 11111100 | 1011110 | 1101100 | 0 | 111111 | 111001 | 1 | 101100011 | 1100000 | 1000100 |
Color Harmonies of #FC5E6C
Complementary color
Monochromatic Colors of #FC5E6C
Black with #FC5E6C
Text Example
Text Example
White with #FC5E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5E6C; }
p { color: rgb(252,94,108); }
H1.HeaderClassName
{
color: #FC5E6C;
}
.AnyTagClassName
{
color: #FC5E6C;
}
</style>
background-color css
<style>
a { background-color: #FC5E6C; }
a { background-color: rgb(252,94,108); }
div.DivClassName
{
background-color: #FC5E6C;
}
.BgClassName
{
background-color: #FC5E6C;
}
</style>
border-color css
<style>
span { border-color: #FC5E6C; }
span { border-color: rgb(252,94,108); }
td.TdClassName
{
border-color: #FC5E6C;
}
.TagClassName
{
border-color: #FC5E6C;
}
</style>