Shades of Wild Watermelon #F5506B
Tints of Wild Watermelon #F5506B
RGB
CMYK
RGB Variations
Color information
#F5506B (or 0xF5506B) is known color: Wild Watermelon. HEX triplet: F5, 50 and 6B. RGB value is (245,80,107). Sum of RGB (Red+Green+Blue) = 245+80+107=432 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.71% from 432); Green value is 80 (31.64% from 255 or 18.52% from 432); Blue value is 107 (42.19% from 255 or 24.77% from 432); Max value from RGB is 245 - color contains mainly: red. Hex color #F5506B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5506B is #0AAF94. Grayscale: #848484. Windows color (decimal): -700309 or 7033077. OLE color: 7033077.
HSL color Cylindrical-coordinate representation of color #F5506B: hue angle of 350.18º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F5506B is Cyan = 0, Magento = 0.67, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 80 | 107 | - |
| CMYK | 0 | 0.67 | 0.56 | 0.04 |
| HSL | 350.18º | 0.89% | 0.64% | - |
| HSV(B) | 350.18º | 0.67% | 0.96% | - |
| XYZ | 43.18 | 26.21 | 16.69 | - |
| YUV | 132.41 | 113.66 | 208.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 80 | 107 | 0 | 0.67 | 0.56 | 0.04 | 350.18 | 0.89 | 0.64 |
| Hex | F5 | 50 | 6B | 0 | 43 | 38 | 4 | 15E | 59 | 40 |
| Octal | 365 | 120 | 153 | 0 | 103 | 70 | 4 | 536 | 131 | 100 |
| Binary | 11110101 | 1010000 | 1101011 | 0 | 1000011 | 111000 | 100 | 101011110 | 1011001 | 1000000 |
Color Harmonies of #F5506B
Complementary color
Monochromatic Colors of #F5506B
Black with #F5506B
Text Example
Text Example
White with #F5506B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5506B; }
p { color: rgb(245,80,107); }
H1.HeaderClassName
{
color: #F5506B;
}
.AnyTagClassName
{
color: #F5506B;
}
</style>
background-color css
<style>
a { background-color: #F5506B; }
a { background-color: rgb(245,80,107); }
div.DivClassName
{
background-color: #F5506B;
}
.BgClassName
{
background-color: #F5506B;
}
</style>
border-color css
<style>
span { border-color: #F5506B; }
span { border-color: rgb(245,80,107); }
td.TdClassName
{
border-color: #F5506B;
}
.TagClassName
{
border-color: #F5506B;
}
</style>