Shades of Wild Watermelon #F34770
Tints of Wild Watermelon #F34770
RGB
CMYK
RGB Variations
Color information
#F34770 (or 0xF34770) is known color: Wild Watermelon. HEX triplet: F3, 47 and 70. RGB value is (243,71,112). Sum of RGB (Red+Green+Blue) = 243+71+112=426 (56% of max value = 765). Red value is 243 (95.31% from 255 or 57.04% from 426); Green value is 71 (28.12% from 255 or 16.67% from 426); Blue value is 112 (44.14% from 255 or 26.29% from 426); Max value from RGB is 243 - color contains mainly: red. Hex color #F34770 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F34770 is #0CB88F. Grayscale: #7F7F7F. Windows color (decimal): -833680 or 7358451. OLE color: 7358451.
HSL color Cylindrical-coordinate representation of color #F34770: hue angle of 345.7º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F34770 is Cyan = 0, Magento = 0.71, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 71 | 112 | - |
| CMYK | 0 | 0.71 | 0.54 | 0.05 |
| HSL | 345.7º | 0.88% | 0.62% | - |
| HSV(B) | 345.7º | 0.71% | 0.95% | - |
| XYZ | 42.14 | 24.73 | 17.88 | - |
| YUV | 127.1 | 119.48 | 210.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 71 | 112 | 0 | 0.71 | 0.54 | 0.05 | 345.7 | 0.88 | 0.62 |
| Hex | F3 | 47 | 70 | 0 | 47 | 36 | 5 | 15A | 58 | 3E |
| Octal | 363 | 107 | 160 | 0 | 107 | 66 | 5 | 532 | 130 | 76 |
| Binary | 11110011 | 1000111 | 1110000 | 0 | 1000111 | 110110 | 101 | 101011010 | 1011000 | 111110 |
Color Harmonies of #F34770
Complementary color
Monochromatic Colors of #F34770
Black with #F34770
Text Example
Text Example
White with #F34770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34770; }
p { color: rgb(243,71,112); }
H1.HeaderClassName
{
color: #F34770;
}
.AnyTagClassName
{
color: #F34770;
}
</style>
background-color css
<style>
a { background-color: #F34770; }
a { background-color: rgb(243,71,112); }
div.DivClassName
{
background-color: #F34770;
}
.BgClassName
{
background-color: #F34770;
}
</style>
border-color css
<style>
span { border-color: #F34770; }
span { border-color: rgb(243,71,112); }
td.TdClassName
{
border-color: #F34770;
}
.TagClassName
{
border-color: #F34770;
}
</style>