Shades of Wild Watermelon #FA4E7D
Tints of Wild Watermelon #FA4E7D
RGB
CMYK
RGB Variations
Color information
#FA4E7D (or 0xFA4E7D) is known color: Wild Watermelon. HEX triplet: FA, 4E and 7D. RGB value is (250,78,125). Sum of RGB (Red+Green+Blue) = 250+78+125=453 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.19% from 453); Green value is 78 (30.86% from 255 or 17.22% from 453); Blue value is 125 (49.22% from 255 or 27.59% from 453); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4E7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA4E7D is #05B182. Grayscale: #868686. Windows color (decimal): -373123 or 8212218. OLE color: 8212218.
HSL color Cylindrical-coordinate representation of color #FA4E7D: hue angle of 343.6º 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 #FA4E7D is Cyan = 0, Magento = 0.69, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 78 | 125 | - |
| CMYK | 0 | 0.69 | 0.50 | 0.02 |
| HSL | 343.6º | 0.95% | 0.64% | - |
| HSV(B) | 343.6º | 0.69% | 0.98% | - |
| XYZ | 45.85 | 27.25 | 22.25 | - |
| YUV | 134.79 | 122.48 | 210.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 78 | 125 | 0 | 0.69 | 0.50 | 0.02 | 343.6 | 0.95 | 0.64 |
| Hex | FA | 4E | 7D | 0 | 45 | 32 | 2 | 158 | 5F | 40 |
| Octal | 372 | 116 | 175 | 0 | 105 | 62 | 2 | 530 | 137 | 100 |
| Binary | 11111010 | 1001110 | 1111101 | 0 | 1000101 | 110010 | 10 | 101011000 | 1011111 | 1000000 |
Color Harmonies of #FA4E7D
Complementary color
Monochromatic Colors of #FA4E7D
Black with #FA4E7D
Text Example
Text Example
White with #FA4E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4E7D; }
p { color: rgb(250,78,125); }
H1.HeaderClassName
{
color: #FA4E7D;
}
.AnyTagClassName
{
color: #FA4E7D;
}
</style>
background-color css
<style>
a { background-color: #FA4E7D; }
a { background-color: rgb(250,78,125); }
div.DivClassName
{
background-color: #FA4E7D;
}
.BgClassName
{
background-color: #FA4E7D;
}
</style>
border-color css
<style>
span { border-color: #FA4E7D; }
span { border-color: rgb(250,78,125); }
td.TdClassName
{
border-color: #FA4E7D;
}
.TagClassName
{
border-color: #FA4E7D;
}
</style>