Shades of Wild Watermelon #F74A70
Tints of Wild Watermelon #F74A70
RGB
CMYK
RGB Variations
Color information
#F74A70 (or 0xF74A70) is known color: Wild Watermelon. HEX triplet: F7, 4A and 70. RGB value is (247,74,112). Sum of RGB (Red+Green+Blue) = 247+74+112=433 (57% of max value = 765). Red value is 247 (96.88% from 255 or 57.04% from 433); Green value is 74 (29.30% from 255 or 17.09% from 433); Blue value is 112 (44.14% from 255 or 25.87% from 433); Max value from RGB is 247 - color contains mainly: red. Hex color #F74A70 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F74A70 is #08B58F. Grayscale: #828282. Windows color (decimal): -570768 or 7359223. OLE color: 7359223.
HSL color Cylindrical-coordinate representation of color #F74A70: hue angle of 346.82º degrees, saturation: 0.92, 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 #F74A70 is Cyan = 0, Magento = 0.70, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 74 | 112 | - |
| CMYK | 0 | 0.70 | 0.55 | 0.03 |
| HSL | 346.82º | 0.92% | 0.63% | - |
| HSV(B) | 346.82º | 0.7% | 0.97% | - |
| XYZ | 43.73 | 25.84 | 18.01 | - |
| YUV | 130.06 | 117.81 | 211.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 74 | 112 | 0 | 0.70 | 0.55 | 0.03 | 346.82 | 0.92 | 0.63 |
| Hex | F7 | 4A | 70 | 0 | 46 | 37 | 3 | 15B | 5C | 3F |
| Octal | 367 | 112 | 160 | 0 | 106 | 67 | 3 | 533 | 134 | 77 |
| Binary | 11110111 | 1001010 | 1110000 | 0 | 1000110 | 110111 | 11 | 101011011 | 1011100 | 111111 |
Color Harmonies of #F74A70
Complementary color
Monochromatic Colors of #F74A70
Black with #F74A70
Text Example
Text Example
White with #F74A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74A70; }
p { color: rgb(247,74,112); }
H1.HeaderClassName
{
color: #F74A70;
}
.AnyTagClassName
{
color: #F74A70;
}
</style>
background-color css
<style>
a { background-color: #F74A70; }
a { background-color: rgb(247,74,112); }
div.DivClassName
{
background-color: #F74A70;
}
.BgClassName
{
background-color: #F74A70;
}
</style>
border-color css
<style>
span { border-color: #F74A70; }
span { border-color: rgb(247,74,112); }
td.TdClassName
{
border-color: #F74A70;
}
.TagClassName
{
border-color: #F74A70;
}
</style>