Shades of Wild Watermelon #FF6C72
Tints of Wild Watermelon #FF6C72
RGB
CMYK
RGB Variations
Color information
#FF6C72 (or 0xFF6C72) is known color: Wild Watermelon. HEX triplet: FF, 6C and 72. RGB value is (255,108,114). Sum of RGB (Red+Green+Blue) = 255+108+114=477 (63% of max value = 765). Red value is 255 (100% from 255 or 53.46% from 477); Green value is 108 (42.58% from 255 or 22.64% from 477); Blue value is 114 (44.92% from 255 or 23.90% from 477); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6C72 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6C72 is #00938D. Grayscale: #989898. Windows color (decimal): -37774 or 7499007. OLE color: 7499007.
HSL color Cylindrical-coordinate representation of color #FF6C72: hue angle of 357.55º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FF6C72 is Cyan = 0, Magento = 0.58, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 108 | 114 | - |
| CMYK | 0 | 0.58 | 0.55 | 0 |
| HSL | 357.55º | 1% | 0.71% | - |
| HSV(B) | 357.55º | 0.58% | 1% | - |
| XYZ | 49.64 | 33.2 | 19.71 | - |
| YUV | 152.64 | 106.2 | 201.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 108 | 114 | 0 | 0.58 | 0.55 | 0 | 357.55 | 1 | 0.71 |
| Hex | FF | 6C | 72 | 0 | 3A | 37 | 0 | 166 | 64 | 47 |
| Octal | 377 | 154 | 162 | 0 | 72 | 67 | 0 | 546 | 144 | 107 |
| Binary | 11111111 | 1101100 | 1110010 | 0 | 111010 | 110111 | 0 | 101100110 | 1100100 | 1000111 |
Color Harmonies of #FF6C72
Complementary color
Monochromatic Colors of #FF6C72
Black with #FF6C72
Text Example
Text Example
White with #FF6C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6C72; }
p { color: rgb(255,108,114); }
H1.HeaderClassName
{
color: #FF6C72;
}
.AnyTagClassName
{
color: #FF6C72;
}
</style>
background-color css
<style>
a { background-color: #FF6C72; }
a { background-color: rgb(255,108,114); }
div.DivClassName
{
background-color: #FF6C72;
}
.BgClassName
{
background-color: #FF6C72;
}
</style>
border-color css
<style>
span { border-color: #FF6C72; }
span { border-color: rgb(255,108,114); }
td.TdClassName
{
border-color: #FF6C72;
}
.TagClassName
{
border-color: #FF6C72;
}
</style>