Shades of Wild Watermelon #F35471
Tints of Wild Watermelon #F35471
RGB
CMYK
RGB Variations
Color information
#F35471 (or 0xF35471) is known color: Wild Watermelon. HEX triplet: F3, 54 and 71. RGB value is (243,84,113). Sum of RGB (Red+Green+Blue) = 243+84+113=440 (58% of max value = 765). Red value is 243 (95.31% from 255 or 55.23% from 440); Green value is 84 (33.20% from 255 or 19.09% from 440); Blue value is 113 (44.53% from 255 or 25.68% from 440); Max value from RGB is 243 - color contains mainly: red. Hex color #F35471 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F35471 is #0CAB8E. Grayscale: #868686. Windows color (decimal): -830351 or 7427315. OLE color: 7427315.
HSL color Cylindrical-coordinate representation of color #F35471: hue angle of 349.06º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F35471 is Cyan = 0, Magento = 0.65, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 84 | 113 | - |
| CMYK | 0 | 0.65 | 0.53 | 0.05 |
| HSL | 349.06º | 0.87% | 0.64% | - |
| HSV(B) | 349.06º | 0.65% | 0.95% | - |
| XYZ | 43.11 | 26.59 | 18.48 | - |
| YUV | 134.85 | 115.68 | 205.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 84 | 113 | 0 | 0.65 | 0.53 | 0.05 | 349.06 | 0.87 | 0.64 |
| Hex | F3 | 54 | 71 | 0 | 41 | 35 | 5 | 15D | 57 | 40 |
| Octal | 363 | 124 | 161 | 0 | 101 | 65 | 5 | 535 | 127 | 100 |
| Binary | 11110011 | 1010100 | 1110001 | 0 | 1000001 | 110101 | 101 | 101011101 | 1010111 | 1000000 |
Color Harmonies of #F35471
Complementary color
Monochromatic Colors of #F35471
Black with #F35471
Text Example
Text Example
White with #F35471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F35471; }
p { color: rgb(243,84,113); }
H1.HeaderClassName
{
color: #F35471;
}
.AnyTagClassName
{
color: #F35471;
}
</style>
background-color css
<style>
a { background-color: #F35471; }
a { background-color: rgb(243,84,113); }
div.DivClassName
{
background-color: #F35471;
}
.BgClassName
{
background-color: #F35471;
}
</style>
border-color css
<style>
span { border-color: #F35471; }
span { border-color: rgb(243,84,113); }
td.TdClassName
{
border-color: #F35471;
}
.TagClassName
{
border-color: #F35471;
}
</style>