Shades of Wild Watermelon #FA4B7A
Tints of Wild Watermelon #FA4B7A
RGB
CMYK
RGB Variations
Color information
#FA4B7A (or 0xFA4B7A) is known color: Wild Watermelon. HEX triplet: FA, 4B and 7A. RGB value is (250,75,122). Sum of RGB (Red+Green+Blue) = 250+75+122=447 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.93% from 447); Green value is 75 (29.69% from 255 or 16.78% from 447); Blue value is 122 (48.05% from 255 or 27.29% from 447); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4B7A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA4B7A is #05B485. Grayscale: #848484. Windows color (decimal): -373894 or 8014842. OLE color: 8014842.
HSL color Cylindrical-coordinate representation of color #FA4B7A: hue angle of 343.89º 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 #FA4B7A is Cyan = 0, Magento = 0.7, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 75 | 122 | - |
| CMYK | 0 | 0.7 | 0.51 | 0.02 |
| HSL | 343.89º | 0.95% | 0.64% | - |
| HSV(B) | 343.89º | 0.7% | 0.98% | - |
| XYZ | 45.45 | 26.76 | 21.18 | - |
| YUV | 132.68 | 121.98 | 211.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 75 | 122 | 0 | 0.7 | 0.51 | 0.02 | 343.89 | 0.95 | 0.64 |
| Hex | FA | 4B | 7A | 0 | 46 | 33 | 2 | 158 | 5F | 40 |
| Octal | 372 | 113 | 172 | 0 | 106 | 63 | 2 | 530 | 137 | 100 |
| Binary | 11111010 | 1001011 | 1111010 | 0 | 1000110 | 110011 | 10 | 101011000 | 1011111 | 1000000 |
Color Harmonies of #FA4B7A
Complementary color
Monochromatic Colors of #FA4B7A
Black with #FA4B7A
Text Example
Text Example
White with #FA4B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4B7A; }
p { color: rgb(250,75,122); }
H1.HeaderClassName
{
color: #FA4B7A;
}
.AnyTagClassName
{
color: #FA4B7A;
}
</style>
background-color css
<style>
a { background-color: #FA4B7A; }
a { background-color: rgb(250,75,122); }
div.DivClassName
{
background-color: #FA4B7A;
}
.BgClassName
{
background-color: #FA4B7A;
}
</style>
border-color css
<style>
span { border-color: #FA4B7A; }
span { border-color: rgb(250,75,122); }
td.TdClassName
{
border-color: #FA4B7A;
}
.TagClassName
{
border-color: #FA4B7A;
}
</style>