Shades of Wild Strawberry #FF3FA2
Tints of Wild Strawberry #FF3FA2
RGB
CMYK
RGB Variations
Color information
#FF3FA2 (or 0xFF3FA2) is known color: Wild Strawberry. HEX triplet: FF, 3F and A2. RGB value is (255,63,162). Sum of RGB (Red+Green+Blue) = 255+63+162=480 (63% of max value = 765). Red value is 255 (100% from 255 or 53.12% from 480); Green value is 63 (25% from 255 or 13.12% from 480); Blue value is 162 (63.67% from 255 or 33.75% from 480); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3FA2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3FA2 is #00C05D. Grayscale: #838383. Windows color (decimal): -49246 or 10633215. OLE color: 10633215.
HSL color Cylindrical-coordinate representation of color #FF3FA2: hue angle of 329.06º 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 #FF3FA2 is Cyan = 0, Magento = 0.75, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 63 | 162 | - |
| CMYK | 0 | 0.75 | 0.36 | 0 |
| HSL | 329.06º | 1% | 0.62% | - |
| HSV(B) | 329.06º | 0.75% | 1% | - |
| XYZ | 49.54 | 27.42 | 36.86 | - |
| YUV | 131.69 | 145.11 | 215.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 63 | 162 | 0 | 0.75 | 0.36 | 0 | 329.06 | 1 | 0.62 |
| Hex | FF | 3F | A2 | 0 | 4B | 24 | 0 | 149 | 64 | 3E |
| Octal | 377 | 77 | 242 | 0 | 113 | 44 | 0 | 511 | 144 | 76 |
| Binary | 11111111 | 111111 | 10100010 | 0 | 1001011 | 100100 | 0 | 101001001 | 1100100 | 111110 |
Color Harmonies of #FF3FA2
Complementary color
Monochromatic Colors of #FF3FA2
Black with #FF3FA2
Text Example
Text Example
White with #FF3FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3FA2; }
p { color: rgb(255,63,162); }
H1.HeaderClassName
{
color: #FF3FA2;
}
.AnyTagClassName
{
color: #FF3FA2;
}
</style>
background-color css
<style>
a { background-color: #FF3FA2; }
a { background-color: rgb(255,63,162); }
div.DivClassName
{
background-color: #FF3FA2;
}
.BgClassName
{
background-color: #FF3FA2;
}
</style>
border-color css
<style>
span { border-color: #FF3FA2; }
span { border-color: rgb(255,63,162); }
td.TdClassName
{
border-color: #FF3FA2;
}
.TagClassName
{
border-color: #FF3FA2;
}
</style>