Shades of Wild Strawberry #FB2A96
Tints of Wild Strawberry #FB2A96
RGB
CMYK
RGB Variations
Color information
#FB2A96 (or 0xFB2A96) is known color: Wild Strawberry. HEX triplet: FB, 2A and 96. RGB value is (251,42,150). Sum of RGB (Red+Green+Blue) = 251+42+150=443 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.66% from 443); Green value is 42 (16.80% from 255 or 9.48% from 443); Blue value is 150 (58.98% from 255 or 33.86% from 443); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2A96 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB2A96 is #04D569. Grayscale: #747474. Windows color (decimal): -316778 or 9841403. OLE color: 9841403.
HSL color Cylindrical-coordinate representation of color #FB2A96: hue angle of 329º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FB2A96 is Cyan = 0, Magento = 0.83, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 42 | 150 | - |
| CMYK | 0 | 0.83 | 0.40 | 0.02 |
| HSL | 329º | 0.96% | 0.57% | - |
| HSV(B) | 329º | 0.83% | 0.98% | - |
| XYZ | 46.12 | 24.37 | 31.13 | - |
| YUV | 116.8 | 146.74 | 223.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 42 | 150 | 0 | 0.83 | 0.40 | 0.02 | 329 | 0.96 | 0.57 |
| Hex | FB | 2A | 96 | 0 | 53 | 28 | 2 | 149 | 60 | 39 |
| Octal | 373 | 52 | 226 | 0 | 123 | 50 | 2 | 511 | 140 | 71 |
| Binary | 11111011 | 101010 | 10010110 | 0 | 1010011 | 101000 | 10 | 101001001 | 1100000 | 111001 |
Color Harmonies of #FB2A96
Complementary color
Monochromatic Colors of #FB2A96
Black with #FB2A96
Text Example
Text Example
White with #FB2A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2A96; }
p { color: rgb(251,42,150); }
H1.HeaderClassName
{
color: #FB2A96;
}
.AnyTagClassName
{
color: #FB2A96;
}
</style>
background-color css
<style>
a { background-color: #FB2A96; }
a { background-color: rgb(251,42,150); }
div.DivClassName
{
background-color: #FB2A96;
}
.BgClassName
{
background-color: #FB2A96;
}
</style>
border-color css
<style>
span { border-color: #FB2A96; }
span { border-color: rgb(251,42,150); }
td.TdClassName
{
border-color: #FB2A96;
}
.TagClassName
{
border-color: #FB2A96;
}
</style>