Shades of Wild Strawberry #FB2790
Tints of Wild Strawberry #FB2790
RGB
CMYK
RGB Variations
Color information
#FB2790 (or 0xFB2790) is known color: Wild Strawberry. HEX triplet: FB, 27 and 90. RGB value is (251,39,144). Sum of RGB (Red+Green+Blue) = 251+39+144=434 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.83% from 434); Green value is 39 (15.62% from 255 or 8.99% from 434); Blue value is 144 (56.64% from 255 or 33.18% from 434); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2790 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB2790 is #04D86F. Grayscale: #727272. Windows color (decimal): -317552 or 9447419. OLE color: 9447419.
HSL color Cylindrical-coordinate representation of color #FB2790: hue angle of 330.28º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FB2790 is Cyan = 0, Magento = 0.84, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 39 | 144 | - |
| CMYK | 0 | 0.84 | 0.43 | 0.02 |
| HSL | 330.28º | 0.96% | 0.57% | - |
| HSV(B) | 330.28º | 0.84% | 0.98% | - |
| XYZ | 45.54 | 23.97 | 28.61 | - |
| YUV | 114.36 | 144.74 | 225.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 39 | 144 | 0 | 0.84 | 0.43 | 0.02 | 330.28 | 0.96 | 0.57 |
| Hex | FB | 27 | 90 | 0 | 54 | 2B | 2 | 14A | 60 | 39 |
| Octal | 373 | 47 | 220 | 0 | 124 | 53 | 2 | 512 | 140 | 71 |
| Binary | 11111011 | 100111 | 10010000 | 0 | 1010100 | 101011 | 10 | 101001010 | 1100000 | 111001 |
Color Harmonies of #FB2790
Complementary color
Monochromatic Colors of #FB2790
Black with #FB2790
Text Example
Text Example
White with #FB2790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2790; }
p { color: rgb(251,39,144); }
H1.HeaderClassName
{
color: #FB2790;
}
.AnyTagClassName
{
color: #FB2790;
}
</style>
background-color css
<style>
a { background-color: #FB2790; }
a { background-color: rgb(251,39,144); }
div.DivClassName
{
background-color: #FB2790;
}
.BgClassName
{
background-color: #FB2790;
}
</style>
border-color css
<style>
span { border-color: #FB2790; }
span { border-color: rgb(251,39,144); }
td.TdClassName
{
border-color: #FB2790;
}
.TagClassName
{
border-color: #FB2790;
}
</style>