Shades of Wild Strawberry #FF40AB
Tints of Wild Strawberry #FF40AB
RGB
CMYK
RGB Variations
Color information
#FF40AB (or 0xFF40AB) is known color: Wild Strawberry. HEX triplet: FF, 40 and AB. RGB value is (255,64,171). Sum of RGB (Red+Green+Blue) = 255+64+171=490 (64% of max value = 765). Red value is 255 (100% from 255 or 52.04% from 490); Green value is 64 (25.39% from 255 or 13.06% from 490); Blue value is 171 (67.19% from 255 or 34.90% from 490); Max value from RGB is 255 - color contains mainly: red. Hex color #FF40AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF40AB is #00BF54. Grayscale: #858585. Windows color (decimal): -48981 or 11223295. OLE color: 11223295.
HSL color Cylindrical-coordinate representation of color #FF40AB: hue angle of 326.39º 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 #FF40AB is Cyan = 0, Magento = 0.75, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 64 | 171 | - |
| CMYK | 0 | 0.75 | 0.33 | 0 |
| HSL | 326.39º | 1% | 0.63% | - |
| HSV(B) | 326.39º | 0.75% | 1% | - |
| XYZ | 50.42 | 27.87 | 41.25 | - |
| YUV | 133.31 | 149.28 | 214.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 64 | 171 | 0 | 0.75 | 0.33 | 0 | 326.39 | 1 | 0.63 |
| Hex | FF | 40 | AB | 0 | 4B | 21 | 0 | 146 | 64 | 3F |
| Octal | 377 | 100 | 253 | 0 | 113 | 41 | 0 | 506 | 144 | 77 |
| Binary | 11111111 | 1000000 | 10101011 | 0 | 1001011 | 100001 | 0 | 101000110 | 1100100 | 111111 |
Color Harmonies of #FF40AB
Complementary color
Monochromatic Colors of #FF40AB
Black with #FF40AB
Text Example
Text Example
White with #FF40AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF40AB; }
p { color: rgb(255,64,171); }
H1.HeaderClassName
{
color: #FF40AB;
}
.AnyTagClassName
{
color: #FF40AB;
}
</style>
background-color css
<style>
a { background-color: #FF40AB; }
a { background-color: rgb(255,64,171); }
div.DivClassName
{
background-color: #FF40AB;
}
.BgClassName
{
background-color: #FF40AB;
}
</style>
border-color css
<style>
span { border-color: #FF40AB; }
span { border-color: rgb(255,64,171); }
td.TdClassName
{
border-color: #FF40AB;
}
.TagClassName
{
border-color: #FF40AB;
}
</style>