Shades of Wild Watermelon #FA4A6D
Tints of Wild Watermelon #FA4A6D
RGB
CMYK
RGB Variations
Color information
#FA4A6D (or 0xFA4A6D) is known color: Wild Watermelon. HEX triplet: FA, 4A and 6D. RGB value is (250,74,109). Sum of RGB (Red+Green+Blue) = 250+74+109=433 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.74% from 433); Green value is 74 (29.30% from 255 or 17.09% from 433); Blue value is 109 (42.97% from 255 or 25.17% from 433); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4A6D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA4A6D is #05B592. Grayscale: #828282. Windows color (decimal): -374163 or 7162618. OLE color: 7162618.
HSL color Cylindrical-coordinate representation of color #FA4A6D: hue angle of 348.07º 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 #FA4A6D is Cyan = 0, Magento = 0.70, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 74 | 109 | - |
| CMYK | 0 | 0.70 | 0.56 | 0.02 |
| HSL | 348.07º | 0.95% | 0.64% | - |
| HSV(B) | 348.07º | 0.7% | 0.98% | - |
| XYZ | 44.63 | 26.33 | 17.2 | - |
| YUV | 130.61 | 115.81 | 213.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 74 | 109 | 0 | 0.70 | 0.56 | 0.02 | 348.07 | 0.95 | 0.64 |
| Hex | FA | 4A | 6D | 0 | 46 | 38 | 2 | 15C | 5F | 40 |
| Octal | 372 | 112 | 155 | 0 | 106 | 70 | 2 | 534 | 137 | 100 |
| Binary | 11111010 | 1001010 | 1101101 | 0 | 1000110 | 111000 | 10 | 101011100 | 1011111 | 1000000 |
Color Harmonies of #FA4A6D
Complementary color
Monochromatic Colors of #FA4A6D
Black with #FA4A6D
Text Example
Text Example
White with #FA4A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4A6D; }
p { color: rgb(250,74,109); }
H1.HeaderClassName
{
color: #FA4A6D;
}
.AnyTagClassName
{
color: #FA4A6D;
}
</style>
background-color css
<style>
a { background-color: #FA4A6D; }
a { background-color: rgb(250,74,109); }
div.DivClassName
{
background-color: #FA4A6D;
}
.BgClassName
{
background-color: #FA4A6D;
}
</style>
border-color css
<style>
span { border-color: #FA4A6D; }
span { border-color: rgb(250,74,109); }
td.TdClassName
{
border-color: #FA4A6D;
}
.TagClassName
{
border-color: #FA4A6D;
}
</style>