Shades of Wild Strawberry #FB3E99
Tints of Wild Strawberry #FB3E99
RGB
CMYK
RGB Variations
Color information
#FB3E99 (or 0xFB3E99) is known color: Wild Strawberry. HEX triplet: FB, 3E and 99. RGB value is (251,62,153). Sum of RGB (Red+Green+Blue) = 251+62+153=466 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.86% from 466); Green value is 62 (24.61% from 255 or 13.30% from 466); Blue value is 153 (60.16% from 255 or 32.83% from 466); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3E99 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB3E99 is #04C166. Grayscale: #808080. Windows color (decimal): -311655 or 10043131. OLE color: 10043131.
HSL color Cylindrical-coordinate representation of color #FB3E99: hue angle of 331.11º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FB3E99 is Cyan = 0, Magento = 0.75, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 62 | 153 | - |
| CMYK | 0 | 0.75 | 0.39 | 0.02 |
| HSL | 331.11º | 0.96% | 0.61% | - |
| HSV(B) | 331.11º | 0.75% | 0.98% | - |
| XYZ | 47.26 | 26.25 | 32.71 | - |
| YUV | 128.89 | 141.62 | 215.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 62 | 153 | 0 | 0.75 | 0.39 | 0.02 | 331.11 | 0.96 | 0.61 |
| Hex | FB | 3E | 99 | 0 | 4B | 27 | 2 | 14B | 60 | 3D |
| Octal | 373 | 76 | 231 | 0 | 113 | 47 | 2 | 513 | 140 | 75 |
| Binary | 11111011 | 111110 | 10011001 | 0 | 1001011 | 100111 | 10 | 101001011 | 1100000 | 111101 |
Color Harmonies of #FB3E99
Complementary color
Monochromatic Colors of #FB3E99
Black with #FB3E99
Text Example
Text Example
White with #FB3E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3E99; }
p { color: rgb(251,62,153); }
H1.HeaderClassName
{
color: #FB3E99;
}
.AnyTagClassName
{
color: #FB3E99;
}
</style>
background-color css
<style>
a { background-color: #FB3E99; }
a { background-color: rgb(251,62,153); }
div.DivClassName
{
background-color: #FB3E99;
}
.BgClassName
{
background-color: #FB3E99;
}
</style>
border-color css
<style>
span { border-color: #FB3E99; }
span { border-color: rgb(251,62,153); }
td.TdClassName
{
border-color: #FB3E99;
}
.TagClassName
{
border-color: #FB3E99;
}
</style>