Shades of Wild Strawberry #F33BA1
Tints of Wild Strawberry #F33BA1
RGB
CMYK
RGB Variations
Color information
#F33BA1 (or 0xF33BA1) is known color: Wild Strawberry. HEX triplet: F3, 3B and A1. RGB value is (243,59,161). Sum of RGB (Red+Green+Blue) = 243+59+161=463 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.48% from 463); Green value is 59 (23.44% from 255 or 12.74% from 463); Blue value is 161 (63.28% from 255 or 34.77% from 463); Max value from RGB is 243 - color contains mainly: red. Hex color #F33BA1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F33BA1 is #0CC45E. Grayscale: #7D7D7D. Windows color (decimal): -836703 or 10566643. OLE color: 10566643.
HSL color Cylindrical-coordinate representation of color #F33BA1: hue angle of 326.74º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F33BA1 is Cyan = 0, Magento = 0.76, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 59 | 161 | - |
| CMYK | 0 | 0.76 | 0.34 | 0.05 |
| HSL | 326.74º | 0.88% | 0.59% | - |
| HSV(B) | 326.74º | 0.76% | 0.95% | - |
| XYZ | 44.96 | 24.76 | 36.13 | - |
| YUV | 125.64 | 147.96 | 211.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 59 | 161 | 0 | 0.76 | 0.34 | 0.05 | 326.74 | 0.88 | 0.59 |
| Hex | F3 | 3B | A1 | 0 | 4C | 22 | 5 | 147 | 58 | 3B |
| Octal | 363 | 73 | 241 | 0 | 114 | 42 | 5 | 507 | 130 | 73 |
| Binary | 11110011 | 111011 | 10100001 | 0 | 1001100 | 100010 | 101 | 101000111 | 1011000 | 111011 |
Color Harmonies of #F33BA1
Complementary color
Monochromatic Colors of #F33BA1
Black with #F33BA1
Text Example
Text Example
White with #F33BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33BA1; }
p { color: rgb(243,59,161); }
H1.HeaderClassName
{
color: #F33BA1;
}
.AnyTagClassName
{
color: #F33BA1;
}
</style>
background-color css
<style>
a { background-color: #F33BA1; }
a { background-color: rgb(243,59,161); }
div.DivClassName
{
background-color: #F33BA1;
}
.BgClassName
{
background-color: #F33BA1;
}
</style>
border-color css
<style>
span { border-color: #F33BA1; }
span { border-color: rgb(243,59,161); }
td.TdClassName
{
border-color: #F33BA1;
}
.TagClassName
{
border-color: #F33BA1;
}
</style>