Shades of Wild Watermelon #FC5E6B
Tints of Wild Watermelon #FC5E6B
RGB
CMYK
RGB Variations
Color information
#FC5E6B (or 0xFC5E6B) is known color: Wild Watermelon. HEX triplet: FC, 5E and 6B. RGB value is (252,94,107). Sum of RGB (Red+Green+Blue) = 252+94+107=453 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.63% from 453); Green value is 94 (37.11% from 255 or 20.75% from 453); Blue value is 107 (42.19% from 255 or 23.62% from 453); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5E6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5E6B is #03A194. Grayscale: #8E8E8E. Windows color (decimal): -237973 or 7036668. OLE color: 7036668.
HSL color Cylindrical-coordinate representation of color #FC5E6B: hue angle of 355.06º 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 #FC5E6B is Cyan = 0, Magento = 0.63, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 94 | 107 | - |
| CMYK | 0 | 0.63 | 0.58 | 0.01 |
| HSL | 355.06º | 0.96% | 0.68% | - |
| HSV(B) | 355.06º | 0.63% | 0.99% | - |
| XYZ | 46.8 | 29.76 | 17.19 | - |
| YUV | 142.72 | 107.85 | 205.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 94 | 107 | 0 | 0.63 | 0.58 | 0.01 | 355.06 | 0.96 | 0.68 |
| Hex | FC | 5E | 6B | 0 | 3F | 3A | 1 | 163 | 60 | 44 |
| Octal | 374 | 136 | 153 | 0 | 77 | 72 | 1 | 543 | 140 | 104 |
| Binary | 11111100 | 1011110 | 1101011 | 0 | 111111 | 111010 | 1 | 101100011 | 1100000 | 1000100 |
Color Harmonies of #FC5E6B
Complementary color
Monochromatic Colors of #FC5E6B
Black with #FC5E6B
Text Example
Text Example
White with #FC5E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5E6B; }
p { color: rgb(252,94,107); }
H1.HeaderClassName
{
color: #FC5E6B;
}
.AnyTagClassName
{
color: #FC5E6B;
}
</style>
background-color css
<style>
a { background-color: #FC5E6B; }
a { background-color: rgb(252,94,107); }
div.DivClassName
{
background-color: #FC5E6B;
}
.BgClassName
{
background-color: #FC5E6B;
}
</style>
border-color css
<style>
span { border-color: #FC5E6B; }
span { border-color: rgb(252,94,107); }
td.TdClassName
{
border-color: #FC5E6B;
}
.TagClassName
{
border-color: #FC5E6B;
}
</style>