Shades of Wild Strawberry #FB3F9D
Tints of Wild Strawberry #FB3F9D
RGB
CMYK
RGB Variations
Color information
#FB3F9D (or 0xFB3F9D) is known color: Wild Strawberry. HEX triplet: FB, 3F and 9D. RGB value is (251,63,157). Sum of RGB (Red+Green+Blue) = 251+63+157=471 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.29% from 471); Green value is 63 (25% from 255 or 13.38% from 471); Blue value is 157 (61.72% from 255 or 33.33% from 471); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3F9D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB3F9D is #04C062. Grayscale: #818181. Windows color (decimal): -311395 or 10305531. OLE color: 10305531.
HSL color Cylindrical-coordinate representation of color #FB3F9D: hue angle of 330º 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 #FB3F9D is Cyan = 0, Magento = 0.75, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 63 | 157 | - |
| CMYK | 0 | 0.75 | 0.37 | 0.02 |
| HSL | 330º | 0.96% | 0.62% | - |
| HSV(B) | 330º | 0.75% | 0.98% | - |
| XYZ | 47.65 | 26.5 | 34.5 | - |
| YUV | 129.93 | 143.28 | 214.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 63 | 157 | 0 | 0.75 | 0.37 | 0.02 | 330 | 0.96 | 0.62 |
| Hex | FB | 3F | 9D | 0 | 4B | 25 | 2 | 14A | 60 | 3E |
| Octal | 373 | 77 | 235 | 0 | 113 | 45 | 2 | 512 | 140 | 76 |
| Binary | 11111011 | 111111 | 10011101 | 0 | 1001011 | 100101 | 10 | 101001010 | 1100000 | 111110 |
Color Harmonies of #FB3F9D
Complementary color
Monochromatic Colors of #FB3F9D
Black with #FB3F9D
Text Example
Text Example
White with #FB3F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3F9D; }
p { color: rgb(251,63,157); }
H1.HeaderClassName
{
color: #FB3F9D;
}
.AnyTagClassName
{
color: #FB3F9D;
}
</style>
background-color css
<style>
a { background-color: #FB3F9D; }
a { background-color: rgb(251,63,157); }
div.DivClassName
{
background-color: #FB3F9D;
}
.BgClassName
{
background-color: #FB3F9D;
}
</style>
border-color css
<style>
span { border-color: #FB3F9D; }
span { border-color: rgb(251,63,157); }
td.TdClassName
{
border-color: #FB3F9D;
}
.TagClassName
{
border-color: #FB3F9D;
}
</style>