Shades of Wild Watermelon #F55A6A
Tints of Wild Watermelon #F55A6A
RGB
CMYK
RGB Variations
Color information
#F55A6A (or 0xF55A6A) is known color: Wild Watermelon. HEX triplet: F5, 5A and 6A. RGB value is (245,90,106). Sum of RGB (Red+Green+Blue) = 245+90+106=441 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.56% from 441); Green value is 90 (35.55% from 255 or 20.41% from 441); Blue value is 106 (41.80% from 255 or 24.04% from 441); Max value from RGB is 245 - color contains mainly: red. Hex color #F55A6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F55A6A is #0AA595. Grayscale: #8A8A8A. Windows color (decimal): -697750 or 6970101. OLE color: 6970101.
HSL color Cylindrical-coordinate representation of color #F55A6A: hue angle of 353.81º 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 #F55A6A is Cyan = 0, Magento = 0.63, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 90 | 106 | - |
| CMYK | 0 | 0.63 | 0.57 | 0.04 |
| HSL | 353.81º | 0.89% | 0.66% | - |
| HSV(B) | 353.81º | 0.63% | 0.96% | - |
| XYZ | 43.91 | 27.77 | 16.68 | - |
| YUV | 138.17 | 109.85 | 204.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 90 | 106 | 0 | 0.63 | 0.57 | 0.04 | 353.81 | 0.89 | 0.66 |
| Hex | F5 | 5A | 6A | 0 | 3F | 39 | 4 | 162 | 59 | 42 |
| Octal | 365 | 132 | 152 | 0 | 77 | 71 | 4 | 542 | 131 | 102 |
| Binary | 11110101 | 1011010 | 1101010 | 0 | 111111 | 111001 | 100 | 101100010 | 1011001 | 1000010 |
Color Harmonies of #F55A6A
Complementary color
Monochromatic Colors of #F55A6A
Black with #F55A6A
Text Example
Text Example
White with #F55A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55A6A; }
p { color: rgb(245,90,106); }
H1.HeaderClassName
{
color: #F55A6A;
}
.AnyTagClassName
{
color: #F55A6A;
}
</style>
background-color css
<style>
a { background-color: #F55A6A; }
a { background-color: rgb(245,90,106); }
div.DivClassName
{
background-color: #F55A6A;
}
.BgClassName
{
background-color: #F55A6A;
}
</style>
border-color css
<style>
span { border-color: #F55A6A; }
span { border-color: rgb(245,90,106); }
td.TdClassName
{
border-color: #F55A6A;
}
.TagClassName
{
border-color: #F55A6A;
}
</style>