Shades of Wild Strawberry #FB2A87
Tints of Wild Strawberry #FB2A87
RGB
CMYK
RGB Variations
Color information
#FB2A87 (or 0xFB2A87) is known color: Wild Strawberry. HEX triplet: FB, 2A and 87. RGB value is (251,42,135). Sum of RGB (Red+Green+Blue) = 251+42+135=428 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.64% from 428); Green value is 42 (16.80% from 255 or 9.81% from 428); Blue value is 135 (53.12% from 255 or 31.54% from 428); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2A87 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB2A87 is #04D578. Grayscale: #727272. Windows color (decimal): -316793 or 8858363. OLE color: 8858363.
HSL color Cylindrical-coordinate representation of color #FB2A87: hue angle of 333.3º 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 #FB2A87 is Cyan = 0, Magento = 0.83, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 42 | 135 | - |
| CMYK | 0 | 0.83 | 0.46 | 0.02 |
| HSL | 333.3º | 0.96% | 0.57% | - |
| HSV(B) | 333.3º | 0.83% | 0.98% | - |
| XYZ | 44.98 | 23.91 | 25.17 | - |
| YUV | 115.09 | 139.24 | 224.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 42 | 135 | 0 | 0.83 | 0.46 | 0.02 | 333.3 | 0.96 | 0.57 |
| Hex | FB | 2A | 87 | 0 | 53 | 2E | 2 | 14D | 60 | 39 |
| Octal | 373 | 52 | 207 | 0 | 123 | 56 | 2 | 515 | 140 | 71 |
| Binary | 11111011 | 101010 | 10000111 | 0 | 1010011 | 101110 | 10 | 101001101 | 1100000 | 111001 |
Color Harmonies of #FB2A87
Complementary color
Monochromatic Colors of #FB2A87
Black with #FB2A87
Text Example
Text Example
White with #FB2A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2A87; }
p { color: rgb(251,42,135); }
H1.HeaderClassName
{
color: #FB2A87;
}
.AnyTagClassName
{
color: #FB2A87;
}
</style>
background-color css
<style>
a { background-color: #FB2A87; }
a { background-color: rgb(251,42,135); }
div.DivClassName
{
background-color: #FB2A87;
}
.BgClassName
{
background-color: #FB2A87;
}
</style>
border-color css
<style>
span { border-color: #FB2A87; }
span { border-color: rgb(251,42,135); }
td.TdClassName
{
border-color: #FB2A87;
}
.TagClassName
{
border-color: #FB2A87;
}
</style>