Shades of Wild Watermelon #FC6972
Tints of Wild Watermelon #FC6972
RGB
CMYK
RGB Variations
Color information
#FC6972 (or 0xFC6972) is known color: Wild Watermelon. HEX triplet: FC, 69 and 72. RGB value is (252,105,114). Sum of RGB (Red+Green+Blue) = 252+105+114=471 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.50% from 471); Green value is 105 (41.41% from 255 or 22.29% from 471); Blue value is 114 (44.92% from 255 or 24.20% from 471); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6972 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6972 is #03968D. Grayscale: #969696. Windows color (decimal): -235150 or 7498236. OLE color: 7498236.
HSL color Cylindrical-coordinate representation of color #FC6972: hue angle of 356.33º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FC6972 is Cyan = 0, Magento = 0.58, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 105 | 114 | - |
| CMYK | 0 | 0.58 | 0.55 | 0.01 |
| HSL | 356.33º | 0.96% | 0.7% | - |
| HSV(B) | 356.33º | 0.58% | 0.99% | - |
| XYZ | 48.23 | 32.01 | 19.56 | - |
| YUV | 149.98 | 107.7 | 200.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 105 | 114 | 0 | 0.58 | 0.55 | 0.01 | 356.33 | 0.96 | 0.7 |
| Hex | FC | 69 | 72 | 0 | 3A | 37 | 1 | 164 | 60 | 46 |
| Octal | 374 | 151 | 162 | 0 | 72 | 67 | 1 | 544 | 140 | 106 |
| Binary | 11111100 | 1101001 | 1110010 | 0 | 111010 | 110111 | 1 | 101100100 | 1100000 | 1000110 |
Color Harmonies of #FC6972
Complementary color
Monochromatic Colors of #FC6972
Black with #FC6972
Text Example
Text Example
White with #FC6972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6972; }
p { color: rgb(252,105,114); }
H1.HeaderClassName
{
color: #FC6972;
}
.AnyTagClassName
{
color: #FC6972;
}
</style>
background-color css
<style>
a { background-color: #FC6972; }
a { background-color: rgb(252,105,114); }
div.DivClassName
{
background-color: #FC6972;
}
.BgClassName
{
background-color: #FC6972;
}
</style>
border-color css
<style>
span { border-color: #FC6972; }
span { border-color: rgb(252,105,114); }
td.TdClassName
{
border-color: #FC6972;
}
.TagClassName
{
border-color: #FC6972;
}
</style>