Shades of Wild Strawberry #FB319E
Tints of Wild Strawberry #FB319E
RGB
CMYK
RGB Variations
Color information
#FB319E (or 0xFB319E) is known color: Wild Strawberry. HEX triplet: FB, 31 and 9E. RGB value is (251,49,158). Sum of RGB (Red+Green+Blue) = 251+49+158=458 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.80% from 458); Green value is 49 (19.53% from 255 or 10.70% from 458); Blue value is 158 (62.11% from 255 or 34.50% from 458); Max value from RGB is 251 - color contains mainly: red. Hex color #FB319E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB319E is #04CE61. Grayscale: #797979. Windows color (decimal): -314978 or 10367483. OLE color: 10367483.
HSL color Cylindrical-coordinate representation of color #FB319E: hue angle of 327.62º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FB319E is Cyan = 0, Magento = 0.80, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 49 | 158 | - |
| CMYK | 0 | 0.80 | 0.37 | 0.02 |
| HSL | 327.62º | 0.96% | 0.59% | - |
| HSV(B) | 327.62º | 0.8% | 0.98% | - |
| XYZ | 47.05 | 25.17 | 34.73 | - |
| YUV | 121.82 | 148.42 | 220.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 49 | 158 | 0 | 0.80 | 0.37 | 0.02 | 327.62 | 0.96 | 0.59 |
| Hex | FB | 31 | 9E | 0 | 50 | 25 | 2 | 148 | 60 | 3B |
| Octal | 373 | 61 | 236 | 0 | 120 | 45 | 2 | 510 | 140 | 73 |
| Binary | 11111011 | 110001 | 10011110 | 0 | 1010000 | 100101 | 10 | 101001000 | 1100000 | 111011 |
Color Harmonies of #FB319E
Complementary color
Monochromatic Colors of #FB319E
Black with #FB319E
Text Example
Text Example
White with #FB319E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB319E; }
p { color: rgb(251,49,158); }
H1.HeaderClassName
{
color: #FB319E;
}
.AnyTagClassName
{
color: #FB319E;
}
</style>
background-color css
<style>
a { background-color: #FB319E; }
a { background-color: rgb(251,49,158); }
div.DivClassName
{
background-color: #FB319E;
}
.BgClassName
{
background-color: #FB319E;
}
</style>
border-color css
<style>
span { border-color: #FB319E; }
span { border-color: rgb(251,49,158); }
td.TdClassName
{
border-color: #FB319E;
}
.TagClassName
{
border-color: #FB319E;
}
</style>