Shades of Wild Strawberry #FB33A0
Tints of Wild Strawberry #FB33A0
RGB
CMYK
RGB Variations
Color information
#FB33A0 (or 0xFB33A0) is known color: Wild Strawberry. HEX triplet: FB, 33 and A0. RGB value is (251,51,160). Sum of RGB (Red+Green+Blue) = 251+51+160=462 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.33% from 462); Green value is 51 (20.31% from 255 or 11.04% from 462); Blue value is 160 (62.89% from 255 or 34.63% from 462); Max value from RGB is 251 - color contains mainly: red. Hex color #FB33A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB33A0 is #04CC5F. Grayscale: #7A7A7A. Windows color (decimal): -314464 or 10499067. OLE color: 10499067.
HSL color Cylindrical-coordinate representation of color #FB33A0: hue angle of 327.3º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FB33A0 is Cyan = 0, Magento = 0.80, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 51 | 160 | - |
| CMYK | 0 | 0.80 | 0.36 | 0.02 |
| HSL | 327.3º | 0.96% | 0.59% | - |
| HSV(B) | 327.3º | 0.8% | 0.98% | - |
| XYZ | 47.31 | 25.41 | 35.67 | - |
| YUV | 123.23 | 148.76 | 219.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 51 | 160 | 0 | 0.80 | 0.36 | 0.02 | 327.3 | 0.96 | 0.59 |
| Hex | FB | 33 | A0 | 0 | 50 | 24 | 2 | 147 | 60 | 3B |
| Octal | 373 | 63 | 240 | 0 | 120 | 44 | 2 | 507 | 140 | 73 |
| Binary | 11111011 | 110011 | 10100000 | 0 | 1010000 | 100100 | 10 | 101000111 | 1100000 | 111011 |
Color Harmonies of #FB33A0
Complementary color
Monochromatic Colors of #FB33A0
Black with #FB33A0
Text Example
Text Example
White with #FB33A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB33A0; }
p { color: rgb(251,51,160); }
H1.HeaderClassName
{
color: #FB33A0;
}
.AnyTagClassName
{
color: #FB33A0;
}
</style>
background-color css
<style>
a { background-color: #FB33A0; }
a { background-color: rgb(251,51,160); }
div.DivClassName
{
background-color: #FB33A0;
}
.BgClassName
{
background-color: #FB33A0;
}
</style>
border-color css
<style>
span { border-color: #FB33A0; }
span { border-color: rgb(251,51,160); }
td.TdClassName
{
border-color: #FB33A0;
}
.TagClassName
{
border-color: #FB33A0;
}
</style>