Shades of Wild Watermelon #FC676C
Tints of Wild Watermelon #FC676C
RGB
CMYK
RGB Variations
Color information
#FC676C (or 0xFC676C) is known color: Wild Watermelon. HEX triplet: FC, 67 and 6C. RGB value is (252,103,108). Sum of RGB (Red+Green+Blue) = 252+103+108=463 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.43% from 463); Green value is 103 (40.62% from 255 or 22.25% from 463); Blue value is 108 (42.58% from 255 or 23.33% from 463); Max value from RGB is 252 - color contains mainly: red. Hex color #FC676C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC676C is #039893. Grayscale: #949494. Windows color (decimal): -235668 or 7104508. OLE color: 7104508.
HSL color Cylindrical-coordinate representation of color #FC676C: hue angle of 357.99º 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 #FC676C is Cyan = 0, Magento = 0.59, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 103 | 108 | - |
| CMYK | 0 | 0.59 | 0.57 | 0.01 |
| HSL | 357.99º | 0.96% | 0.7% | - |
| HSV(B) | 357.99º | 0.59% | 0.99% | - |
| XYZ | 47.7 | 31.48 | 17.75 | - |
| YUV | 148.12 | 105.36 | 202.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 103 | 108 | 0 | 0.59 | 0.57 | 0.01 | 357.99 | 0.96 | 0.7 |
| Hex | FC | 67 | 6C | 0 | 3B | 39 | 1 | 166 | 60 | 46 |
| Octal | 374 | 147 | 154 | 0 | 73 | 71 | 1 | 546 | 140 | 106 |
| Binary | 11111100 | 1100111 | 1101100 | 0 | 111011 | 111001 | 1 | 101100110 | 1100000 | 1000110 |
Color Harmonies of #FC676C
Complementary color
Monochromatic Colors of #FC676C
Black with #FC676C
Text Example
Text Example
White with #FC676C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC676C; }
p { color: rgb(252,103,108); }
H1.HeaderClassName
{
color: #FC676C;
}
.AnyTagClassName
{
color: #FC676C;
}
</style>
background-color css
<style>
a { background-color: #FC676C; }
a { background-color: rgb(252,103,108); }
div.DivClassName
{
background-color: #FC676C;
}
.BgClassName
{
background-color: #FC676C;
}
</style>
border-color css
<style>
span { border-color: #FC676C; }
span { border-color: rgb(252,103,108); }
td.TdClassName
{
border-color: #FC676C;
}
.TagClassName
{
border-color: #FC676C;
}
</style>