Shades of Wild Strawberry #FB338A
Tints of Wild Strawberry #FB338A
RGB
CMYK
RGB Variations
Color information
#FB338A (or 0xFB338A) is known color: Wild Strawberry. HEX triplet: FB, 33 and 8A. RGB value is (251,51,138). Sum of RGB (Red+Green+Blue) = 251+51+138=440 (58% of max value = 765). Red value is 251 (98.44% from 255 or 57.05% from 440); Green value is 51 (20.31% from 255 or 11.59% from 440); Blue value is 138 (54.30% from 255 or 31.36% from 440); Max value from RGB is 251 - color contains mainly: red. Hex color #FB338A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB338A is #04CC75. Grayscale: #787878. Windows color (decimal): -314486 or 9057275. OLE color: 9057275.
HSL color Cylindrical-coordinate representation of color #FB338A: hue angle of 333.9º 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 #FB338A is Cyan = 0, Magento = 0.80, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 51 | 138 | - |
| CMYK | 0 | 0.80 | 0.45 | 0.02 |
| HSL | 333.9º | 0.96% | 0.59% | - |
| HSV(B) | 333.9º | 0.8% | 0.98% | - |
| XYZ | 45.55 | 24.71 | 26.41 | - |
| YUV | 120.72 | 137.76 | 220.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 51 | 138 | 0 | 0.80 | 0.45 | 0.02 | 333.9 | 0.96 | 0.59 |
| Hex | FB | 33 | 8A | 0 | 50 | 2D | 2 | 14E | 60 | 3B |
| Octal | 373 | 63 | 212 | 0 | 120 | 55 | 2 | 516 | 140 | 73 |
| Binary | 11111011 | 110011 | 10001010 | 0 | 1010000 | 101101 | 10 | 101001110 | 1100000 | 111011 |
Color Harmonies of #FB338A
Complementary color
Monochromatic Colors of #FB338A
Black with #FB338A
Text Example
Text Example
White with #FB338A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB338A; }
p { color: rgb(251,51,138); }
H1.HeaderClassName
{
color: #FB338A;
}
.AnyTagClassName
{
color: #FB338A;
}
</style>
background-color css
<style>
a { background-color: #FB338A; }
a { background-color: rgb(251,51,138); }
div.DivClassName
{
background-color: #FB338A;
}
.BgClassName
{
background-color: #FB338A;
}
</style>
border-color css
<style>
span { border-color: #FB338A; }
span { border-color: rgb(251,51,138); }
td.TdClassName
{
border-color: #FB338A;
}
.TagClassName
{
border-color: #FB338A;
}
</style>