Shades of Wild Watermelon #FF5379
Tints of Wild Watermelon #FF5379
RGB
CMYK
RGB Variations
Color information
#FF5379 (or 0xFF5379) is known color: Wild Watermelon. HEX triplet: FF, 53 and 79. RGB value is (255,83,121). Sum of RGB (Red+Green+Blue) = 255+83+121=459 (60% of max value = 765). Red value is 255 (100% from 255 or 55.56% from 459); Green value is 83 (32.81% from 255 or 18.08% from 459); Blue value is 121 (47.66% from 255 or 26.36% from 459); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5379 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5379 is #00AC86. Grayscale: #8A8A8A. Windows color (decimal): -44167 or 7951359. OLE color: 7951359.
HSL color Cylindrical-coordinate representation of color #FF5379: hue angle of 346.74º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FF5379 is Cyan = 0, Magento = 0.67, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 83 | 121 | - |
| CMYK | 0 | 0.67 | 0.53 | 0 |
| HSL | 346.74º | 1% | 0.66% | - |
| HSV(B) | 346.74º | 0.67% | 1% | - |
| XYZ | 47.78 | 28.83 | 21.13 | - |
| YUV | 138.76 | 117.98 | 210.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 83 | 121 | 0 | 0.67 | 0.53 | 0 | 346.74 | 1 | 0.66 |
| Hex | FF | 53 | 79 | 0 | 43 | 35 | 0 | 15B | 64 | 42 |
| Octal | 377 | 123 | 171 | 0 | 103 | 65 | 0 | 533 | 144 | 102 |
| Binary | 11111111 | 1010011 | 1111001 | 0 | 1000011 | 110101 | 0 | 101011011 | 1100100 | 1000010 |
Color Harmonies of #FF5379
Complementary color
Monochromatic Colors of #FF5379
Black with #FF5379
Text Example
Text Example
White with #FF5379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5379; }
p { color: rgb(255,83,121); }
H1.HeaderClassName
{
color: #FF5379;
}
.AnyTagClassName
{
color: #FF5379;
}
</style>
background-color css
<style>
a { background-color: #FF5379; }
a { background-color: rgb(255,83,121); }
div.DivClassName
{
background-color: #FF5379;
}
.BgClassName
{
background-color: #FF5379;
}
</style>
border-color css
<style>
span { border-color: #FF5379; }
span { border-color: rgb(255,83,121); }
td.TdClassName
{
border-color: #FF5379;
}
.TagClassName
{
border-color: #FF5379;
}
</style>