Shades of Wild Watermelon #F55A7B
Tints of Wild Watermelon #F55A7B
RGB
CMYK
RGB Variations
Color information
#F55A7B (or 0xF55A7B) is known color: Wild Watermelon. HEX triplet: F5, 5A and 7B. RGB value is (245,90,123). Sum of RGB (Red+Green+Blue) = 245+90+123=458 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.49% from 458); Green value is 90 (35.55% from 255 or 19.65% from 458); Blue value is 123 (48.44% from 255 or 26.86% from 458); Max value from RGB is 245 - color contains mainly: red. Hex color #F55A7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F55A7B is #0AA584. Grayscale: #8C8C8C. Windows color (decimal): -697733 or 8084213. OLE color: 8084213.
HSL color Cylindrical-coordinate representation of color #F55A7B: hue angle of 347.23º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F55A7B is Cyan = 0, Magento = 0.63, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 90 | 123 | - |
| CMYK | 0 | 0.63 | 0.50 | 0.04 |
| HSL | 347.23º | 0.89% | 0.66% | - |
| HSV(B) | 347.23º | 0.63% | 0.96% | - |
| XYZ | 44.89 | 28.15 | 21.81 | - |
| YUV | 140.11 | 118.35 | 202.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 90 | 123 | 0 | 0.63 | 0.50 | 0.04 | 347.23 | 0.89 | 0.66 |
| Hex | F5 | 5A | 7B | 0 | 3F | 32 | 4 | 15B | 59 | 42 |
| Octal | 365 | 132 | 173 | 0 | 77 | 62 | 4 | 533 | 131 | 102 |
| Binary | 11110101 | 1011010 | 1111011 | 0 | 111111 | 110010 | 100 | 101011011 | 1011001 | 1000010 |
Color Harmonies of #F55A7B
Complementary color
Monochromatic Colors of #F55A7B
Black with #F55A7B
Text Example
Text Example
White with #F55A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55A7B; }
p { color: rgb(245,90,123); }
H1.HeaderClassName
{
color: #F55A7B;
}
.AnyTagClassName
{
color: #F55A7B;
}
</style>
background-color css
<style>
a { background-color: #F55A7B; }
a { background-color: rgb(245,90,123); }
div.DivClassName
{
background-color: #F55A7B;
}
.BgClassName
{
background-color: #F55A7B;
}
</style>
border-color css
<style>
span { border-color: #F55A7B; }
span { border-color: rgb(245,90,123); }
td.TdClassName
{
border-color: #F55A7B;
}
.TagClassName
{
border-color: #F55A7B;
}
</style>