Shades of Wild Watermelon #F94570
Tints of Wild Watermelon #F94570
RGB
CMYK
RGB Variations
Color information
#F94570 (or 0xF94570) is known color: Wild Watermelon. HEX triplet: F9, 45 and 70. RGB value is (249,69,112). Sum of RGB (Red+Green+Blue) = 249+69+112=430 (56% of max value = 765). Red value is 249 (97.66% from 255 or 57.91% from 430); Green value is 69 (27.34% from 255 or 16.05% from 430); Blue value is 112 (44.14% from 255 or 26.05% from 430); Max value from RGB is 249 - color contains mainly: red. Hex color #F94570 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F94570 is #06BA8F. Grayscale: #7F7F7F. Windows color (decimal): -440976 or 7357945. OLE color: 7357945.
HSL color Cylindrical-coordinate representation of color #F94570: hue angle of 345.67º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F94570 is Cyan = 0, Magento = 0.72, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 69 | 112 | - |
| CMYK | 0 | 0.72 | 0.55 | 0.02 |
| HSL | 345.67º | 0.94% | 0.62% | - |
| HSV(B) | 345.67º | 0.72% | 0.98% | - |
| XYZ | 44.12 | 25.57 | 17.94 | - |
| YUV | 127.72 | 119.13 | 214.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 69 | 112 | 0 | 0.72 | 0.55 | 0.02 | 345.67 | 0.94 | 0.62 |
| Hex | F9 | 45 | 70 | 0 | 48 | 37 | 2 | 15A | 5E | 3E |
| Octal | 371 | 105 | 160 | 0 | 110 | 67 | 2 | 532 | 136 | 76 |
| Binary | 11111001 | 1000101 | 1110000 | 0 | 1001000 | 110111 | 10 | 101011010 | 1011110 | 111110 |
Color Harmonies of #F94570
Complementary color
Monochromatic Colors of #F94570
Black with #F94570
Text Example
Text Example
White with #F94570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94570; }
p { color: rgb(249,69,112); }
H1.HeaderClassName
{
color: #F94570;
}
.AnyTagClassName
{
color: #F94570;
}
</style>
background-color css
<style>
a { background-color: #F94570; }
a { background-color: rgb(249,69,112); }
div.DivClassName
{
background-color: #F94570;
}
.BgClassName
{
background-color: #F94570;
}
</style>
border-color css
<style>
span { border-color: #F94570; }
span { border-color: rgb(249,69,112); }
td.TdClassName
{
border-color: #F94570;
}
.TagClassName
{
border-color: #F94570;
}
</style>