Shades of Wild Watermelon #FF6174
Tints of Wild Watermelon #FF6174
RGB
CMYK
RGB Variations
Color information
#FF6174 (or 0xFF6174) is known color: Wild Watermelon. HEX triplet: FF, 61 and 74. RGB value is (255,97,116). Sum of RGB (Red+Green+Blue) = 255+97+116=468 (61% of max value = 765). Red value is 255 (100% from 255 or 54.49% from 468); Green value is 97 (38.28% from 255 or 20.73% from 468); Blue value is 116 (45.70% from 255 or 24.79% from 468); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6174 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6174 is #009E8B. Grayscale: #929292. Windows color (decimal): -40588 or 7627263. OLE color: 7627263.
HSL color Cylindrical-coordinate representation of color #FF6174: hue angle of 352.78º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FF6174 is Cyan = 0, Magento = 0.62, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 97 | 116 | - |
| CMYK | 0 | 0.62 | 0.55 | 0 |
| HSL | 352.78º | 1% | 0.69% | - |
| HSV(B) | 352.78º | 0.62% | 1% | - |
| XYZ | 48.67 | 31.07 | 19.96 | - |
| YUV | 146.41 | 110.85 | 205.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 97 | 116 | 0 | 0.62 | 0.55 | 0 | 352.78 | 1 | 0.69 |
| Hex | FF | 61 | 74 | 0 | 3E | 37 | 0 | 161 | 64 | 45 |
| Octal | 377 | 141 | 164 | 0 | 76 | 67 | 0 | 541 | 144 | 105 |
| Binary | 11111111 | 1100001 | 1110100 | 0 | 111110 | 110111 | 0 | 101100001 | 1100100 | 1000101 |
Color Harmonies of #FF6174
Complementary color
Monochromatic Colors of #FF6174
Black with #FF6174
Text Example
Text Example
White with #FF6174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6174; }
p { color: rgb(255,97,116); }
H1.HeaderClassName
{
color: #FF6174;
}
.AnyTagClassName
{
color: #FF6174;
}
</style>
background-color css
<style>
a { background-color: #FF6174; }
a { background-color: rgb(255,97,116); }
div.DivClassName
{
background-color: #FF6174;
}
.BgClassName
{
background-color: #FF6174;
}
</style>
border-color css
<style>
span { border-color: #FF6174; }
span { border-color: rgb(255,97,116); }
td.TdClassName
{
border-color: #FF6174;
}
.TagClassName
{
border-color: #FF6174;
}
</style>