Shades of Wild Watermelon #F84A75
Tints of Wild Watermelon #F84A75
RGB
CMYK
RGB Variations
Color information
#F84A75 (or 0xF84A75) is known color: Wild Watermelon. HEX triplet: F8, 4A and 75. RGB value is (248,74,117). Sum of RGB (Red+Green+Blue) = 248+74+117=439 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.49% from 439); Green value is 74 (29.30% from 255 or 16.86% from 439); Blue value is 117 (46.09% from 255 or 26.65% from 439); Max value from RGB is 248 - color contains mainly: red. Hex color #F84A75 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F84A75 is #07B58A. Grayscale: #828282. Windows color (decimal): -505227 or 7686904. OLE color: 7686904.
HSL color Cylindrical-coordinate representation of color #F84A75: hue angle of 345.17º 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 #F84A75 is Cyan = 0, Magento = 0.70, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 74 | 117 | - |
| CMYK | 0 | 0.70 | 0.53 | 0.03 |
| HSL | 345.17º | 0.93% | 0.63% | - |
| HSV(B) | 345.17º | 0.7% | 0.97% | - |
| XYZ | 44.37 | 26.14 | 19.54 | - |
| YUV | 130.93 | 120.15 | 211.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 74 | 117 | 0 | 0.70 | 0.53 | 0.03 | 345.17 | 0.93 | 0.63 |
| Hex | F8 | 4A | 75 | 0 | 46 | 35 | 3 | 159 | 5D | 3F |
| Octal | 370 | 112 | 165 | 0 | 106 | 65 | 3 | 531 | 135 | 77 |
| Binary | 11111000 | 1001010 | 1110101 | 0 | 1000110 | 110101 | 11 | 101011001 | 1011101 | 111111 |
Color Harmonies of #F84A75
Complementary color
Monochromatic Colors of #F84A75
Black with #F84A75
Text Example
Text Example
White with #F84A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84A75; }
p { color: rgb(248,74,117); }
H1.HeaderClassName
{
color: #F84A75;
}
.AnyTagClassName
{
color: #F84A75;
}
</style>
background-color css
<style>
a { background-color: #F84A75; }
a { background-color: rgb(248,74,117); }
div.DivClassName
{
background-color: #F84A75;
}
.BgClassName
{
background-color: #F84A75;
}
</style>
border-color css
<style>
span { border-color: #F84A75; }
span { border-color: rgb(248,74,117); }
td.TdClassName
{
border-color: #F84A75;
}
.TagClassName
{
border-color: #F84A75;
}
</style>