Shades of Wild Strawberry #FF40A9
Tints of Wild Strawberry #FF40A9
RGB
CMYK
RGB Variations
Color information
#FF40A9 (or 0xFF40A9) is known color: Wild Strawberry. HEX triplet: FF, 40 and A9. RGB value is (255,64,169). Sum of RGB (Red+Green+Blue) = 255+64+169=488 (64% of max value = 765). Red value is 255 (100% from 255 or 52.25% from 488); Green value is 64 (25.39% from 255 or 13.11% from 488); Blue value is 169 (66.41% from 255 or 34.63% from 488); Max value from RGB is 255 - color contains mainly: red. Hex color #FF40A9 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF40A9 is #00BF56. Grayscale: #848484. Windows color (decimal): -48983 or 11092223. OLE color: 11092223.
HSL color Cylindrical-coordinate representation of color #FF40A9: hue angle of 327.02º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FF40A9 is Cyan = 0, Magento = 0.75, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 64 | 169 | - |
| CMYK | 0 | 0.75 | 0.34 | 0 |
| HSL | 327.02º | 1% | 0.63% | - |
| HSV(B) | 327.02º | 0.75% | 1% | - |
| XYZ | 50.23 | 27.79 | 40.25 | - |
| YUV | 133.08 | 148.28 | 214.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 64 | 169 | 0 | 0.75 | 0.34 | 0 | 327.02 | 1 | 0.63 |
| Hex | FF | 40 | A9 | 0 | 4B | 22 | 0 | 147 | 64 | 3F |
| Octal | 377 | 100 | 251 | 0 | 113 | 42 | 0 | 507 | 144 | 77 |
| Binary | 11111111 | 1000000 | 10101001 | 0 | 1001011 | 100010 | 0 | 101000111 | 1100100 | 111111 |
Color Harmonies of #FF40A9
Complementary color
Monochromatic Colors of #FF40A9
Black with #FF40A9
Text Example
Text Example
White with #FF40A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF40A9; }
p { color: rgb(255,64,169); }
H1.HeaderClassName
{
color: #FF40A9;
}
.AnyTagClassName
{
color: #FF40A9;
}
</style>
background-color css
<style>
a { background-color: #FF40A9; }
a { background-color: rgb(255,64,169); }
div.DivClassName
{
background-color: #FF40A9;
}
.BgClassName
{
background-color: #FF40A9;
}
</style>
border-color css
<style>
span { border-color: #FF40A9; }
span { border-color: rgb(255,64,169); }
td.TdClassName
{
border-color: #FF40A9;
}
.TagClassName
{
border-color: #FF40A9;
}
</style>