Shades of Wild Watermelon #FC4A6E
Tints of Wild Watermelon #FC4A6E
RGB
CMYK
RGB Variations
Color information
#FC4A6E (or 0xFC4A6E) is known color: Wild Watermelon. HEX triplet: FC, 4A and 6E. RGB value is (252,74,110). Sum of RGB (Red+Green+Blue) = 252+74+110=436 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.80% from 436); Green value is 74 (29.30% from 255 or 16.97% from 436); Blue value is 110 (43.36% from 255 or 25.23% from 436); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4A6E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC4A6E is #03B591. Grayscale: #838383. Windows color (decimal): -243090 or 7228156. OLE color: 7228156.
HSL color Cylindrical-coordinate representation of color #FC4A6E: hue angle of 347.87º 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 #FC4A6E is Cyan = 0, Magento = 0.71, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 74 | 110 | - |
| CMYK | 0 | 0.71 | 0.56 | 0.01 |
| HSL | 347.87º | 0.97% | 0.64% | - |
| HSV(B) | 347.87º | 0.71% | 0.99% | - |
| XYZ | 45.41 | 26.72 | 17.52 | - |
| YUV | 131.33 | 115.97 | 214.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 74 | 110 | 0 | 0.71 | 0.56 | 0.01 | 347.87 | 0.97 | 0.64 |
| Hex | FC | 4A | 6E | 0 | 47 | 38 | 1 | 15C | 61 | 40 |
| Octal | 374 | 112 | 156 | 0 | 107 | 70 | 1 | 534 | 141 | 100 |
| Binary | 11111100 | 1001010 | 1101110 | 0 | 1000111 | 111000 | 1 | 101011100 | 1100001 | 1000000 |
Color Harmonies of #FC4A6E
Complementary color
Monochromatic Colors of #FC4A6E
Black with #FC4A6E
Text Example
Text Example
White with #FC4A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4A6E; }
p { color: rgb(252,74,110); }
H1.HeaderClassName
{
color: #FC4A6E;
}
.AnyTagClassName
{
color: #FC4A6E;
}
</style>
background-color css
<style>
a { background-color: #FC4A6E; }
a { background-color: rgb(252,74,110); }
div.DivClassName
{
background-color: #FC4A6E;
}
.BgClassName
{
background-color: #FC4A6E;
}
</style>
border-color css
<style>
span { border-color: #FC4A6E; }
span { border-color: rgb(252,74,110); }
td.TdClassName
{
border-color: #FC4A6E;
}
.TagClassName
{
border-color: #FC4A6E;
}
</style>