Shades of Wild Strawberry #FF3FA1
Tints of Wild Strawberry #FF3FA1
RGB
CMYK
RGB Variations
Color information
#FF3FA1 (or 0xFF3FA1) is known color: Wild Strawberry. HEX triplet: FF, 3F and A1. RGB value is (255,63,161). Sum of RGB (Red+Green+Blue) = 255+63+161=479 (63% of max value = 765). Red value is 255 (100% from 255 or 53.24% from 479); Green value is 63 (25% from 255 or 13.15% from 479); Blue value is 161 (63.28% from 255 or 33.61% from 479); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3FA1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3FA1 is #00C05E. Grayscale: #838383. Windows color (decimal): -49247 or 10567679. OLE color: 10567679.
HSL color Cylindrical-coordinate representation of color #FF3FA1: hue angle of 329.38º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FF3FA1 is Cyan = 0, Magento = 0.75, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 63 | 161 | - |
| CMYK | 0 | 0.75 | 0.37 | 0 |
| HSL | 329.38º | 1% | 0.62% | - |
| HSV(B) | 329.38º | 0.75% | 1% | - |
| XYZ | 49.45 | 27.39 | 36.4 | - |
| YUV | 131.58 | 144.61 | 216.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 63 | 161 | 0 | 0.75 | 0.37 | 0 | 329.38 | 1 | 0.62 |
| Hex | FF | 3F | A1 | 0 | 4B | 25 | 0 | 149 | 64 | 3E |
| Octal | 377 | 77 | 241 | 0 | 113 | 45 | 0 | 511 | 144 | 76 |
| Binary | 11111111 | 111111 | 10100001 | 0 | 1001011 | 100101 | 0 | 101001001 | 1100100 | 111110 |
Color Harmonies of #FF3FA1
Complementary color
Monochromatic Colors of #FF3FA1
Black with #FF3FA1
Text Example
Text Example
White with #FF3FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3FA1; }
p { color: rgb(255,63,161); }
H1.HeaderClassName
{
color: #FF3FA1;
}
.AnyTagClassName
{
color: #FF3FA1;
}
</style>
background-color css
<style>
a { background-color: #FF3FA1; }
a { background-color: rgb(255,63,161); }
div.DivClassName
{
background-color: #FF3FA1;
}
.BgClassName
{
background-color: #FF3FA1;
}
</style>
border-color css
<style>
span { border-color: #FF3FA1; }
span { border-color: rgb(255,63,161); }
td.TdClassName
{
border-color: #FF3FA1;
}
.TagClassName
{
border-color: #FF3FA1;
}
</style>