Shades of Wild Watermelon #F55C75
Tints of Wild Watermelon #F55C75
RGB
CMYK
RGB Variations
Color information
#F55C75 (or 0xF55C75) is known color: Wild Watermelon. HEX triplet: F5, 5C and 75. RGB value is (245,92,117). Sum of RGB (Red+Green+Blue) = 245+92+117=454 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.96% from 454); Green value is 92 (36.33% from 255 or 20.26% from 454); Blue value is 117 (46.09% from 255 or 25.77% from 454); Max value from RGB is 245 - color contains mainly: red. Hex color #F55C75 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F55C75 is #0AA38A. Grayscale: #8C8C8C. Windows color (decimal): -697227 or 7691509. OLE color: 7691509.
HSL color Cylindrical-coordinate representation of color #F55C75: hue angle of 350.2º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F55C75 is Cyan = 0, Magento = 0.62, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 92 | 117 | - |
| CMYK | 0 | 0.62 | 0.52 | 0.04 |
| HSL | 350.2º | 0.88% | 0.66% | - |
| HSV(B) | 350.2º | 0.62% | 0.96% | - |
| XYZ | 44.69 | 28.35 | 19.95 | - |
| YUV | 140.6 | 114.69 | 202.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 92 | 117 | 0 | 0.62 | 0.52 | 0.04 | 350.2 | 0.88 | 0.66 |
| Hex | F5 | 5C | 75 | 0 | 3E | 34 | 4 | 15E | 58 | 42 |
| Octal | 365 | 134 | 165 | 0 | 76 | 64 | 4 | 536 | 130 | 102 |
| Binary | 11110101 | 1011100 | 1110101 | 0 | 111110 | 110100 | 100 | 101011110 | 1011000 | 1000010 |
Color Harmonies of #F55C75
Complementary color
Monochromatic Colors of #F55C75
Black with #F55C75
Text Example
Text Example
White with #F55C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55C75; }
p { color: rgb(245,92,117); }
H1.HeaderClassName
{
color: #F55C75;
}
.AnyTagClassName
{
color: #F55C75;
}
</style>
background-color css
<style>
a { background-color: #F55C75; }
a { background-color: rgb(245,92,117); }
div.DivClassName
{
background-color: #F55C75;
}
.BgClassName
{
background-color: #F55C75;
}
</style>
border-color css
<style>
span { border-color: #F55C75; }
span { border-color: rgb(245,92,117); }
td.TdClassName
{
border-color: #F55C75;
}
.TagClassName
{
border-color: #F55C75;
}
</style>