Shades of Wild Strawberry #FB3E9A
Tints of Wild Strawberry #FB3E9A
RGB
CMYK
RGB Variations
Color information
#FB3E9A (or 0xFB3E9A) is known color: Wild Strawberry. HEX triplet: FB, 3E and 9A. RGB value is (251,62,154). Sum of RGB (Red+Green+Blue) = 251+62+154=467 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.75% from 467); Green value is 62 (24.61% from 255 or 13.28% from 467); Blue value is 154 (60.55% from 255 or 32.98% from 467); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3E9A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB3E9A is #04C165. Grayscale: #808080. Windows color (decimal): -311654 or 10108667. OLE color: 10108667.
HSL color Cylindrical-coordinate representation of color #FB3E9A: hue angle of 330.79º 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 #FB3E9A is Cyan = 0, Magento = 0.75, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 62 | 154 | - |
| CMYK | 0 | 0.75 | 0.39 | 0.02 |
| HSL | 330.79º | 0.96% | 0.61% | - |
| HSV(B) | 330.79º | 0.75% | 0.98% | - |
| XYZ | 47.34 | 26.29 | 33.15 | - |
| YUV | 129 | 142.12 | 215.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 62 | 154 | 0 | 0.75 | 0.39 | 0.02 | 330.79 | 0.96 | 0.61 |
| Hex | FB | 3E | 9A | 0 | 4B | 27 | 2 | 14B | 60 | 3D |
| Octal | 373 | 76 | 232 | 0 | 113 | 47 | 2 | 513 | 140 | 75 |
| Binary | 11111011 | 111110 | 10011010 | 0 | 1001011 | 100111 | 10 | 101001011 | 1100000 | 111101 |
Color Harmonies of #FB3E9A
Complementary color
Monochromatic Colors of #FB3E9A
Black with #FB3E9A
Text Example
Text Example
White with #FB3E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3E9A; }
p { color: rgb(251,62,154); }
H1.HeaderClassName
{
color: #FB3E9A;
}
.AnyTagClassName
{
color: #FB3E9A;
}
</style>
background-color css
<style>
a { background-color: #FB3E9A; }
a { background-color: rgb(251,62,154); }
div.DivClassName
{
background-color: #FB3E9A;
}
.BgClassName
{
background-color: #FB3E9A;
}
</style>
border-color css
<style>
span { border-color: #FB3E9A; }
span { border-color: rgb(251,62,154); }
td.TdClassName
{
border-color: #FB3E9A;
}
.TagClassName
{
border-color: #FB3E9A;
}
</style>