Shades of Wild Strawberry #FF41A2
Tints of Wild Strawberry #FF41A2
RGB
CMYK
RGB Variations
Color information
#FF41A2 (or 0xFF41A2) is known color: Wild Strawberry. HEX triplet: FF, 41 and A2. RGB value is (255,65,162). Sum of RGB (Red+Green+Blue) = 255+65+162=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 65 (25.78% from 255 or 13.49% from 482); Blue value is 162 (63.67% from 255 or 33.61% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FF41A2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF41A2 is #00BE5D. Grayscale: #848484. Windows color (decimal): -48734 or 10633727. OLE color: 10633727.
HSL color Cylindrical-coordinate representation of color #FF41A2: hue angle of 329.37º 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 #FF41A2 is Cyan = 0, Magento = 0.75, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 65 | 162 | - |
| CMYK | 0 | 0.75 | 0.36 | 0 |
| HSL | 329.37º | 1% | 0.63% | - |
| HSV(B) | 329.37º | 0.75% | 1% | - |
| XYZ | 49.65 | 27.65 | 36.9 | - |
| YUV | 132.87 | 144.45 | 215.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 65 | 162 | 0 | 0.75 | 0.36 | 0 | 329.37 | 1 | 0.63 |
| Hex | FF | 41 | A2 | 0 | 4B | 24 | 0 | 149 | 64 | 3F |
| Octal | 377 | 101 | 242 | 0 | 113 | 44 | 0 | 511 | 144 | 77 |
| Binary | 11111111 | 1000001 | 10100010 | 0 | 1001011 | 100100 | 0 | 101001001 | 1100100 | 111111 |
Color Harmonies of #FF41A2
Complementary color
Monochromatic Colors of #FF41A2
Black with #FF41A2
Text Example
Text Example
White with #FF41A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF41A2; }
p { color: rgb(255,65,162); }
H1.HeaderClassName
{
color: #FF41A2;
}
.AnyTagClassName
{
color: #FF41A2;
}
</style>
background-color css
<style>
a { background-color: #FF41A2; }
a { background-color: rgb(255,65,162); }
div.DivClassName
{
background-color: #FF41A2;
}
.BgClassName
{
background-color: #FF41A2;
}
</style>
border-color css
<style>
span { border-color: #FF41A2; }
span { border-color: rgb(255,65,162); }
td.TdClassName
{
border-color: #FF41A2;
}
.TagClassName
{
border-color: #FF41A2;
}
</style>