Shades of Wild Watermelon #FC5C7B
Tints of Wild Watermelon #FC5C7B
RGB
CMYK
RGB Variations
Color information
#FC5C7B (or 0xFC5C7B) is known color: Wild Watermelon. HEX triplet: FC, 5C and 7B. RGB value is (252,92,123). Sum of RGB (Red+Green+Blue) = 252+92+123=467 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.96% from 467); Green value is 92 (36.33% from 255 or 19.70% from 467); Blue value is 123 (48.44% from 255 or 26.34% from 467); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5C7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5C7B is #03A384. Grayscale: #8F8F8F. Windows color (decimal): -238469 or 8084732. OLE color: 8084732.
HSL color Cylindrical-coordinate representation of color #FC5C7B: hue angle of 348.38º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FC5C7B is Cyan = 0, Magento = 0.63, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 92 | 123 | - |
| CMYK | 0 | 0.63 | 0.51 | 0.01 |
| HSL | 348.38º | 0.96% | 0.67% | - |
| HSV(B) | 348.38º | 0.63% | 0.99% | - |
| XYZ | 47.55 | 29.78 | 21.98 | - |
| YUV | 143.37 | 116.51 | 205.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 92 | 123 | 0 | 0.63 | 0.51 | 0.01 | 348.38 | 0.96 | 0.67 |
| Hex | FC | 5C | 7B | 0 | 3F | 33 | 1 | 15C | 60 | 43 |
| Octal | 374 | 134 | 173 | 0 | 77 | 63 | 1 | 534 | 140 | 103 |
| Binary | 11111100 | 1011100 | 1111011 | 0 | 111111 | 110011 | 1 | 101011100 | 1100000 | 1000011 |
Color Harmonies of #FC5C7B
Complementary color
Monochromatic Colors of #FC5C7B
Black with #FC5C7B
Text Example
Text Example
White with #FC5C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5C7B; }
p { color: rgb(252,92,123); }
H1.HeaderClassName
{
color: #FC5C7B;
}
.AnyTagClassName
{
color: #FC5C7B;
}
</style>
background-color css
<style>
a { background-color: #FC5C7B; }
a { background-color: rgb(252,92,123); }
div.DivClassName
{
background-color: #FC5C7B;
}
.BgClassName
{
background-color: #FC5C7B;
}
</style>
border-color css
<style>
span { border-color: #FC5C7B; }
span { border-color: rgb(252,92,123); }
td.TdClassName
{
border-color: #FC5C7B;
}
.TagClassName
{
border-color: #FC5C7B;
}
</style>