Shades of Wild Watermelon #FF506D
Tints of Wild Watermelon #FF506D
RGB
CMYK
RGB Variations
Color information
#FF506D (or 0xFF506D) is known color: Wild Watermelon. HEX triplet: FF, 50 and 6D. RGB value is (255,80,109). Sum of RGB (Red+Green+Blue) = 255+80+109=444 (58% of max value = 765). Red value is 255 (100% from 255 or 57.43% from 444); Green value is 80 (31.64% from 255 or 18.02% from 444); Blue value is 109 (42.97% from 255 or 24.55% from 444); Max value from RGB is 255 - color contains mainly: red. Hex color #FF506D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF506D is #00AF92. Grayscale: #878787. Windows color (decimal): -44947 or 7164159. OLE color: 7164159.
HSL color Cylindrical-coordinate representation of color #FF506D: hue angle of 350.06º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FF506D is Cyan = 0, Magento = 0.69, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 80 | 109 | - |
| CMYK | 0 | 0.69 | 0.57 | 0 |
| HSL | 350.06º | 1% | 0.66% | - |
| HSV(B) | 350.06º | 0.69% | 1% | - |
| XYZ | 46.87 | 28.1 | 17.42 | - |
| YUV | 135.63 | 112.98 | 213.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 80 | 109 | 0 | 0.69 | 0.57 | 0 | 350.06 | 1 | 0.66 |
| Hex | FF | 50 | 6D | 0 | 45 | 39 | 0 | 15E | 64 | 42 |
| Octal | 377 | 120 | 155 | 0 | 105 | 71 | 0 | 536 | 144 | 102 |
| Binary | 11111111 | 1010000 | 1101101 | 0 | 1000101 | 111001 | 0 | 101011110 | 1100100 | 1000010 |
Color Harmonies of #FF506D
Complementary color
Monochromatic Colors of #FF506D
Black with #FF506D
Text Example
Text Example
White with #FF506D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF506D; }
p { color: rgb(255,80,109); }
H1.HeaderClassName
{
color: #FF506D;
}
.AnyTagClassName
{
color: #FF506D;
}
</style>
background-color css
<style>
a { background-color: #FF506D; }
a { background-color: rgb(255,80,109); }
div.DivClassName
{
background-color: #FF506D;
}
.BgClassName
{
background-color: #FF506D;
}
</style>
border-color css
<style>
span { border-color: #FF506D; }
span { border-color: rgb(255,80,109); }
td.TdClassName
{
border-color: #FF506D;
}
.TagClassName
{
border-color: #FF506D;
}
</style>