Shades of Wild Watermelon #FF5574
Tints of Wild Watermelon #FF5574
RGB
CMYK
RGB Variations
Color information
#FF5574 (or 0xFF5574) is known color: Wild Watermelon. HEX triplet: FF, 55 and 74. RGB value is (255,85,116). Sum of RGB (Red+Green+Blue) = 255+85+116=456 (60% of max value = 765). Red value is 255 (100% from 255 or 55.92% from 456); Green value is 85 (33.59% from 255 or 18.64% from 456); Blue value is 116 (45.70% from 255 or 25.44% from 456); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5574 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5574 is #00AA8B. Grayscale: #8B8B8B. Windows color (decimal): -43660 or 7624191. OLE color: 7624191.
HSL color Cylindrical-coordinate representation of color #FF5574: hue angle of 349.06º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FF5574 is Cyan = 0, Magento = 0.67, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 85 | 116 | - |
| CMYK | 0 | 0.67 | 0.55 | 0 |
| HSL | 349.06º | 1% | 0.67% | - |
| HSV(B) | 349.06º | 0.67% | 1% | - |
| XYZ | 47.64 | 29.02 | 19.61 | - |
| YUV | 139.36 | 114.82 | 210.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 85 | 116 | 0 | 0.67 | 0.55 | 0 | 349.06 | 1 | 0.67 |
| Hex | FF | 55 | 74 | 0 | 43 | 37 | 0 | 15D | 64 | 43 |
| Octal | 377 | 125 | 164 | 0 | 103 | 67 | 0 | 535 | 144 | 103 |
| Binary | 11111111 | 1010101 | 1110100 | 0 | 1000011 | 110111 | 0 | 101011101 | 1100100 | 1000011 |
Color Harmonies of #FF5574
Complementary color
Monochromatic Colors of #FF5574
Black with #FF5574
Text Example
Text Example
White with #FF5574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5574; }
p { color: rgb(255,85,116); }
H1.HeaderClassName
{
color: #FF5574;
}
.AnyTagClassName
{
color: #FF5574;
}
</style>
background-color css
<style>
a { background-color: #FF5574; }
a { background-color: rgb(255,85,116); }
div.DivClassName
{
background-color: #FF5574;
}
.BgClassName
{
background-color: #FF5574;
}
</style>
border-color css
<style>
span { border-color: #FF5574; }
span { border-color: rgb(255,85,116); }
td.TdClassName
{
border-color: #FF5574;
}
.TagClassName
{
border-color: #FF5574;
}
</style>