Shades of Wild Watermelon #FA4E6A
Tints of Wild Watermelon #FA4E6A
RGB
CMYK
RGB Variations
Color information
#FA4E6A (or 0xFA4E6A) is known color: Wild Watermelon. HEX triplet: FA, 4E and 6A. RGB value is (250,78,106). Sum of RGB (Red+Green+Blue) = 250+78+106=434 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.60% from 434); Green value is 78 (30.86% from 255 or 17.97% from 434); Blue value is 106 (41.80% from 255 or 24.42% from 434); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4E6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA4E6A is #05B195. Grayscale: #848484. Windows color (decimal): -373142 or 6967034. OLE color: 6967034.
HSL color Cylindrical-coordinate representation of color #FA4E6A: hue angle of 350.23º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FA4E6A is Cyan = 0, Magento = 0.69, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 78 | 106 | - |
| CMYK | 0 | 0.69 | 0.58 | 0.02 |
| HSL | 350.23º | 0.95% | 0.64% | - |
| HSV(B) | 350.23º | 0.69% | 0.98% | - |
| XYZ | 44.75 | 26.81 | 16.45 | - |
| YUV | 132.62 | 112.98 | 211.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 78 | 106 | 0 | 0.69 | 0.58 | 0.02 | 350.23 | 0.95 | 0.64 |
| Hex | FA | 4E | 6A | 0 | 45 | 3A | 2 | 15E | 5F | 40 |
| Octal | 372 | 116 | 152 | 0 | 105 | 72 | 2 | 536 | 137 | 100 |
| Binary | 11111010 | 1001110 | 1101010 | 0 | 1000101 | 111010 | 10 | 101011110 | 1011111 | 1000000 |
Color Harmonies of #FA4E6A
Complementary color
Monochromatic Colors of #FA4E6A
Black with #FA4E6A
Text Example
Text Example
White with #FA4E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4E6A; }
p { color: rgb(250,78,106); }
H1.HeaderClassName
{
color: #FA4E6A;
}
.AnyTagClassName
{
color: #FA4E6A;
}
</style>
background-color css
<style>
a { background-color: #FA4E6A; }
a { background-color: rgb(250,78,106); }
div.DivClassName
{
background-color: #FA4E6A;
}
.BgClassName
{
background-color: #FA4E6A;
}
</style>
border-color css
<style>
span { border-color: #FA4E6A; }
span { border-color: rgb(250,78,106); }
td.TdClassName
{
border-color: #FA4E6A;
}
.TagClassName
{
border-color: #FA4E6A;
}
</style>