Shades of Wild Strawberry #FB308A
Tints of Wild Strawberry #FB308A
RGB
CMYK
RGB Variations
Color information
#FB308A (or 0xFB308A) is known color: Wild Strawberry. HEX triplet: FB, 30 and 8A. RGB value is (251,48,138). Sum of RGB (Red+Green+Blue) = 251+48+138=437 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.44% from 437); Green value is 48 (19.14% from 255 or 10.98% from 437); Blue value is 138 (54.30% from 255 or 31.58% from 437); Max value from RGB is 251 - color contains mainly: red. Hex color #FB308A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB308A is #04CF75. Grayscale: #767676. Windows color (decimal): -315254 or 9056507. OLE color: 9056507.
HSL color Cylindrical-coordinate representation of color #FB308A: hue angle of 333.4º 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 #FB308A is Cyan = 0, Magento = 0.81, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 48 | 138 | - |
| CMYK | 0 | 0.81 | 0.45 | 0.02 |
| HSL | 333.4º | 0.96% | 0.59% | - |
| HSV(B) | 333.4º | 0.81% | 0.98% | - |
| XYZ | 45.43 | 24.46 | 26.37 | - |
| YUV | 118.96 | 138.75 | 222.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 48 | 138 | 0 | 0.81 | 0.45 | 0.02 | 333.4 | 0.96 | 0.59 |
| Hex | FB | 30 | 8A | 0 | 51 | 2D | 2 | 14D | 60 | 3B |
| Octal | 373 | 60 | 212 | 0 | 121 | 55 | 2 | 515 | 140 | 73 |
| Binary | 11111011 | 110000 | 10001010 | 0 | 1010001 | 101101 | 10 | 101001101 | 1100000 | 111011 |
Color Harmonies of #FB308A
Complementary color
Monochromatic Colors of #FB308A
Black with #FB308A
Text Example
Text Example
White with #FB308A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB308A; }
p { color: rgb(251,48,138); }
H1.HeaderClassName
{
color: #FB308A;
}
.AnyTagClassName
{
color: #FB308A;
}
</style>
background-color css
<style>
a { background-color: #FB308A; }
a { background-color: rgb(251,48,138); }
div.DivClassName
{
background-color: #FB308A;
}
.BgClassName
{
background-color: #FB308A;
}
</style>
border-color css
<style>
span { border-color: #FB308A; }
span { border-color: rgb(251,48,138); }
td.TdClassName
{
border-color: #FB308A;
}
.TagClassName
{
border-color: #FB308A;
}
</style>