Shades of Wild Watermelon #FC4A6D
Tints of Wild Watermelon #FC4A6D
RGB
CMYK
RGB Variations
Color information
#FC4A6D (or 0xFC4A6D) is known color: Wild Watermelon. HEX triplet: FC, 4A and 6D. RGB value is (252,74,109). Sum of RGB (Red+Green+Blue) = 252+74+109=435 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.93% from 435); Green value is 74 (29.30% from 255 or 17.01% from 435); Blue value is 109 (42.97% from 255 or 25.06% from 435); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4A6D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC4A6D is #03B592. Grayscale: #838383. Windows color (decimal): -243091 or 7162620. OLE color: 7162620.
HSL color Cylindrical-coordinate representation of color #FC4A6D: hue angle of 348.2º 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 #FC4A6D is Cyan = 0, Magento = 0.71, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 74 | 109 | - |
| CMYK | 0 | 0.71 | 0.57 | 0.01 |
| HSL | 348.2º | 0.97% | 0.64% | - |
| HSV(B) | 348.2º | 0.71% | 0.99% | - |
| XYZ | 45.35 | 26.7 | 17.23 | - |
| YUV | 131.21 | 115.47 | 214.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 74 | 109 | 0 | 0.71 | 0.57 | 0.01 | 348.2 | 0.97 | 0.64 |
| Hex | FC | 4A | 6D | 0 | 47 | 39 | 1 | 15C | 61 | 40 |
| Octal | 374 | 112 | 155 | 0 | 107 | 71 | 1 | 534 | 141 | 100 |
| Binary | 11111100 | 1001010 | 1101101 | 0 | 1000111 | 111001 | 1 | 101011100 | 1100001 | 1000000 |
Color Harmonies of #FC4A6D
Complementary color
Monochromatic Colors of #FC4A6D
Black with #FC4A6D
Text Example
Text Example
White with #FC4A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4A6D; }
p { color: rgb(252,74,109); }
H1.HeaderClassName
{
color: #FC4A6D;
}
.AnyTagClassName
{
color: #FC4A6D;
}
</style>
background-color css
<style>
a { background-color: #FC4A6D; }
a { background-color: rgb(252,74,109); }
div.DivClassName
{
background-color: #FC4A6D;
}
.BgClassName
{
background-color: #FC4A6D;
}
</style>
border-color css
<style>
span { border-color: #FC4A6D; }
span { border-color: rgb(252,74,109); }
td.TdClassName
{
border-color: #FC4A6D;
}
.TagClassName
{
border-color: #FC4A6D;
}
</style>