Shades of Wild Watermelon #FC5A67
Tints of Wild Watermelon #FC5A67
RGB
CMYK
RGB Variations
Color information
#FC5A67 (or 0xFC5A67) is known color: Wild Watermelon. HEX triplet: FC, 5A and 67. RGB value is (252,90,103). Sum of RGB (Red+Green+Blue) = 252+90+103=445 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.63% from 445); Green value is 90 (35.55% from 255 or 20.22% from 445); Blue value is 103 (40.62% from 255 or 23.15% from 445); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5A67 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5A67 is #03A598. Grayscale: #8C8C8C. Windows color (decimal): -239001 or 6773500. OLE color: 6773500.
HSL color Cylindrical-coordinate representation of color #FC5A67: hue angle of 355.19º 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 #FC5A67 is Cyan = 0, Magento = 0.64, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 90 | 103 | - |
| CMYK | 0 | 0.64 | 0.59 | 0.01 |
| HSL | 355.19º | 0.96% | 0.67% | - |
| HSV(B) | 355.19º | 0.64% | 0.99% | - |
| XYZ | 46.25 | 28.99 | 15.99 | - |
| YUV | 139.92 | 107.17 | 207.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 90 | 103 | 0 | 0.64 | 0.59 | 0.01 | 355.19 | 0.96 | 0.67 |
| Hex | FC | 5A | 67 | 0 | 40 | 3B | 1 | 163 | 60 | 43 |
| Octal | 374 | 132 | 147 | 0 | 100 | 73 | 1 | 543 | 140 | 103 |
| Binary | 11111100 | 1011010 | 1100111 | 0 | 1000000 | 111011 | 1 | 101100011 | 1100000 | 1000011 |
Color Harmonies of #FC5A67
Complementary color
Monochromatic Colors of #FC5A67
Black with #FC5A67
Text Example
Text Example
White with #FC5A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5A67; }
p { color: rgb(252,90,103); }
H1.HeaderClassName
{
color: #FC5A67;
}
.AnyTagClassName
{
color: #FC5A67;
}
</style>
background-color css
<style>
a { background-color: #FC5A67; }
a { background-color: rgb(252,90,103); }
div.DivClassName
{
background-color: #FC5A67;
}
.BgClassName
{
background-color: #FC5A67;
}
</style>
border-color css
<style>
span { border-color: #FC5A67; }
span { border-color: rgb(252,90,103); }
td.TdClassName
{
border-color: #FC5A67;
}
.TagClassName
{
border-color: #FC5A67;
}
</style>