Shades of Wild Strawberry #FB3FA3
Tints of Wild Strawberry #FB3FA3
RGB
CMYK
RGB Variations
Color information
#FB3FA3 (or 0xFB3FA3) is known color: Wild Strawberry. HEX triplet: FB, 3F and A3. RGB value is (251,63,163). Sum of RGB (Red+Green+Blue) = 251+63+163=477 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.62% from 477); Green value is 63 (25% from 255 or 13.21% from 477); Blue value is 163 (64.06% from 255 or 34.17% from 477); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3FA3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB3FA3 is #04C05C. Grayscale: #828282. Windows color (decimal): -311389 or 10698747. OLE color: 10698747.
HSL color Cylindrical-coordinate representation of color #FB3FA3: hue angle of 328.09º 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 #FB3FA3 is Cyan = 0, Magento = 0.75, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 63 | 163 | - |
| CMYK | 0 | 0.75 | 0.35 | 0.02 |
| HSL | 328.09º | 0.96% | 0.62% | - |
| HSV(B) | 328.09º | 0.75% | 0.98% | - |
| XYZ | 48.17 | 26.71 | 37.27 | - |
| YUV | 130.61 | 146.28 | 213.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 63 | 163 | 0 | 0.75 | 0.35 | 0.02 | 328.09 | 0.96 | 0.62 |
| Hex | FB | 3F | A3 | 0 | 4B | 23 | 2 | 148 | 60 | 3E |
| Octal | 373 | 77 | 243 | 0 | 113 | 43 | 2 | 510 | 140 | 76 |
| Binary | 11111011 | 111111 | 10100011 | 0 | 1001011 | 100011 | 10 | 101001000 | 1100000 | 111110 |
Color Harmonies of #FB3FA3
Complementary color
Monochromatic Colors of #FB3FA3
Black with #FB3FA3
Text Example
Text Example
White with #FB3FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3FA3; }
p { color: rgb(251,63,163); }
H1.HeaderClassName
{
color: #FB3FA3;
}
.AnyTagClassName
{
color: #FB3FA3;
}
</style>
background-color css
<style>
a { background-color: #FB3FA3; }
a { background-color: rgb(251,63,163); }
div.DivClassName
{
background-color: #FB3FA3;
}
.BgClassName
{
background-color: #FB3FA3;
}
</style>
border-color css
<style>
span { border-color: #FB3FA3; }
span { border-color: rgb(251,63,163); }
td.TdClassName
{
border-color: #FB3FA3;
}
.TagClassName
{
border-color: #FB3FA3;
}
</style>