Shades of Wild Watermelon #FC506C
Tints of Wild Watermelon #FC506C
RGB
CMYK
RGB Variations
Color information
#FC506C (or 0xFC506C) is known color: Wild Watermelon. HEX triplet: FC, 50 and 6C. RGB value is (252,80,108). Sum of RGB (Red+Green+Blue) = 252+80+108=440 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.27% from 440); Green value is 80 (31.64% from 255 or 18.18% from 440); Blue value is 108 (42.58% from 255 or 24.55% from 440); Max value from RGB is 252 - color contains mainly: red. Hex color #FC506C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC506C is #03AF93. Grayscale: #868686. Windows color (decimal): -241556 or 7098620. OLE color: 7098620.
HSL color Cylindrical-coordinate representation of color #FC506C: hue angle of 350.23º 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 #FC506C is Cyan = 0, Magento = 0.68, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 80 | 108 | - |
| CMYK | 0 | 0.68 | 0.57 | 0.01 |
| HSL | 350.23º | 0.97% | 0.65% | - |
| HSV(B) | 350.23º | 0.68% | 0.99% | - |
| XYZ | 45.72 | 27.52 | 17.09 | - |
| YUV | 134.62 | 112.98 | 211.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 80 | 108 | 0 | 0.68 | 0.57 | 0.01 | 350.23 | 0.97 | 0.65 |
| Hex | FC | 50 | 6C | 0 | 44 | 39 | 1 | 15E | 61 | 41 |
| Octal | 374 | 120 | 154 | 0 | 104 | 71 | 1 | 536 | 141 | 101 |
| Binary | 11111100 | 1010000 | 1101100 | 0 | 1000100 | 111001 | 1 | 101011110 | 1100001 | 1000001 |
Color Harmonies of #FC506C
Complementary color
Monochromatic Colors of #FC506C
Black with #FC506C
Text Example
Text Example
White with #FC506C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC506C; }
p { color: rgb(252,80,108); }
H1.HeaderClassName
{
color: #FC506C;
}
.AnyTagClassName
{
color: #FC506C;
}
</style>
background-color css
<style>
a { background-color: #FC506C; }
a { background-color: rgb(252,80,108); }
div.DivClassName
{
background-color: #FC506C;
}
.BgClassName
{
background-color: #FC506C;
}
</style>
border-color css
<style>
span { border-color: #FC506C; }
span { border-color: rgb(252,80,108); }
td.TdClassName
{
border-color: #FC506C;
}
.TagClassName
{
border-color: #FC506C;
}
</style>