Shades of Wild Watermelon #F55A6B
Tints of Wild Watermelon #F55A6B
RGB
CMYK
RGB Variations
Color information
#F55A6B (or 0xF55A6B) is known color: Wild Watermelon. HEX triplet: F5, 5A and 6B. RGB value is (245,90,107). Sum of RGB (Red+Green+Blue) = 245+90+107=442 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.43% from 442); Green value is 90 (35.55% from 255 or 20.36% from 442); Blue value is 107 (42.19% from 255 or 24.21% from 442); Max value from RGB is 245 - color contains mainly: red. Hex color #F55A6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F55A6B is #0AA594. Grayscale: #8A8A8A. Windows color (decimal): -697749 or 7035637. OLE color: 7035637.
HSL color Cylindrical-coordinate representation of color #F55A6B: hue angle of 353.42º 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 #F55A6B is Cyan = 0, Magento = 0.63, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 90 | 107 | - |
| CMYK | 0 | 0.63 | 0.56 | 0.04 |
| HSL | 353.42º | 0.89% | 0.66% | - |
| HSV(B) | 353.42º | 0.63% | 0.96% | - |
| XYZ | 43.97 | 27.79 | 16.96 | - |
| YUV | 138.28 | 110.35 | 204.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 90 | 107 | 0 | 0.63 | 0.56 | 0.04 | 353.42 | 0.89 | 0.66 |
| Hex | F5 | 5A | 6B | 0 | 3F | 38 | 4 | 161 | 59 | 42 |
| Octal | 365 | 132 | 153 | 0 | 77 | 70 | 4 | 541 | 131 | 102 |
| Binary | 11110101 | 1011010 | 1101011 | 0 | 111111 | 111000 | 100 | 101100001 | 1011001 | 1000010 |
Color Harmonies of #F55A6B
Complementary color
Monochromatic Colors of #F55A6B
Black with #F55A6B
Text Example
Text Example
White with #F55A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55A6B; }
p { color: rgb(245,90,107); }
H1.HeaderClassName
{
color: #F55A6B;
}
.AnyTagClassName
{
color: #F55A6B;
}
</style>
background-color css
<style>
a { background-color: #F55A6B; }
a { background-color: rgb(245,90,107); }
div.DivClassName
{
background-color: #F55A6B;
}
.BgClassName
{
background-color: #F55A6B;
}
</style>
border-color css
<style>
span { border-color: #F55A6B; }
span { border-color: rgb(245,90,107); }
td.TdClassName
{
border-color: #F55A6B;
}
.TagClassName
{
border-color: #F55A6B;
}
</style>