Shades of Wild Strawberry #FB309B
Tints of Wild Strawberry #FB309B
RGB
CMYK
RGB Variations
Color information
#FB309B (or 0xFB309B) is known color: Wild Strawberry. HEX triplet: FB, 30 and 9B. RGB value is (251,48,155). Sum of RGB (Red+Green+Blue) = 251+48+155=454 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.29% from 454); Green value is 48 (19.14% from 255 or 10.57% from 454); Blue value is 155 (60.94% from 255 or 34.14% from 454); Max value from RGB is 251 - color contains mainly: red. Hex color #FB309B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB309B is #04CF64. Grayscale: #787878. Windows color (decimal): -315237 or 10170619. OLE color: 10170619.
HSL color Cylindrical-coordinate representation of color #FB309B: hue angle of 328.37º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FB309B is Cyan = 0, Magento = 0.81, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 48 | 155 | - |
| CMYK | 0 | 0.81 | 0.38 | 0.02 |
| HSL | 328.37º | 0.96% | 0.59% | - |
| HSV(B) | 328.37º | 0.81% | 0.98% | - |
| XYZ | 46.76 | 24.99 | 33.37 | - |
| YUV | 120.9 | 147.25 | 220.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 48 | 155 | 0 | 0.81 | 0.38 | 0.02 | 328.37 | 0.96 | 0.59 |
| Hex | FB | 30 | 9B | 0 | 51 | 26 | 2 | 148 | 60 | 3B |
| Octal | 373 | 60 | 233 | 0 | 121 | 46 | 2 | 510 | 140 | 73 |
| Binary | 11111011 | 110000 | 10011011 | 0 | 1010001 | 100110 | 10 | 101001000 | 1100000 | 111011 |
Color Harmonies of #FB309B
Complementary color
Monochromatic Colors of #FB309B
Black with #FB309B
Text Example
Text Example
White with #FB309B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB309B; }
p { color: rgb(251,48,155); }
H1.HeaderClassName
{
color: #FB309B;
}
.AnyTagClassName
{
color: #FB309B;
}
</style>
background-color css
<style>
a { background-color: #FB309B; }
a { background-color: rgb(251,48,155); }
div.DivClassName
{
background-color: #FB309B;
}
.BgClassName
{
background-color: #FB309B;
}
</style>
border-color css
<style>
span { border-color: #FB309B; }
span { border-color: rgb(251,48,155); }
td.TdClassName
{
border-color: #FB309B;
}
.TagClassName
{
border-color: #FB309B;
}
</style>