Shades of Wild Strawberry #FF40A8
Tints of Wild Strawberry #FF40A8
RGB
CMYK
RGB Variations
Color information
#FF40A8 (or 0xFF40A8) is known color: Wild Strawberry. HEX triplet: FF, 40 and A8. RGB value is (255,64,168). Sum of RGB (Red+Green+Blue) = 255+64+168=487 (64% of max value = 765). Red value is 255 (100% from 255 or 52.36% from 487); Green value is 64 (25.39% from 255 or 13.14% from 487); Blue value is 168 (66.02% from 255 or 34.50% from 487); Max value from RGB is 255 - color contains mainly: red. Hex color #FF40A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF40A8 is #00BF57. Grayscale: #848484. Windows color (decimal): -48984 or 11026687. OLE color: 11026687.
HSL color Cylindrical-coordinate representation of color #FF40A8: hue angle of 327.33º 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 #FF40A8 is Cyan = 0, Magento = 0.75, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 64 | 168 | - |
| CMYK | 0 | 0.75 | 0.34 | 0 |
| HSL | 327.33º | 1% | 0.63% | - |
| HSV(B) | 327.33º | 0.75% | 1% | - |
| XYZ | 50.14 | 27.75 | 39.76 | - |
| YUV | 132.97 | 147.78 | 215.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 64 | 168 | 0 | 0.75 | 0.34 | 0 | 327.33 | 1 | 0.63 |
| Hex | FF | 40 | A8 | 0 | 4B | 22 | 0 | 147 | 64 | 3F |
| Octal | 377 | 100 | 250 | 0 | 113 | 42 | 0 | 507 | 144 | 77 |
| Binary | 11111111 | 1000000 | 10101000 | 0 | 1001011 | 100010 | 0 | 101000111 | 1100100 | 111111 |
Color Harmonies of #FF40A8
Complementary color
Monochromatic Colors of #FF40A8
Black with #FF40A8
Text Example
Text Example
White with #FF40A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF40A8; }
p { color: rgb(255,64,168); }
H1.HeaderClassName
{
color: #FF40A8;
}
.AnyTagClassName
{
color: #FF40A8;
}
</style>
background-color css
<style>
a { background-color: #FF40A8; }
a { background-color: rgb(255,64,168); }
div.DivClassName
{
background-color: #FF40A8;
}
.BgClassName
{
background-color: #FF40A8;
}
</style>
border-color css
<style>
span { border-color: #FF40A8; }
span { border-color: rgb(255,64,168); }
td.TdClassName
{
border-color: #FF40A8;
}
.TagClassName
{
border-color: #FF40A8;
}
</style>