Shades of Wild Watermelon #FF5069
Tints of Wild Watermelon #FF5069
RGB
CMYK
RGB Variations
Color information
#FF5069 (or 0xFF5069) is known color: Wild Watermelon. HEX triplet: FF, 50 and 69. RGB value is (255,80,105). Sum of RGB (Red+Green+Blue) = 255+80+105=440 (58% of max value = 765). Red value is 255 (100% from 255 or 57.95% from 440); Green value is 80 (31.64% from 255 or 18.18% from 440); Blue value is 105 (41.41% from 255 or 23.86% from 440); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5069 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5069 is #00AF96. Grayscale: #878787. Windows color (decimal): -44951 or 6902015. OLE color: 6902015.
HSL color Cylindrical-coordinate representation of color #FF5069: hue angle of 351.43º 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 #FF5069 is Cyan = 0, Magento = 0.69, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 80 | 105 | - |
| CMYK | 0 | 0.69 | 0.59 | 0 |
| HSL | 351.43º | 1% | 0.66% | - |
| HSV(B) | 351.43º | 0.69% | 1% | - |
| XYZ | 46.66 | 28.02 | 16.31 | - |
| YUV | 135.18 | 110.98 | 213.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 80 | 105 | 0 | 0.69 | 0.59 | 0 | 351.43 | 1 | 0.66 |
| Hex | FF | 50 | 69 | 0 | 45 | 3B | 0 | 15F | 64 | 42 |
| Octal | 377 | 120 | 151 | 0 | 105 | 73 | 0 | 537 | 144 | 102 |
| Binary | 11111111 | 1010000 | 1101001 | 0 | 1000101 | 111011 | 0 | 101011111 | 1100100 | 1000010 |
Color Harmonies of #FF5069
Complementary color
Monochromatic Colors of #FF5069
Black with #FF5069
Text Example
Text Example
White with #FF5069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5069; }
p { color: rgb(255,80,105); }
H1.HeaderClassName
{
color: #FF5069;
}
.AnyTagClassName
{
color: #FF5069;
}
</style>
background-color css
<style>
a { background-color: #FF5069; }
a { background-color: rgb(255,80,105); }
div.DivClassName
{
background-color: #FF5069;
}
.BgClassName
{
background-color: #FF5069;
}
</style>
border-color css
<style>
span { border-color: #FF5069; }
span { border-color: rgb(255,80,105); }
td.TdClassName
{
border-color: #FF5069;
}
.TagClassName
{
border-color: #FF5069;
}
</style>