Shades of Wild Watermelon #FF6D72
Tints of Wild Watermelon #FF6D72
RGB
CMYK
RGB Variations
Color information
#FF6D72 (or 0xFF6D72) is known color: Wild Watermelon. HEX triplet: FF, 6D and 72. RGB value is (255,109,114). Sum of RGB (Red+Green+Blue) = 255+109+114=478 (63% of max value = 765). Red value is 255 (100% from 255 or 53.35% from 478); Green value is 109 (42.97% from 255 or 22.80% from 478); Blue value is 114 (44.92% from 255 or 23.85% from 478); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6D72 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6D72 is #00928D. Grayscale: #999999. Windows color (decimal): -37518 or 7499263. OLE color: 7499263.
HSL color Cylindrical-coordinate representation of color #FF6D72: hue angle of 357.95º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FF6D72 is Cyan = 0, Magento = 0.57, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 109 | 114 | - |
| CMYK | 0 | 0.57 | 0.55 | 0 |
| HSL | 357.95º | 1% | 0.71% | - |
| HSV(B) | 357.95º | 0.57% | 1% | - |
| XYZ | 49.75 | 33.41 | 19.75 | - |
| YUV | 153.22 | 105.87 | 200.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 109 | 114 | 0 | 0.57 | 0.55 | 0 | 357.95 | 1 | 0.71 |
| Hex | FF | 6D | 72 | 0 | 39 | 37 | 0 | 166 | 64 | 47 |
| Octal | 377 | 155 | 162 | 0 | 71 | 67 | 0 | 546 | 144 | 107 |
| Binary | 11111111 | 1101101 | 1110010 | 0 | 111001 | 110111 | 0 | 101100110 | 1100100 | 1000111 |
Color Harmonies of #FF6D72
Complementary color
Monochromatic Colors of #FF6D72
Black with #FF6D72
Text Example
Text Example
White with #FF6D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6D72; }
p { color: rgb(255,109,114); }
H1.HeaderClassName
{
color: #FF6D72;
}
.AnyTagClassName
{
color: #FF6D72;
}
</style>
background-color css
<style>
a { background-color: #FF6D72; }
a { background-color: rgb(255,109,114); }
div.DivClassName
{
background-color: #FF6D72;
}
.BgClassName
{
background-color: #FF6D72;
}
</style>
border-color css
<style>
span { border-color: #FF6D72; }
span { border-color: rgb(255,109,114); }
td.TdClassName
{
border-color: #FF6D72;
}
.TagClassName
{
border-color: #FF6D72;
}
</style>