Shades of Wild Watermelon #FC4473
Tints of Wild Watermelon #FC4473
RGB
CMYK
RGB Variations
Color information
#FC4473 (or 0xFC4473) is known color: Wild Watermelon. HEX triplet: FC, 44 and 73. RGB value is (252,68,115). Sum of RGB (Red+Green+Blue) = 252+68+115=435 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.93% from 435); Green value is 68 (26.95% from 255 or 15.63% from 435); Blue value is 115 (45.31% from 255 or 26.44% from 435); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4473 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC4473 is #03BB8C. Grayscale: #808080. Windows color (decimal): -244621 or 7554300. OLE color: 7554300.
HSL color Cylindrical-coordinate representation of color #FC4473: hue angle of 344.67º 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 #FC4473 is Cyan = 0, Magento = 0.73, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 68 | 115 | - |
| CMYK | 0 | 0.73 | 0.54 | 0.01 |
| HSL | 344.67º | 0.97% | 0.63% | - |
| HSV(B) | 344.67º | 0.73% | 0.99% | - |
| XYZ | 45.31 | 26.07 | 18.86 | - |
| YUV | 128.37 | 120.46 | 216.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 68 | 115 | 0 | 0.73 | 0.54 | 0.01 | 344.67 | 0.97 | 0.63 |
| Hex | FC | 44 | 73 | 0 | 49 | 36 | 1 | 159 | 61 | 3F |
| Octal | 374 | 104 | 163 | 0 | 111 | 66 | 1 | 531 | 141 | 77 |
| Binary | 11111100 | 1000100 | 1110011 | 0 | 1001001 | 110110 | 1 | 101011001 | 1100001 | 111111 |
Color Harmonies of #FC4473
Complementary color
Monochromatic Colors of #FC4473
Black with #FC4473
Text Example
Text Example
White with #FC4473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4473; }
p { color: rgb(252,68,115); }
H1.HeaderClassName
{
color: #FC4473;
}
.AnyTagClassName
{
color: #FC4473;
}
</style>
background-color css
<style>
a { background-color: #FC4473; }
a { background-color: rgb(252,68,115); }
div.DivClassName
{
background-color: #FC4473;
}
.BgClassName
{
background-color: #FC4473;
}
</style>
border-color css
<style>
span { border-color: #FC4473; }
span { border-color: rgb(252,68,115); }
td.TdClassName
{
border-color: #FC4473;
}
.TagClassName
{
border-color: #FC4473;
}
</style>