Shades of Wild Watermelon #F84A70
Tints of Wild Watermelon #F84A70
RGB
CMYK
RGB Variations
Color information
#F84A70 (or 0xF84A70) is known color: Wild Watermelon. HEX triplet: F8, 4A and 70. RGB value is (248,74,112). Sum of RGB (Red+Green+Blue) = 248+74+112=434 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.14% from 434); Green value is 74 (29.30% from 255 or 17.05% from 434); Blue value is 112 (44.14% from 255 or 25.81% from 434); Max value from RGB is 248 - color contains mainly: red. Hex color #F84A70 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F84A70 is #07B58F. Grayscale: #828282. Windows color (decimal): -505232 or 7359224. OLE color: 7359224.
HSL color Cylindrical-coordinate representation of color #F84A70: hue angle of 346.9º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F84A70 is Cyan = 0, Magento = 0.70, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 74 | 112 | - |
| CMYK | 0 | 0.70 | 0.55 | 0.03 |
| HSL | 346.9º | 0.93% | 0.63% | - |
| HSV(B) | 346.9º | 0.7% | 0.97% | - |
| XYZ | 44.08 | 26.02 | 18.03 | - |
| YUV | 130.36 | 117.65 | 211.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 74 | 112 | 0 | 0.70 | 0.55 | 0.03 | 346.9 | 0.93 | 0.63 |
| Hex | F8 | 4A | 70 | 0 | 46 | 37 | 3 | 15B | 5D | 3F |
| Octal | 370 | 112 | 160 | 0 | 106 | 67 | 3 | 533 | 135 | 77 |
| Binary | 11111000 | 1001010 | 1110000 | 0 | 1000110 | 110111 | 11 | 101011011 | 1011101 | 111111 |
Color Harmonies of #F84A70
Complementary color
Monochromatic Colors of #F84A70
Black with #F84A70
Text Example
Text Example
White with #F84A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84A70; }
p { color: rgb(248,74,112); }
H1.HeaderClassName
{
color: #F84A70;
}
.AnyTagClassName
{
color: #F84A70;
}
</style>
background-color css
<style>
a { background-color: #F84A70; }
a { background-color: rgb(248,74,112); }
div.DivClassName
{
background-color: #F84A70;
}
.BgClassName
{
background-color: #F84A70;
}
</style>
border-color css
<style>
span { border-color: #F84A70; }
span { border-color: rgb(248,74,112); }
td.TdClassName
{
border-color: #F84A70;
}
.TagClassName
{
border-color: #F84A70;
}
</style>