Shades of Wild Strawberry #FB2690
Tints of Wild Strawberry #FB2690
RGB
CMYK
RGB Variations
Color information
#FB2690 (or 0xFB2690) is known color: Wild Strawberry. HEX triplet: FB, 26 and 90. RGB value is (251,38,144). Sum of RGB (Red+Green+Blue) = 251+38+144=433 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.97% from 433); Green value is 38 (15.23% from 255 or 8.78% from 433); Blue value is 144 (56.64% from 255 or 33.26% from 433); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2690 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB2690 is #04D96F. Grayscale: #717171. Windows color (decimal): -317808 or 9447163. OLE color: 9447163.
HSL color Cylindrical-coordinate representation of color #FB2690: hue angle of 330.14º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FB2690 is Cyan = 0, Magento = 0.85, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 38 | 144 | - |
| CMYK | 0 | 0.85 | 0.43 | 0.02 |
| HSL | 330.14º | 0.96% | 0.57% | - |
| HSV(B) | 330.14º | 0.85% | 0.98% | - |
| XYZ | 45.51 | 23.91 | 28.6 | - |
| YUV | 113.77 | 145.07 | 225.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 38 | 144 | 0 | 0.85 | 0.43 | 0.02 | 330.14 | 0.96 | 0.57 |
| Hex | FB | 26 | 90 | 0 | 55 | 2B | 2 | 14A | 60 | 39 |
| Octal | 373 | 46 | 220 | 0 | 125 | 53 | 2 | 512 | 140 | 71 |
| Binary | 11111011 | 100110 | 10010000 | 0 | 1010101 | 101011 | 10 | 101001010 | 1100000 | 111001 |
Color Harmonies of #FB2690
Complementary color
Monochromatic Colors of #FB2690
Black with #FB2690
Text Example
Text Example
White with #FB2690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2690; }
p { color: rgb(251,38,144); }
H1.HeaderClassName
{
color: #FB2690;
}
.AnyTagClassName
{
color: #FB2690;
}
</style>
background-color css
<style>
a { background-color: #FB2690; }
a { background-color: rgb(251,38,144); }
div.DivClassName
{
background-color: #FB2690;
}
.BgClassName
{
background-color: #FB2690;
}
</style>
border-color css
<style>
span { border-color: #FB2690; }
span { border-color: rgb(251,38,144); }
td.TdClassName
{
border-color: #FB2690;
}
.TagClassName
{
border-color: #FB2690;
}
</style>