Shades of Wild Strawberry #FA40A2
Tints of Wild Strawberry #FA40A2
RGB
CMYK
RGB Variations
Color information
#FA40A2 (or 0xFA40A2) is known color: Wild Strawberry. HEX triplet: FA, 40 and A2. RGB value is (250,64,162). Sum of RGB (Red+Green+Blue) = 250+64+162=476 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.52% from 476); Green value is 64 (25.39% from 255 or 13.45% from 476); Blue value is 162 (63.67% from 255 or 34.03% from 476); Max value from RGB is 250 - color contains mainly: red. Hex color #FA40A2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA40A2 is #05BF5D. Grayscale: #828282. Windows color (decimal): -376670 or 10633466. OLE color: 10633466.
HSL color Cylindrical-coordinate representation of color #FA40A2: hue angle of 328.39º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FA40A2 is Cyan = 0, Magento = 0.74, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 64 | 162 | - |
| CMYK | 0 | 0.74 | 0.35 | 0.02 |
| HSL | 328.39º | 0.95% | 0.62% | - |
| HSV(B) | 328.39º | 0.74% | 0.98% | - |
| XYZ | 47.78 | 26.6 | 36.8 | - |
| YUV | 130.79 | 145.62 | 213.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 64 | 162 | 0 | 0.74 | 0.35 | 0.02 | 328.39 | 0.95 | 0.62 |
| Hex | FA | 40 | A2 | 0 | 4A | 23 | 2 | 148 | 5F | 3E |
| Octal | 372 | 100 | 242 | 0 | 112 | 43 | 2 | 510 | 137 | 76 |
| Binary | 11111010 | 1000000 | 10100010 | 0 | 1001010 | 100011 | 10 | 101001000 | 1011111 | 111110 |
Color Harmonies of #FA40A2
Complementary color
Monochromatic Colors of #FA40A2
Black with #FA40A2
Text Example
Text Example
White with #FA40A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA40A2; }
p { color: rgb(250,64,162); }
H1.HeaderClassName
{
color: #FA40A2;
}
.AnyTagClassName
{
color: #FA40A2;
}
</style>
background-color css
<style>
a { background-color: #FA40A2; }
a { background-color: rgb(250,64,162); }
div.DivClassName
{
background-color: #FA40A2;
}
.BgClassName
{
background-color: #FA40A2;
}
</style>
border-color css
<style>
span { border-color: #FA40A2; }
span { border-color: rgb(250,64,162); }
td.TdClassName
{
border-color: #FA40A2;
}
.TagClassName
{
border-color: #FA40A2;
}
</style>