Shades of Wild Strawberry #FA40A1
Tints of Wild Strawberry #FA40A1
RGB
CMYK
RGB Variations
Color information
#FA40A1 (or 0xFA40A1) is known color: Wild Strawberry. HEX triplet: FA, 40 and A1. RGB value is (250,64,161). Sum of RGB (Red+Green+Blue) = 250+64+161=475 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.63% from 475); Green value is 64 (25.39% from 255 or 13.47% from 475); Blue value is 161 (63.28% from 255 or 33.89% from 475); Max value from RGB is 250 - color contains mainly: red. Hex color #FA40A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA40A1 is #05BF5E. Grayscale: #828282. Windows color (decimal): -376671 or 10567930. OLE color: 10567930.
HSL color Cylindrical-coordinate representation of color #FA40A1: hue angle of 328.71º 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 #FA40A1 is Cyan = 0, Magento = 0.74, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 64 | 161 | - |
| CMYK | 0 | 0.74 | 0.36 | 0.02 |
| HSL | 328.71º | 0.95% | 0.62% | - |
| HSV(B) | 328.71º | 0.74% | 0.98% | - |
| XYZ | 47.69 | 26.56 | 36.33 | - |
| YUV | 130.67 | 145.12 | 213.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 64 | 161 | 0 | 0.74 | 0.36 | 0.02 | 328.71 | 0.95 | 0.62 |
| Hex | FA | 40 | A1 | 0 | 4A | 24 | 2 | 149 | 5F | 3E |
| Octal | 372 | 100 | 241 | 0 | 112 | 44 | 2 | 511 | 137 | 76 |
| Binary | 11111010 | 1000000 | 10100001 | 0 | 1001010 | 100100 | 10 | 101001001 | 1011111 | 111110 |
Color Harmonies of #FA40A1
Complementary color
Monochromatic Colors of #FA40A1
Black with #FA40A1
Text Example
Text Example
White with #FA40A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA40A1; }
p { color: rgb(250,64,161); }
H1.HeaderClassName
{
color: #FA40A1;
}
.AnyTagClassName
{
color: #FA40A1;
}
</style>
background-color css
<style>
a { background-color: #FA40A1; }
a { background-color: rgb(250,64,161); }
div.DivClassName
{
background-color: #FA40A1;
}
.BgClassName
{
background-color: #FA40A1;
}
</style>
border-color css
<style>
span { border-color: #FA40A1; }
span { border-color: rgb(250,64,161); }
td.TdClassName
{
border-color: #FA40A1;
}
.TagClassName
{
border-color: #FA40A1;
}
</style>