Shades of Wild Watermelon #F5476D
Tints of Wild Watermelon #F5476D
RGB
CMYK
RGB Variations
Color information
#F5476D (or 0xF5476D) is known color: Wild Watermelon. HEX triplet: F5, 47 and 6D. RGB value is (245,71,109). Sum of RGB (Red+Green+Blue) = 245+71+109=425 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.65% from 425); Green value is 71 (28.12% from 255 or 16.71% from 425); Blue value is 109 (42.97% from 255 or 25.65% from 425); Max value from RGB is 245 - color contains mainly: red. Hex color #F5476D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5476D is #0AB892. Grayscale: #7F7F7F. Windows color (decimal): -702611 or 7161845. OLE color: 7161845.
HSL color Cylindrical-coordinate representation of color #F5476D: hue angle of 346.9º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F5476D is Cyan = 0, Magento = 0.71, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 71 | 109 | - |
| CMYK | 0 | 0.71 | 0.56 | 0.04 |
| HSL | 346.9º | 0.9% | 0.62% | - |
| HSV(B) | 346.9º | 0.71% | 0.96% | - |
| XYZ | 42.67 | 25.02 | 17.05 | - |
| YUV | 127.36 | 117.65 | 211.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 71 | 109 | 0 | 0.71 | 0.56 | 0.04 | 346.9 | 0.9 | 0.62 |
| Hex | F5 | 47 | 6D | 0 | 47 | 38 | 4 | 15B | 5A | 3E |
| Octal | 365 | 107 | 155 | 0 | 107 | 70 | 4 | 533 | 132 | 76 |
| Binary | 11110101 | 1000111 | 1101101 | 0 | 1000111 | 111000 | 100 | 101011011 | 1011010 | 111110 |
Color Harmonies of #F5476D
Complementary color
Monochromatic Colors of #F5476D
Black with #F5476D
Text Example
Text Example
White with #F5476D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5476D; }
p { color: rgb(245,71,109); }
H1.HeaderClassName
{
color: #F5476D;
}
.AnyTagClassName
{
color: #F5476D;
}
</style>
background-color css
<style>
a { background-color: #F5476D; }
a { background-color: rgb(245,71,109); }
div.DivClassName
{
background-color: #F5476D;
}
.BgClassName
{
background-color: #F5476D;
}
</style>
border-color css
<style>
span { border-color: #F5476D; }
span { border-color: rgb(245,71,109); }
td.TdClassName
{
border-color: #F5476D;
}
.TagClassName
{
border-color: #F5476D;
}
</style>