Shades of Wild Watermelon #FC6074
Tints of Wild Watermelon #FC6074
RGB
CMYK
RGB Variations
Color information
#FC6074 (or 0xFC6074) is known color: Wild Watermelon. HEX triplet: FC, 60 and 74. RGB value is (252,96,116). Sum of RGB (Red+Green+Blue) = 252+96+116=464 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.31% from 464); Green value is 96 (37.89% from 255 or 20.69% from 464); Blue value is 116 (45.70% from 255 or 25% from 464); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6074 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6074 is #039F8B. Grayscale: #919191. Windows color (decimal): -237452 or 7627004. OLE color: 7627004.
HSL color Cylindrical-coordinate representation of color #FC6074: hue angle of 352.31º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FC6074 is Cyan = 0, Magento = 0.62, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 96 | 116 | - |
| CMYK | 0 | 0.62 | 0.54 | 0.01 |
| HSL | 352.31º | 0.96% | 0.68% | - |
| HSV(B) | 352.31º | 0.62% | 0.99% | - |
| XYZ | 47.48 | 30.32 | 19.87 | - |
| YUV | 144.92 | 111.68 | 204.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 96 | 116 | 0 | 0.62 | 0.54 | 0.01 | 352.31 | 0.96 | 0.68 |
| Hex | FC | 60 | 74 | 0 | 3E | 36 | 1 | 160 | 60 | 44 |
| Octal | 374 | 140 | 164 | 0 | 76 | 66 | 1 | 540 | 140 | 104 |
| Binary | 11111100 | 1100000 | 1110100 | 0 | 111110 | 110110 | 1 | 101100000 | 1100000 | 1000100 |
Color Harmonies of #FC6074
Complementary color
Monochromatic Colors of #FC6074
Black with #FC6074
Text Example
Text Example
White with #FC6074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6074; }
p { color: rgb(252,96,116); }
H1.HeaderClassName
{
color: #FC6074;
}
.AnyTagClassName
{
color: #FC6074;
}
</style>
background-color css
<style>
a { background-color: #FC6074; }
a { background-color: rgb(252,96,116); }
div.DivClassName
{
background-color: #FC6074;
}
.BgClassName
{
background-color: #FC6074;
}
</style>
border-color css
<style>
span { border-color: #FC6074; }
span { border-color: rgb(252,96,116); }
td.TdClassName
{
border-color: #FC6074;
}
.TagClassName
{
border-color: #FC6074;
}
</style>