Shades of Wild Strawberry #FB31A0
Tints of Wild Strawberry #FB31A0
RGB
CMYK
RGB Variations
Color information
#FB31A0 (or 0xFB31A0) is known color: Wild Strawberry. HEX triplet: FB, 31 and A0. RGB value is (251,49,160). Sum of RGB (Red+Green+Blue) = 251+49+160=460 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.57% from 460); Green value is 49 (19.53% from 255 or 10.65% from 460); Blue value is 160 (62.89% from 255 or 34.78% from 460); Max value from RGB is 251 - color contains mainly: red. Hex color #FB31A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB31A0 is #04CE5F. Grayscale: #797979. Windows color (decimal): -314976 or 10498555. OLE color: 10498555.
HSL color Cylindrical-coordinate representation of color #FB31A0: hue angle of 327.03º 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 #FB31A0 is Cyan = 0, Magento = 0.80, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 49 | 160 | - |
| CMYK | 0 | 0.80 | 0.36 | 0.02 |
| HSL | 327.03º | 0.96% | 0.59% | - |
| HSV(B) | 327.03º | 0.8% | 0.98% | - |
| XYZ | 47.23 | 25.24 | 35.64 | - |
| YUV | 122.05 | 149.42 | 219.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 49 | 160 | 0 | 0.80 | 0.36 | 0.02 | 327.03 | 0.96 | 0.59 |
| Hex | FB | 31 | A0 | 0 | 50 | 24 | 2 | 147 | 60 | 3B |
| Octal | 373 | 61 | 240 | 0 | 120 | 44 | 2 | 507 | 140 | 73 |
| Binary | 11111011 | 110001 | 10100000 | 0 | 1010000 | 100100 | 10 | 101000111 | 1100000 | 111011 |
Color Harmonies of #FB31A0
Complementary color
Monochromatic Colors of #FB31A0
Black with #FB31A0
Text Example
Text Example
White with #FB31A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB31A0; }
p { color: rgb(251,49,160); }
H1.HeaderClassName
{
color: #FB31A0;
}
.AnyTagClassName
{
color: #FB31A0;
}
</style>
background-color css
<style>
a { background-color: #FB31A0; }
a { background-color: rgb(251,49,160); }
div.DivClassName
{
background-color: #FB31A0;
}
.BgClassName
{
background-color: #FB31A0;
}
</style>
border-color css
<style>
span { border-color: #FB31A0; }
span { border-color: rgb(251,49,160); }
td.TdClassName
{
border-color: #FB31A0;
}
.TagClassName
{
border-color: #FB31A0;
}
</style>