Shades of Wild Watermelon #FC5E6F
Tints of Wild Watermelon #FC5E6F
RGB
CMYK
RGB Variations
Color information
#FC5E6F (or 0xFC5E6F) is known color: Wild Watermelon. HEX triplet: FC, 5E and 6F. RGB value is (252,94,111). Sum of RGB (Red+Green+Blue) = 252+94+111=457 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.14% from 457); Green value is 94 (37.11% from 255 or 20.57% from 457); Blue value is 111 (43.75% from 255 or 24.29% from 457); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5E6F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5E6F is #03A190. Grayscale: #8F8F8F. Windows color (decimal): -237969 or 7298812. OLE color: 7298812.
HSL color Cylindrical-coordinate representation of color #FC5E6F: hue angle of 353.54º 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 #FC5E6F is Cyan = 0, Magento = 0.63, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 94 | 111 | - |
CMYK | 0 | 0.63 | 0.56 | 0.01 |
HSL | 353.54º | 0.96% | 0.68% | - |
HSV(B) | 353.54º | 0.63% | 0.99% | - |
XYZ | 47.02 | 29.85 | 18.32 | - |
YUV | 143.18 | 109.85 | 205.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 94 | 111 | 0 | 0.63 | 0.56 | 0.01 | 353.54 | 0.96 | 0.68 |
Hex | FC | 5E | 6F | 0 | 3F | 38 | 1 | 162 | 60 | 44 |
Octal | 374 | 136 | 157 | 0 | 77 | 70 | 1 | 542 | 140 | 104 |
Binary | 11111100 | 1011110 | 1101111 | 0 | 111111 | 111000 | 1 | 101100010 | 1100000 | 1000100 |
Color Harmonies of #FC5E6F
Complementary color
Monochromatic Colors of #FC5E6F
Black with #FC5E6F
Text Example
Text Example
White with #FC5E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5E6F; }
p { color: rgb(252,94,111); }
H1.HeaderClassName
{
color: #FC5E6F;
}
.AnyTagClassName
{
color: #FC5E6F;
}
</style>
background-color css
<style>
a { background-color: #FC5E6F; }
a { background-color: rgb(252,94,111); }
div.DivClassName
{
background-color: #FC5E6F;
}
.BgClassName
{
background-color: #FC5E6F;
}
</style>
border-color css
<style>
span { border-color: #FC5E6F; }
span { border-color: rgb(252,94,111); }
td.TdClassName
{
border-color: #FC5E6F;
}
.TagClassName
{
border-color: #FC5E6F;
}
</style>