Shades of Wild Strawberry #FF40AC
Tints of Wild Strawberry #FF40AC
RGB
CMYK
RGB Variations
Color information
#FF40AC (or 0xFF40AC) is known color: Wild Strawberry. HEX triplet: FF, 40 and AC. RGB value is (255,64,172). Sum of RGB (Red+Green+Blue) = 255+64+172=491 (65% of max value = 765). Red value is 255 (100% from 255 or 51.93% from 491); Green value is 64 (25.39% from 255 or 13.03% from 491); Blue value is 172 (67.58% from 255 or 35.03% from 491); Max value from RGB is 255 - color contains mainly: red. Hex color #FF40AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF40AC is #00BF53. Grayscale: #858585. Windows color (decimal): -48980 or 11288831. OLE color: 11288831.
HSL color Cylindrical-coordinate representation of color #FF40AC: hue angle of 326.07º 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 #FF40AC is Cyan = 0, Magento = 0.75, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 64 | 172 | - |
| CMYK | 0 | 0.75 | 0.33 | 0 |
| HSL | 326.07º | 1% | 0.63% | - |
| HSV(B) | 326.07º | 0.75% | 1% | - |
| XYZ | 50.52 | 27.91 | 41.75 | - |
| YUV | 133.42 | 149.78 | 214.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 64 | 172 | 0 | 0.75 | 0.33 | 0 | 326.07 | 1 | 0.63 |
| Hex | FF | 40 | AC | 0 | 4B | 21 | 0 | 146 | 64 | 3F |
| Octal | 377 | 100 | 254 | 0 | 113 | 41 | 0 | 506 | 144 | 77 |
| Binary | 11111111 | 1000000 | 10101100 | 0 | 1001011 | 100001 | 0 | 101000110 | 1100100 | 111111 |
Color Harmonies of #FF40AC
Complementary color
Monochromatic Colors of #FF40AC
Black with #FF40AC
Text Example
Text Example
White with #FF40AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF40AC; }
p { color: rgb(255,64,172); }
H1.HeaderClassName
{
color: #FF40AC;
}
.AnyTagClassName
{
color: #FF40AC;
}
</style>
background-color css
<style>
a { background-color: #FF40AC; }
a { background-color: rgb(255,64,172); }
div.DivClassName
{
background-color: #FF40AC;
}
.BgClassName
{
background-color: #FF40AC;
}
</style>
border-color css
<style>
span { border-color: #FF40AC; }
span { border-color: rgb(255,64,172); }
td.TdClassName
{
border-color: #FF40AC;
}
.TagClassName
{
border-color: #FF40AC;
}
</style>