Shades of Wild Strawberry #FB3085
Tints of Wild Strawberry #FB3085
RGB
CMYK
RGB Variations
Color information
#FB3085 (or 0xFB3085) is known color: Wild Strawberry. HEX triplet: FB, 30 and 85. RGB value is (251,48,133). Sum of RGB (Red+Green+Blue) = 251+48+133=432 (57% of max value = 765). Red value is 251 (98.44% from 255 or 58.10% from 432); Green value is 48 (19.14% from 255 or 11.11% from 432); Blue value is 133 (52.34% from 255 or 30.79% from 432); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3085 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB3085 is #04CF7A. Grayscale: #767676. Windows color (decimal): -315259 or 8728827. OLE color: 8728827.
HSL color Cylindrical-coordinate representation of color #FB3085: hue angle of 334.88º 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 #FB3085 is Cyan = 0, Magento = 0.81, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 48 | 133 | - |
| CMYK | 0 | 0.81 | 0.47 | 0.02 |
| HSL | 334.88º | 0.96% | 0.59% | - |
| HSV(B) | 334.88º | 0.81% | 0.98% | - |
| XYZ | 45.07 | 24.32 | 24.51 | - |
| YUV | 118.39 | 136.25 | 222.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 48 | 133 | 0 | 0.81 | 0.47 | 0.02 | 334.88 | 0.96 | 0.59 |
| Hex | FB | 30 | 85 | 0 | 51 | 2F | 2 | 14F | 60 | 3B |
| Octal | 373 | 60 | 205 | 0 | 121 | 57 | 2 | 517 | 140 | 73 |
| Binary | 11111011 | 110000 | 10000101 | 0 | 1010001 | 101111 | 10 | 101001111 | 1100000 | 111011 |
Color Harmonies of #FB3085
Complementary color
Monochromatic Colors of #FB3085
Black with #FB3085
Text Example
Text Example
White with #FB3085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3085; }
p { color: rgb(251,48,133); }
H1.HeaderClassName
{
color: #FB3085;
}
.AnyTagClassName
{
color: #FB3085;
}
</style>
background-color css
<style>
a { background-color: #FB3085; }
a { background-color: rgb(251,48,133); }
div.DivClassName
{
background-color: #FB3085;
}
.BgClassName
{
background-color: #FB3085;
}
</style>
border-color css
<style>
span { border-color: #FB3085; }
span { border-color: rgb(251,48,133); }
td.TdClassName
{
border-color: #FB3085;
}
.TagClassName
{
border-color: #FB3085;
}
</style>