Shades of Wild Strawberry #FB3F9E
Tints of Wild Strawberry #FB3F9E
RGB
CMYK
RGB Variations
Color information
#FB3F9E (or 0xFB3F9E) is known color: Wild Strawberry. HEX triplet: FB, 3F and 9E. RGB value is (251,63,158). Sum of RGB (Red+Green+Blue) = 251+63+158=472 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.18% from 472); Green value is 63 (25% from 255 or 13.35% from 472); Blue value is 158 (62.11% from 255 or 33.47% from 472); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3F9E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB3F9E is #04C061. Grayscale: #818181. Windows color (decimal): -311394 or 10371067. OLE color: 10371067.
HSL color Cylindrical-coordinate representation of color #FB3F9E: hue angle of 329.68º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FB3F9E is Cyan = 0, Magento = 0.75, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 63 | 158 | - |
| CMYK | 0 | 0.75 | 0.37 | 0.02 |
| HSL | 329.68º | 0.96% | 0.62% | - |
| HSV(B) | 329.68º | 0.75% | 0.98% | - |
| XYZ | 47.73 | 26.53 | 34.95 | - |
| YUV | 130.04 | 143.78 | 214.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 63 | 158 | 0 | 0.75 | 0.37 | 0.02 | 329.68 | 0.96 | 0.62 |
| Hex | FB | 3F | 9E | 0 | 4B | 25 | 2 | 14A | 60 | 3E |
| Octal | 373 | 77 | 236 | 0 | 113 | 45 | 2 | 512 | 140 | 76 |
| Binary | 11111011 | 111111 | 10011110 | 0 | 1001011 | 100101 | 10 | 101001010 | 1100000 | 111110 |
Color Harmonies of #FB3F9E
Complementary color
Monochromatic Colors of #FB3F9E
Black with #FB3F9E
Text Example
Text Example
White with #FB3F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3F9E; }
p { color: rgb(251,63,158); }
H1.HeaderClassName
{
color: #FB3F9E;
}
.AnyTagClassName
{
color: #FB3F9E;
}
</style>
background-color css
<style>
a { background-color: #FB3F9E; }
a { background-color: rgb(251,63,158); }
div.DivClassName
{
background-color: #FB3F9E;
}
.BgClassName
{
background-color: #FB3F9E;
}
</style>
border-color css
<style>
span { border-color: #FB3F9E; }
span { border-color: rgb(251,63,158); }
td.TdClassName
{
border-color: #FB3F9E;
}
.TagClassName
{
border-color: #FB3F9E;
}
</style>