Shades of Wild Watermelon #FC4A74
Tints of Wild Watermelon #FC4A74
RGB
CMYK
RGB Variations
Color information
#FC4A74 (or 0xFC4A74) is known color: Wild Watermelon. HEX triplet: FC, 4A and 74. RGB value is (252,74,116). Sum of RGB (Red+Green+Blue) = 252+74+116=442 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.01% from 442); Green value is 74 (29.30% from 255 or 16.74% from 442); Blue value is 116 (45.70% from 255 or 26.24% from 442); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4A74 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC4A74 is #03B58B. Grayscale: #848484. Windows color (decimal): -243084 or 7621372. OLE color: 7621372.
HSL color Cylindrical-coordinate representation of color #FC4A74: hue angle of 345.84º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FC4A74 is Cyan = 0, Magento = 0.71, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 74 | 116 | - |
| CMYK | 0 | 0.71 | 0.54 | 0.01 |
| HSL | 345.84º | 0.97% | 0.64% | - |
| HSV(B) | 345.84º | 0.71% | 0.99% | - |
| XYZ | 45.75 | 26.85 | 19.3 | - |
| YUV | 132.01 | 118.97 | 213.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 74 | 116 | 0 | 0.71 | 0.54 | 0.01 | 345.84 | 0.97 | 0.64 |
| Hex | FC | 4A | 74 | 0 | 47 | 36 | 1 | 15A | 61 | 40 |
| Octal | 374 | 112 | 164 | 0 | 107 | 66 | 1 | 532 | 141 | 100 |
| Binary | 11111100 | 1001010 | 1110100 | 0 | 1000111 | 110110 | 1 | 101011010 | 1100001 | 1000000 |
Color Harmonies of #FC4A74
Complementary color
Monochromatic Colors of #FC4A74
Black with #FC4A74
Text Example
Text Example
White with #FC4A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4A74; }
p { color: rgb(252,74,116); }
H1.HeaderClassName
{
color: #FC4A74;
}
.AnyTagClassName
{
color: #FC4A74;
}
</style>
background-color css
<style>
a { background-color: #FC4A74; }
a { background-color: rgb(252,74,116); }
div.DivClassName
{
background-color: #FC4A74;
}
.BgClassName
{
background-color: #FC4A74;
}
</style>
border-color css
<style>
span { border-color: #FC4A74; }
span { border-color: rgb(252,74,116); }
td.TdClassName
{
border-color: #FC4A74;
}
.TagClassName
{
border-color: #FC4A74;
}
</style>