Shades of Wild Watermelon #FF6774
Tints of Wild Watermelon #FF6774
RGB
CMYK
RGB Variations
Color information
#FF6774 (or 0xFF6774) is known color: Wild Watermelon. HEX triplet: FF, 67 and 74. RGB value is (255,103,116). Sum of RGB (Red+Green+Blue) = 255+103+116=474 (62% of max value = 765). Red value is 255 (100% from 255 or 53.80% from 474); Green value is 103 (40.62% from 255 or 21.73% from 474); Blue value is 116 (45.70% from 255 or 24.47% from 474); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6774 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6774 is #00988B. Grayscale: #969696. Windows color (decimal): -39052 or 7628799. OLE color: 7628799.
HSL color Cylindrical-coordinate representation of color #FF6774: hue angle of 354.87º 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 #FF6774 is Cyan = 0, Magento = 0.60, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 103 | 116 | - |
| CMYK | 0 | 0.60 | 0.55 | 0 |
| HSL | 354.87º | 1% | 0.7% | - |
| HSV(B) | 354.87º | 0.6% | 1% | - |
| XYZ | 49.24 | 32.22 | 20.15 | - |
| YUV | 149.93 | 108.86 | 202.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 103 | 116 | 0 | 0.60 | 0.55 | 0 | 354.87 | 1 | 0.7 |
| Hex | FF | 67 | 74 | 0 | 3C | 37 | 0 | 163 | 64 | 46 |
| Octal | 377 | 147 | 164 | 0 | 74 | 67 | 0 | 543 | 144 | 106 |
| Binary | 11111111 | 1100111 | 1110100 | 0 | 111100 | 110111 | 0 | 101100011 | 1100100 | 1000110 |
Color Harmonies of #FF6774
Complementary color
Monochromatic Colors of #FF6774
Black with #FF6774
Text Example
Text Example
White with #FF6774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6774; }
p { color: rgb(255,103,116); }
H1.HeaderClassName
{
color: #FF6774;
}
.AnyTagClassName
{
color: #FF6774;
}
</style>
background-color css
<style>
a { background-color: #FF6774; }
a { background-color: rgb(255,103,116); }
div.DivClassName
{
background-color: #FF6774;
}
.BgClassName
{
background-color: #FF6774;
}
</style>
border-color css
<style>
span { border-color: #FF6774; }
span { border-color: rgb(255,103,116); }
td.TdClassName
{
border-color: #FF6774;
}
.TagClassName
{
border-color: #FF6774;
}
</style>