Shades of Wild Watermelon #FC5065
Tints of Wild Watermelon #FC5065
RGB
CMYK
RGB Variations
Color information
#FC5065 (or 0xFC5065) is known color: Wild Watermelon. HEX triplet: FC, 50 and 65. RGB value is (252,80,101). Sum of RGB (Red+Green+Blue) = 252+80+101=433 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.20% from 433); Green value is 80 (31.64% from 255 or 18.48% from 433); Blue value is 101 (39.84% from 255 or 23.33% from 433); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5065 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5065 is #03AF9A. Grayscale: #858585. Windows color (decimal): -241563 or 6639868. OLE color: 6639868.
HSL color Cylindrical-coordinate representation of color #FC5065: hue angle of 352.67º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FC5065 is Cyan = 0, Magento = 0.68, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 80 | 101 | - |
| CMYK | 0 | 0.68 | 0.60 | 0.01 |
| HSL | 352.67º | 0.97% | 0.65% | - |
| HSV(B) | 352.67º | 0.68% | 0.99% | - |
| XYZ | 45.36 | 27.37 | 15.2 | - |
| YUV | 133.82 | 109.48 | 212.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 80 | 101 | 0 | 0.68 | 0.60 | 0.01 | 352.67 | 0.97 | 0.65 |
| Hex | FC | 50 | 65 | 0 | 44 | 3C | 1 | 161 | 61 | 41 |
| Octal | 374 | 120 | 145 | 0 | 104 | 74 | 1 | 541 | 141 | 101 |
| Binary | 11111100 | 1010000 | 1100101 | 0 | 1000100 | 111100 | 1 | 101100001 | 1100001 | 1000001 |
Color Harmonies of #FC5065
Complementary color
Monochromatic Colors of #FC5065
Black with #FC5065
Text Example
Text Example
White with #FC5065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5065; }
p { color: rgb(252,80,101); }
H1.HeaderClassName
{
color: #FC5065;
}
.AnyTagClassName
{
color: #FC5065;
}
</style>
background-color css
<style>
a { background-color: #FC5065; }
a { background-color: rgb(252,80,101); }
div.DivClassName
{
background-color: #FC5065;
}
.BgClassName
{
background-color: #FC5065;
}
</style>
border-color css
<style>
span { border-color: #FC5065; }
span { border-color: rgb(252,80,101); }
td.TdClassName
{
border-color: #FC5065;
}
.TagClassName
{
border-color: #FC5065;
}
</style>