Shades of Wild Strawberry #FB319C
Tints of Wild Strawberry #FB319C
RGB
CMYK
RGB Variations
Color information
#FB319C (or 0xFB319C) is known color: Wild Strawberry. HEX triplet: FB, 31 and 9C. RGB value is (251,49,156). Sum of RGB (Red+Green+Blue) = 251+49+156=456 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.04% from 456); Green value is 49 (19.53% from 255 or 10.75% from 456); Blue value is 156 (61.33% from 255 or 34.21% from 456); Max value from RGB is 251 - color contains mainly: red. Hex color #FB319C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB319C is #04CE63. Grayscale: #797979. Windows color (decimal): -314980 or 10236411. OLE color: 10236411.
HSL color Cylindrical-coordinate representation of color #FB319C: hue angle of 328.22º 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 #FB319C is Cyan = 0, Magento = 0.80, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 49 | 156 | - |
| CMYK | 0 | 0.80 | 0.38 | 0.02 |
| HSL | 328.22º | 0.96% | 0.59% | - |
| HSV(B) | 328.22º | 0.8% | 0.98% | - |
| XYZ | 46.88 | 25.11 | 33.83 | - |
| YUV | 121.6 | 147.42 | 220.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 49 | 156 | 0 | 0.80 | 0.38 | 0.02 | 328.22 | 0.96 | 0.59 |
| Hex | FB | 31 | 9C | 0 | 50 | 26 | 2 | 148 | 60 | 3B |
| Octal | 373 | 61 | 234 | 0 | 120 | 46 | 2 | 510 | 140 | 73 |
| Binary | 11111011 | 110001 | 10011100 | 0 | 1010000 | 100110 | 10 | 101001000 | 1100000 | 111011 |
Color Harmonies of #FB319C
Complementary color
Monochromatic Colors of #FB319C
Black with #FB319C
Text Example
Text Example
White with #FB319C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB319C; }
p { color: rgb(251,49,156); }
H1.HeaderClassName
{
color: #FB319C;
}
.AnyTagClassName
{
color: #FB319C;
}
</style>
background-color css
<style>
a { background-color: #FB319C; }
a { background-color: rgb(251,49,156); }
div.DivClassName
{
background-color: #FB319C;
}
.BgClassName
{
background-color: #FB319C;
}
</style>
border-color css
<style>
span { border-color: #FB319C; }
span { border-color: rgb(251,49,156); }
td.TdClassName
{
border-color: #FB319C;
}
.TagClassName
{
border-color: #FB319C;
}
</style>