Shades of Wild Watermelon #FC4373
Tints of Wild Watermelon #FC4373
RGB
CMYK
RGB Variations
Color information
#FC4373 (or 0xFC4373) is known color: Wild Watermelon. HEX triplet: FC, 43 and 73. RGB value is (252,67,115). Sum of RGB (Red+Green+Blue) = 252+67+115=434 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.06% from 434); Green value is 67 (26.56% from 255 or 15.44% from 434); Blue value is 115 (45.31% from 255 or 26.50% from 434); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4373 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC4373 is #03BC8C. Grayscale: #7F7F7F. Windows color (decimal): -244877 or 7554044. OLE color: 7554044.
HSL color Cylindrical-coordinate representation of color #FC4373: hue angle of 344.43º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FC4373 is Cyan = 0, Magento = 0.73, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 67 | 115 | - |
| CMYK | 0 | 0.73 | 0.54 | 0.01 |
| HSL | 344.43º | 0.97% | 0.63% | - |
| HSV(B) | 344.43º | 0.73% | 0.99% | - |
| XYZ | 45.25 | 25.95 | 18.84 | - |
| YUV | 127.79 | 120.79 | 216.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 67 | 115 | 0 | 0.73 | 0.54 | 0.01 | 344.43 | 0.97 | 0.63 |
| Hex | FC | 43 | 73 | 0 | 49 | 36 | 1 | 158 | 61 | 3F |
| Octal | 374 | 103 | 163 | 0 | 111 | 66 | 1 | 530 | 141 | 77 |
| Binary | 11111100 | 1000011 | 1110011 | 0 | 1001001 | 110110 | 1 | 101011000 | 1100001 | 111111 |
Color Harmonies of #FC4373
Complementary color
Monochromatic Colors of #FC4373
Black with #FC4373
Text Example
Text Example
White with #FC4373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4373; }
p { color: rgb(252,67,115); }
H1.HeaderClassName
{
color: #FC4373;
}
.AnyTagClassName
{
color: #FC4373;
}
</style>
background-color css
<style>
a { background-color: #FC4373; }
a { background-color: rgb(252,67,115); }
div.DivClassName
{
background-color: #FC4373;
}
.BgClassName
{
background-color: #FC4373;
}
</style>
border-color css
<style>
span { border-color: #FC4373; }
span { border-color: rgb(252,67,115); }
td.TdClassName
{
border-color: #FC4373;
}
.TagClassName
{
border-color: #FC4373;
}
</style>