Shades of Wild Watermelon #FC676F
Tints of Wild Watermelon #FC676F
RGB
CMYK
RGB Variations
Color information
#FC676F (or 0xFC676F) is known color: Wild Watermelon. HEX triplet: FC, 67 and 6F. RGB value is (252,103,111). Sum of RGB (Red+Green+Blue) = 252+103+111=466 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.08% from 466); Green value is 103 (40.62% from 255 or 22.10% from 466); Blue value is 111 (43.75% from 255 or 23.82% from 466); Max value from RGB is 252 - color contains mainly: red. Hex color #FC676F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC676F is #039890. Grayscale: #949494. Windows color (decimal): -235665 or 7301116. OLE color: 7301116.
HSL color Cylindrical-coordinate representation of color #FC676F: hue angle of 356.78º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FC676F is Cyan = 0, Magento = 0.59, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 103 | 111 | - |
| CMYK | 0 | 0.59 | 0.56 | 0.01 |
| HSL | 356.78º | 0.96% | 0.7% | - |
| HSV(B) | 356.78º | 0.59% | 0.99% | - |
| XYZ | 47.86 | 31.54 | 18.6 | - |
| YUV | 148.46 | 106.86 | 201.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 103 | 111 | 0 | 0.59 | 0.56 | 0.01 | 356.78 | 0.96 | 0.7 |
| Hex | FC | 67 | 6F | 0 | 3B | 38 | 1 | 165 | 60 | 46 |
| Octal | 374 | 147 | 157 | 0 | 73 | 70 | 1 | 545 | 140 | 106 |
| Binary | 11111100 | 1100111 | 1101111 | 0 | 111011 | 111000 | 1 | 101100101 | 1100000 | 1000110 |
Color Harmonies of #FC676F
Complementary color
Monochromatic Colors of #FC676F
Black with #FC676F
Text Example
Text Example
White with #FC676F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC676F; }
p { color: rgb(252,103,111); }
H1.HeaderClassName
{
color: #FC676F;
}
.AnyTagClassName
{
color: #FC676F;
}
</style>
background-color css
<style>
a { background-color: #FC676F; }
a { background-color: rgb(252,103,111); }
div.DivClassName
{
background-color: #FC676F;
}
.BgClassName
{
background-color: #FC676F;
}
</style>
border-color css
<style>
span { border-color: #FC676F; }
span { border-color: rgb(252,103,111); }
td.TdClassName
{
border-color: #FC676F;
}
.TagClassName
{
border-color: #FC676F;
}
</style>