Shades of Wild Watermelon #FF5075
Tints of Wild Watermelon #FF5075
RGB
CMYK
RGB Variations
Color information
#FF5075 (or 0xFF5075) is known color: Wild Watermelon. HEX triplet: FF, 50 and 75. RGB value is (255,80,117). Sum of RGB (Red+Green+Blue) = 255+80+117=452 (59% of max value = 765). Red value is 255 (100% from 255 or 56.42% from 452); Green value is 80 (31.64% from 255 or 17.70% from 452); Blue value is 117 (46.09% from 255 or 25.88% from 452); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5075 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5075 is #00AF8A. Grayscale: #888888. Windows color (decimal): -44939 or 7688447. OLE color: 7688447.
HSL color Cylindrical-coordinate representation of color #FF5075: hue angle of 347.31º 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 #FF5075 is Cyan = 0, Magento = 0.69, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 80 | 117 | - |
| CMYK | 0 | 0.69 | 0.54 | 0 |
| HSL | 347.31º | 1% | 0.66% | - |
| HSV(B) | 347.31º | 0.69% | 1% | - |
| XYZ | 47.32 | 28.28 | 19.79 | - |
| YUV | 136.54 | 116.98 | 212.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 80 | 117 | 0 | 0.69 | 0.54 | 0 | 347.31 | 1 | 0.66 |
| Hex | FF | 50 | 75 | 0 | 45 | 36 | 0 | 15B | 64 | 42 |
| Octal | 377 | 120 | 165 | 0 | 105 | 66 | 0 | 533 | 144 | 102 |
| Binary | 11111111 | 1010000 | 1110101 | 0 | 1000101 | 110110 | 0 | 101011011 | 1100100 | 1000010 |
Color Harmonies of #FF5075
Complementary color
Monochromatic Colors of #FF5075
Black with #FF5075
Text Example
Text Example
White with #FF5075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5075; }
p { color: rgb(255,80,117); }
H1.HeaderClassName
{
color: #FF5075;
}
.AnyTagClassName
{
color: #FF5075;
}
</style>
background-color css
<style>
a { background-color: #FF5075; }
a { background-color: rgb(255,80,117); }
div.DivClassName
{
background-color: #FF5075;
}
.BgClassName
{
background-color: #FF5075;
}
</style>
border-color css
<style>
span { border-color: #FF5075; }
span { border-color: rgb(255,80,117); }
td.TdClassName
{
border-color: #FF5075;
}
.TagClassName
{
border-color: #FF5075;
}
</style>