Shades of Wild Watermelon #FC676E
Tints of Wild Watermelon #FC676E
RGB
CMYK
RGB Variations
Color information
#FC676E (or 0xFC676E) is known color: Wild Watermelon. HEX triplet: FC, 67 and 6E. RGB value is (252,103,110). Sum of RGB (Red+Green+Blue) = 252+103+110=465 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.19% from 465); Green value is 103 (40.62% from 255 or 22.15% from 465); Blue value is 110 (43.36% from 255 or 23.66% from 465); Max value from RGB is 252 - color contains mainly: red. Hex color #FC676E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC676E is #039891. Grayscale: #949494. Windows color (decimal): -235666 or 7235580. OLE color: 7235580.
HSL color Cylindrical-coordinate representation of color #FC676E: hue angle of 357.18º 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 #FC676E is Cyan = 0, Magento = 0.59, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 103 | 110 | - |
| CMYK | 0 | 0.59 | 0.56 | 0.01 |
| HSL | 357.18º | 0.96% | 0.7% | - |
| HSV(B) | 357.18º | 0.59% | 0.99% | - |
| XYZ | 47.81 | 31.52 | 18.32 | - |
| YUV | 148.35 | 106.36 | 201.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 103 | 110 | 0 | 0.59 | 0.56 | 0.01 | 357.18 | 0.96 | 0.7 |
| Hex | FC | 67 | 6E | 0 | 3B | 38 | 1 | 165 | 60 | 46 |
| Octal | 374 | 147 | 156 | 0 | 73 | 70 | 1 | 545 | 140 | 106 |
| Binary | 11111100 | 1100111 | 1101110 | 0 | 111011 | 111000 | 1 | 101100101 | 1100000 | 1000110 |
Color Harmonies of #FC676E
Complementary color
Monochromatic Colors of #FC676E
Black with #FC676E
Text Example
Text Example
White with #FC676E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC676E; }
p { color: rgb(252,103,110); }
H1.HeaderClassName
{
color: #FC676E;
}
.AnyTagClassName
{
color: #FC676E;
}
</style>
background-color css
<style>
a { background-color: #FC676E; }
a { background-color: rgb(252,103,110); }
div.DivClassName
{
background-color: #FC676E;
}
.BgClassName
{
background-color: #FC676E;
}
</style>
border-color css
<style>
span { border-color: #FC676E; }
span { border-color: rgb(252,103,110); }
td.TdClassName
{
border-color: #FC676E;
}
.TagClassName
{
border-color: #FC676E;
}
</style>