Shades of Wild Watermelon #FF507E
Tints of Wild Watermelon #FF507E
RGB
CMYK
RGB Variations
Color information
#FF507E (or 0xFF507E) is known color: Wild Watermelon. HEX triplet: FF, 50 and 7E. RGB value is (255,80,126). Sum of RGB (Red+Green+Blue) = 255+80+126=461 (61% of max value = 765). Red value is 255 (100% from 255 or 55.31% from 461); Green value is 80 (31.64% from 255 or 17.35% from 461); Blue value is 126 (49.61% from 255 or 27.33% from 461); Max value from RGB is 255 - color contains mainly: red. Hex color #FF507E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF507E is #00AF81. Grayscale: #898989. Windows color (decimal): -44930 or 8278271. OLE color: 8278271.
HSL color Cylindrical-coordinate representation of color #FF507E: hue angle of 344.23º 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 #FF507E is Cyan = 0, Magento = 0.69, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 80 | 126 | - |
| CMYK | 0 | 0.69 | 0.51 | 0 |
| HSL | 344.23º | 1% | 0.66% | - |
| HSV(B) | 344.23º | 0.69% | 1% | - |
| XYZ | 47.87 | 28.5 | 22.72 | - |
| YUV | 137.57 | 121.48 | 211.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 80 | 126 | 0 | 0.69 | 0.51 | 0 | 344.23 | 1 | 0.66 |
| Hex | FF | 50 | 7E | 0 | 45 | 33 | 0 | 158 | 64 | 42 |
| Octal | 377 | 120 | 176 | 0 | 105 | 63 | 0 | 530 | 144 | 102 |
| Binary | 11111111 | 1010000 | 1111110 | 0 | 1000101 | 110011 | 0 | 101011000 | 1100100 | 1000010 |
Color Harmonies of #FF507E
Complementary color
Monochromatic Colors of #FF507E
Black with #FF507E
Text Example
Text Example
White with #FF507E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF507E; }
p { color: rgb(255,80,126); }
H1.HeaderClassName
{
color: #FF507E;
}
.AnyTagClassName
{
color: #FF507E;
}
</style>
background-color css
<style>
a { background-color: #FF507E; }
a { background-color: rgb(255,80,126); }
div.DivClassName
{
background-color: #FF507E;
}
.BgClassName
{
background-color: #FF507E;
}
</style>
border-color css
<style>
span { border-color: #FF507E; }
span { border-color: rgb(255,80,126); }
td.TdClassName
{
border-color: #FF507E;
}
.TagClassName
{
border-color: #FF507E;
}
</style>