Shades of Wild Watermelon #FC4B7A
Tints of Wild Watermelon #FC4B7A
RGB
CMYK
RGB Variations
Color information
#FC4B7A (or 0xFC4B7A) is known color: Wild Watermelon. HEX triplet: FC, 4B and 7A. RGB value is (252,75,122). Sum of RGB (Red+Green+Blue) = 252+75+122=449 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.12% from 449); Green value is 75 (29.69% from 255 or 16.70% from 449); Blue value is 122 (48.05% from 255 or 27.17% from 449); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4B7A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC4B7A is #03B485. Grayscale: #858585. Windows color (decimal): -242822 or 8014844. OLE color: 8014844.
HSL color Cylindrical-coordinate representation of color #FC4B7A: hue angle of 344.07º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FC4B7A is Cyan = 0, Magento = 0.70, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 75 | 122 | - |
| CMYK | 0 | 0.70 | 0.52 | 0.01 |
| HSL | 344.07º | 0.97% | 0.64% | - |
| HSV(B) | 344.07º | 0.7% | 0.99% | - |
| XYZ | 46.17 | 27.13 | 21.22 | - |
| YUV | 133.28 | 121.64 | 212.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 75 | 122 | 0 | 0.70 | 0.52 | 0.01 | 344.07 | 0.97 | 0.64 |
| Hex | FC | 4B | 7A | 0 | 46 | 34 | 1 | 158 | 61 | 40 |
| Octal | 374 | 113 | 172 | 0 | 106 | 64 | 1 | 530 | 141 | 100 |
| Binary | 11111100 | 1001011 | 1111010 | 0 | 1000110 | 110100 | 1 | 101011000 | 1100001 | 1000000 |
Color Harmonies of #FC4B7A
Complementary color
Monochromatic Colors of #FC4B7A
Black with #FC4B7A
Text Example
Text Example
White with #FC4B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4B7A; }
p { color: rgb(252,75,122); }
H1.HeaderClassName
{
color: #FC4B7A;
}
.AnyTagClassName
{
color: #FC4B7A;
}
</style>
background-color css
<style>
a { background-color: #FC4B7A; }
a { background-color: rgb(252,75,122); }
div.DivClassName
{
background-color: #FC4B7A;
}
.BgClassName
{
background-color: #FC4B7A;
}
</style>
border-color css
<style>
span { border-color: #FC4B7A; }
span { border-color: rgb(252,75,122); }
td.TdClassName
{
border-color: #FC4B7A;
}
.TagClassName
{
border-color: #FC4B7A;
}
</style>