Shades of Wild Strawberry #FB2B85
Tints of Wild Strawberry #FB2B85
RGB
CMYK
RGB Variations
Color information
#FB2B85 (or 0xFB2B85) is known color: Wild Strawberry. HEX triplet: FB, 2B and 85. RGB value is (251,43,133). Sum of RGB (Red+Green+Blue) = 251+43+133=427 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.78% from 427); Green value is 43 (17.19% from 255 or 10.07% from 427); Blue value is 133 (52.34% from 255 or 31.15% from 427); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2B85 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB2B85 is #04D47A. Grayscale: #737373. Windows color (decimal): -316539 or 8727547. OLE color: 8727547.
HSL color Cylindrical-coordinate representation of color #FB2B85: hue angle of 334.04º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FB2B85 is Cyan = 0, Magento = 0.83, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 43 | 133 | - |
| CMYK | 0 | 0.83 | 0.47 | 0.02 |
| HSL | 334.04º | 0.96% | 0.58% | - |
| HSV(B) | 334.04º | 0.83% | 0.98% | - |
| XYZ | 44.88 | 23.93 | 24.44 | - |
| YUV | 115.45 | 137.91 | 224.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 43 | 133 | 0 | 0.83 | 0.47 | 0.02 | 334.04 | 0.96 | 0.58 |
| Hex | FB | 2B | 85 | 0 | 53 | 2F | 2 | 14E | 60 | 3A |
| Octal | 373 | 53 | 205 | 0 | 123 | 57 | 2 | 516 | 140 | 72 |
| Binary | 11111011 | 101011 | 10000101 | 0 | 1010011 | 101111 | 10 | 101001110 | 1100000 | 111010 |
Color Harmonies of #FB2B85
Complementary color
Monochromatic Colors of #FB2B85
Black with #FB2B85
Text Example
Text Example
White with #FB2B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2B85; }
p { color: rgb(251,43,133); }
H1.HeaderClassName
{
color: #FB2B85;
}
.AnyTagClassName
{
color: #FB2B85;
}
</style>
background-color css
<style>
a { background-color: #FB2B85; }
a { background-color: rgb(251,43,133); }
div.DivClassName
{
background-color: #FB2B85;
}
.BgClassName
{
background-color: #FB2B85;
}
</style>
border-color css
<style>
span { border-color: #FB2B85; }
span { border-color: rgb(251,43,133); }
td.TdClassName
{
border-color: #FB2B85;
}
.TagClassName
{
border-color: #FB2B85;
}
</style>