Shades of Wild Strawberry #FF41AA
Tints of Wild Strawberry #FF41AA
RGB
CMYK
RGB Variations
Color information
#FF41AA (or 0xFF41AA) is known color: Wild Strawberry. HEX triplet: FF, 41 and AA. RGB value is (255,65,170). Sum of RGB (Red+Green+Blue) = 255+65+170=490 (64% of max value = 765). Red value is 255 (100% from 255 or 52.04% from 490); Green value is 65 (25.78% from 255 or 13.27% from 490); Blue value is 170 (66.80% from 255 or 34.69% from 490); Max value from RGB is 255 - color contains mainly: red. Hex color #FF41AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF41AA is #00BE55. Grayscale: #858585. Windows color (decimal): -48726 or 11158015. OLE color: 11158015.
HSL color Cylindrical-coordinate representation of color #FF41AA: hue angle of 326.84º 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 #FF41AA is Cyan = 0, Magento = 0.75, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 65 | 170 | - |
| CMYK | 0 | 0.75 | 0.33 | 0 |
| HSL | 326.84º | 1% | 0.63% | - |
| HSV(B) | 326.84º | 0.75% | 1% | - |
| XYZ | 50.39 | 27.94 | 40.77 | - |
| YUV | 133.78 | 148.45 | 214.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 65 | 170 | 0 | 0.75 | 0.33 | 0 | 326.84 | 1 | 0.63 |
| Hex | FF | 41 | AA | 0 | 4B | 21 | 0 | 147 | 64 | 3F |
| Octal | 377 | 101 | 252 | 0 | 113 | 41 | 0 | 507 | 144 | 77 |
| Binary | 11111111 | 1000001 | 10101010 | 0 | 1001011 | 100001 | 0 | 101000111 | 1100100 | 111111 |
Color Harmonies of #FF41AA
Complementary color
Monochromatic Colors of #FF41AA
Black with #FF41AA
Text Example
Text Example
White with #FF41AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF41AA; }
p { color: rgb(255,65,170); }
H1.HeaderClassName
{
color: #FF41AA;
}
.AnyTagClassName
{
color: #FF41AA;
}
</style>
background-color css
<style>
a { background-color: #FF41AA; }
a { background-color: rgb(255,65,170); }
div.DivClassName
{
background-color: #FF41AA;
}
.BgClassName
{
background-color: #FF41AA;
}
</style>
border-color css
<style>
span { border-color: #FF41AA; }
span { border-color: rgb(255,65,170); }
td.TdClassName
{
border-color: #FF41AA;
}
.TagClassName
{
border-color: #FF41AA;
}
</style>