Shades of Wild Watermelon #F5507B
Tints of Wild Watermelon #F5507B
RGB
CMYK
RGB Variations
Color information
#F5507B (or 0xF5507B) is known color: Wild Watermelon. HEX triplet: F5, 50 and 7B. RGB value is (245,80,123). Sum of RGB (Red+Green+Blue) = 245+80+123=448 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.69% from 448); Green value is 80 (31.64% from 255 or 17.86% from 448); Blue value is 123 (48.44% from 255 or 27.46% from 448); Max value from RGB is 245 - color contains mainly: red. Hex color #F5507B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5507B is #0AAF84. Grayscale: #868686. Windows color (decimal): -700293 or 8081653. OLE color: 8081653.
HSL color Cylindrical-coordinate representation of color #F5507B: hue angle of 344.36º 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 #F5507B is Cyan = 0, Magento = 0.67, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 80 | 123 | - |
| CMYK | 0 | 0.67 | 0.50 | 0.04 |
| HSL | 344.36º | 0.89% | 0.64% | - |
| HSV(B) | 344.36º | 0.67% | 0.96% | - |
| XYZ | 44.1 | 26.58 | 21.54 | - |
| YUV | 134.24 | 121.66 | 207 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 80 | 123 | 0 | 0.67 | 0.50 | 0.04 | 344.36 | 0.89 | 0.64 |
| Hex | F5 | 50 | 7B | 0 | 43 | 32 | 4 | 158 | 59 | 40 |
| Octal | 365 | 120 | 173 | 0 | 103 | 62 | 4 | 530 | 131 | 100 |
| Binary | 11110101 | 1010000 | 1111011 | 0 | 1000011 | 110010 | 100 | 101011000 | 1011001 | 1000000 |
Color Harmonies of #F5507B
Complementary color
Monochromatic Colors of #F5507B
Black with #F5507B
Text Example
Text Example
White with #F5507B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5507B; }
p { color: rgb(245,80,123); }
H1.HeaderClassName
{
color: #F5507B;
}
.AnyTagClassName
{
color: #F5507B;
}
</style>
background-color css
<style>
a { background-color: #F5507B; }
a { background-color: rgb(245,80,123); }
div.DivClassName
{
background-color: #F5507B;
}
.BgClassName
{
background-color: #F5507B;
}
</style>
border-color css
<style>
span { border-color: #F5507B; }
span { border-color: rgb(245,80,123); }
td.TdClassName
{
border-color: #F5507B;
}
.TagClassName
{
border-color: #F5507B;
}
</style>