Shades of Wild Strawberry #FF40A1
Tints of Wild Strawberry #FF40A1
RGB
CMYK
RGB Variations
Color information
#FF40A1 (or 0xFF40A1) is known color: Wild Strawberry. HEX triplet: FF, 40 and A1. RGB value is (255,64,161). Sum of RGB (Red+Green+Blue) = 255+64+161=480 (63% of max value = 765). Red value is 255 (100% from 255 or 53.12% from 480); Green value is 64 (25.39% from 255 or 13.33% from 480); Blue value is 161 (63.28% from 255 or 33.54% from 480); Max value from RGB is 255 - color contains mainly: red. Hex color #FF40A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF40A1 is #00BF5E. Grayscale: #838383. Windows color (decimal): -48991 or 10567935. OLE color: 10567935.
HSL color Cylindrical-coordinate representation of color #FF40A1: hue angle of 329.53º 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 #FF40A1 is Cyan = 0, Magento = 0.75, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 64 | 161 | - |
| CMYK | 0 | 0.75 | 0.37 | 0 |
| HSL | 329.53º | 1% | 0.63% | - |
| HSV(B) | 329.53º | 0.75% | 1% | - |
| XYZ | 49.51 | 27.5 | 36.42 | - |
| YUV | 132.17 | 144.28 | 215.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 64 | 161 | 0 | 0.75 | 0.37 | 0 | 329.53 | 1 | 0.63 |
| Hex | FF | 40 | A1 | 0 | 4B | 25 | 0 | 14A | 64 | 3F |
| Octal | 377 | 100 | 241 | 0 | 113 | 45 | 0 | 512 | 144 | 77 |
| Binary | 11111111 | 1000000 | 10100001 | 0 | 1001011 | 100101 | 0 | 101001010 | 1100100 | 111111 |
Color Harmonies of #FF40A1
Complementary color
Monochromatic Colors of #FF40A1
Black with #FF40A1
Text Example
Text Example
White with #FF40A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF40A1; }
p { color: rgb(255,64,161); }
H1.HeaderClassName
{
color: #FF40A1;
}
.AnyTagClassName
{
color: #FF40A1;
}
</style>
background-color css
<style>
a { background-color: #FF40A1; }
a { background-color: rgb(255,64,161); }
div.DivClassName
{
background-color: #FF40A1;
}
.BgClassName
{
background-color: #FF40A1;
}
</style>
border-color css
<style>
span { border-color: #FF40A1; }
span { border-color: rgb(255,64,161); }
td.TdClassName
{
border-color: #FF40A1;
}
.TagClassName
{
border-color: #FF40A1;
}
</style>