Shades of Wild Watermelon #FF6574
Tints of Wild Watermelon #FF6574
RGB
CMYK
RGB Variations
Color information
#FF6574 (or 0xFF6574) is known color: Wild Watermelon. HEX triplet: FF, 65 and 74. RGB value is (255,101,116). Sum of RGB (Red+Green+Blue) = 255+101+116=472 (62% of max value = 765). Red value is 255 (100% from 255 or 54.03% from 472); Green value is 101 (39.84% from 255 or 21.40% from 472); Blue value is 116 (45.70% from 255 or 24.58% from 472); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6574 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6574 is #009A8B. Grayscale: #949494. Windows color (decimal): -39564 or 7628287. OLE color: 7628287.
HSL color Cylindrical-coordinate representation of color #FF6574: hue angle of 354.16º 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 #FF6574 is Cyan = 0, Magento = 0.60, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 101 | 116 | - |
| CMYK | 0 | 0.60 | 0.55 | 0 |
| HSL | 354.16º | 1% | 0.7% | - |
| HSV(B) | 354.16º | 0.6% | 1% | - |
| XYZ | 49.05 | 31.83 | 20.08 | - |
| YUV | 148.76 | 109.52 | 203.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 101 | 116 | 0 | 0.60 | 0.55 | 0 | 354.16 | 1 | 0.7 |
| Hex | FF | 65 | 74 | 0 | 3C | 37 | 0 | 162 | 64 | 46 |
| Octal | 377 | 145 | 164 | 0 | 74 | 67 | 0 | 542 | 144 | 106 |
| Binary | 11111111 | 1100101 | 1110100 | 0 | 111100 | 110111 | 0 | 101100010 | 1100100 | 1000110 |
Color Harmonies of #FF6574
Complementary color
Monochromatic Colors of #FF6574
Black with #FF6574
Text Example
Text Example
White with #FF6574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6574; }
p { color: rgb(255,101,116); }
H1.HeaderClassName
{
color: #FF6574;
}
.AnyTagClassName
{
color: #FF6574;
}
</style>
background-color css
<style>
a { background-color: #FF6574; }
a { background-color: rgb(255,101,116); }
div.DivClassName
{
background-color: #FF6574;
}
.BgClassName
{
background-color: #FF6574;
}
</style>
border-color css
<style>
span { border-color: #FF6574; }
span { border-color: rgb(255,101,116); }
td.TdClassName
{
border-color: #FF6574;
}
.TagClassName
{
border-color: #FF6574;
}
</style>