Shades of Wild Strawberry #F33BA8
Tints of Wild Strawberry #F33BA8
RGB
CMYK
RGB Variations
Color information
#F33BA8 (or 0xF33BA8) is known color: Wild Strawberry. HEX triplet: F3, 3B and A8. RGB value is (243,59,168). Sum of RGB (Red+Green+Blue) = 243+59+168=470 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.70% from 470); Green value is 59 (23.44% from 255 or 12.55% from 470); Blue value is 168 (66.02% from 255 or 35.74% from 470); Max value from RGB is 243 - color contains mainly: red. Hex color #F33BA8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F33BA8 is #0CC457. Grayscale: #7E7E7E. Windows color (decimal): -836696 or 11025395. OLE color: 11025395.
HSL color Cylindrical-coordinate representation of color #F33BA8: hue angle of 324.46º 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 #F33BA8 is Cyan = 0, Magento = 0.76, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 59 | 168 | - |
| CMYK | 0 | 0.76 | 0.31 | 0.05 |
| HSL | 324.46º | 0.88% | 0.59% | - |
| HSV(B) | 324.46º | 0.76% | 0.95% | - |
| XYZ | 45.59 | 25.01 | 39.47 | - |
| YUV | 126.44 | 151.46 | 211.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 59 | 168 | 0 | 0.76 | 0.31 | 0.05 | 324.46 | 0.88 | 0.59 |
| Hex | F3 | 3B | A8 | 0 | 4C | 1F | 5 | 144 | 58 | 3B |
| Octal | 363 | 73 | 250 | 0 | 114 | 37 | 5 | 504 | 130 | 73 |
| Binary | 11110011 | 111011 | 10101000 | 0 | 1001100 | 11111 | 101 | 101000100 | 1011000 | 111011 |
Color Harmonies of #F33BA8
Complementary color
Monochromatic Colors of #F33BA8
Black with #F33BA8
Text Example
Text Example
White with #F33BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33BA8; }
p { color: rgb(243,59,168); }
H1.HeaderClassName
{
color: #F33BA8;
}
.AnyTagClassName
{
color: #F33BA8;
}
</style>
background-color css
<style>
a { background-color: #F33BA8; }
a { background-color: rgb(243,59,168); }
div.DivClassName
{
background-color: #F33BA8;
}
.BgClassName
{
background-color: #F33BA8;
}
</style>
border-color css
<style>
span { border-color: #F33BA8; }
span { border-color: rgb(243,59,168); }
td.TdClassName
{
border-color: #F33BA8;
}
.TagClassName
{
border-color: #F33BA8;
}
</style>