Shades of Wild Watermelon #FF6672
Tints of Wild Watermelon #FF6672
RGB
CMYK
RGB Variations
Color information
#FF6672 (or 0xFF6672) is known color: Wild Watermelon. HEX triplet: FF, 66 and 72. RGB value is (255,102,114). Sum of RGB (Red+Green+Blue) = 255+102+114=471 (62% of max value = 765). Red value is 255 (100% from 255 or 54.14% from 471); Green value is 102 (40.23% from 255 or 21.66% from 471); Blue value is 114 (44.92% from 255 or 24.20% from 471); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6672 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6672 is #00998D. Grayscale: #959595. Windows color (decimal): -39310 or 7497471. OLE color: 7497471.
HSL color Cylindrical-coordinate representation of color #FF6672: hue angle of 355.29º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FF6672 is Cyan = 0, Magento = 0.6, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 102 | 114 | - |
| CMYK | 0 | 0.6 | 0.55 | 0 |
| HSL | 355.29º | 1% | 0.7% | - |
| HSV(B) | 355.29º | 0.6% | 1% | - |
| XYZ | 49.03 | 31.98 | 19.51 | - |
| YUV | 149.12 | 108.19 | 203.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 102 | 114 | 0 | 0.6 | 0.55 | 0 | 355.29 | 1 | 0.7 |
| Hex | FF | 66 | 72 | 0 | 3C | 37 | 0 | 163 | 64 | 46 |
| Octal | 377 | 146 | 162 | 0 | 74 | 67 | 0 | 543 | 144 | 106 |
| Binary | 11111111 | 1100110 | 1110010 | 0 | 111100 | 110111 | 0 | 101100011 | 1100100 | 1000110 |
Color Harmonies of #FF6672
Complementary color
Monochromatic Colors of #FF6672
Black with #FF6672
Text Example
Text Example
White with #FF6672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6672; }
p { color: rgb(255,102,114); }
H1.HeaderClassName
{
color: #FF6672;
}
.AnyTagClassName
{
color: #FF6672;
}
</style>
background-color css
<style>
a { background-color: #FF6672; }
a { background-color: rgb(255,102,114); }
div.DivClassName
{
background-color: #FF6672;
}
.BgClassName
{
background-color: #FF6672;
}
</style>
border-color css
<style>
span { border-color: #FF6672; }
span { border-color: rgb(255,102,114); }
td.TdClassName
{
border-color: #FF6672;
}
.TagClassName
{
border-color: #FF6672;
}
</style>