Shades of Wild Watermelon #FC4D67
Tints of Wild Watermelon #FC4D67
RGB
CMYK
RGB Variations
Color information
#FC4D67 (or 0xFC4D67) is known color: Wild Watermelon. HEX triplet: FC, 4D and 67. RGB value is (252,77,103). Sum of RGB (Red+Green+Blue) = 252+77+103=432 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.33% from 432); Green value is 77 (30.47% from 255 or 17.82% from 432); Blue value is 103 (40.62% from 255 or 23.84% from 432); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4D67 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC4D67 is #03B298. Grayscale: #848484. Windows color (decimal): -242329 or 6770172. OLE color: 6770172.
HSL color Cylindrical-coordinate representation of color #FC4D67: hue angle of 351.09º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FC4D67 is Cyan = 0, Magento = 0.69, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 77 | 103 | - |
| CMYK | 0 | 0.69 | 0.59 | 0.01 |
| HSL | 351.09º | 0.97% | 0.65% | - |
| HSV(B) | 351.09º | 0.69% | 0.99% | - |
| XYZ | 45.25 | 26.98 | 15.66 | - |
| YUV | 132.29 | 111.48 | 213.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 77 | 103 | 0 | 0.69 | 0.59 | 0.01 | 351.09 | 0.97 | 0.65 |
| Hex | FC | 4D | 67 | 0 | 45 | 3B | 1 | 15F | 61 | 41 |
| Octal | 374 | 115 | 147 | 0 | 105 | 73 | 1 | 537 | 141 | 101 |
| Binary | 11111100 | 1001101 | 1100111 | 0 | 1000101 | 111011 | 1 | 101011111 | 1100001 | 1000001 |
Color Harmonies of #FC4D67
Complementary color
Monochromatic Colors of #FC4D67
Black with #FC4D67
Text Example
Text Example
White with #FC4D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4D67; }
p { color: rgb(252,77,103); }
H1.HeaderClassName
{
color: #FC4D67;
}
.AnyTagClassName
{
color: #FC4D67;
}
</style>
background-color css
<style>
a { background-color: #FC4D67; }
a { background-color: rgb(252,77,103); }
div.DivClassName
{
background-color: #FC4D67;
}
.BgClassName
{
background-color: #FC4D67;
}
</style>
border-color css
<style>
span { border-color: #FC4D67; }
span { border-color: rgb(252,77,103); }
td.TdClassName
{
border-color: #FC4D67;
}
.TagClassName
{
border-color: #FC4D67;
}
</style>