Shades of Wild Watermelon #FA4A70
Tints of Wild Watermelon #FA4A70
RGB
CMYK
RGB Variations
Color information
#FA4A70 (or 0xFA4A70) is known color: Wild Watermelon. HEX triplet: FA, 4A and 70. RGB value is (250,74,112). Sum of RGB (Red+Green+Blue) = 250+74+112=436 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.34% from 436); Green value is 74 (29.30% from 255 or 16.97% from 436); Blue value is 112 (44.14% from 255 or 25.69% from 436); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4A70 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA4A70 is #05B58F. Grayscale: #828282. Windows color (decimal): -374160 or 7359226. OLE color: 7359226.
HSL color Cylindrical-coordinate representation of color #FA4A70: hue angle of 347.05º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FA4A70 is Cyan = 0, Magento = 0.70, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 74 | 112 | - |
| CMYK | 0 | 0.70 | 0.55 | 0.02 |
| HSL | 347.05º | 0.95% | 0.64% | - |
| HSV(B) | 347.05º | 0.7% | 0.98% | - |
| XYZ | 44.8 | 26.39 | 18.06 | - |
| YUV | 130.96 | 117.31 | 212.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 74 | 112 | 0 | 0.70 | 0.55 | 0.02 | 347.05 | 0.95 | 0.64 |
| Hex | FA | 4A | 70 | 0 | 46 | 37 | 2 | 15B | 5F | 40 |
| Octal | 372 | 112 | 160 | 0 | 106 | 67 | 2 | 533 | 137 | 100 |
| Binary | 11111010 | 1001010 | 1110000 | 0 | 1000110 | 110111 | 10 | 101011011 | 1011111 | 1000000 |
Color Harmonies of #FA4A70
Complementary color
Monochromatic Colors of #FA4A70
Black with #FA4A70
Text Example
Text Example
White with #FA4A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4A70; }
p { color: rgb(250,74,112); }
H1.HeaderClassName
{
color: #FA4A70;
}
.AnyTagClassName
{
color: #FA4A70;
}
</style>
background-color css
<style>
a { background-color: #FA4A70; }
a { background-color: rgb(250,74,112); }
div.DivClassName
{
background-color: #FA4A70;
}
.BgClassName
{
background-color: #FA4A70;
}
</style>
border-color css
<style>
span { border-color: #FA4A70; }
span { border-color: rgb(250,74,112); }
td.TdClassName
{
border-color: #FA4A70;
}
.TagClassName
{
border-color: #FA4A70;
}
</style>