Shades of Wild Strawberry #FB3FA1
Tints of Wild Strawberry #FB3FA1
RGB
CMYK
RGB Variations
Color information
#FB3FA1 (or 0xFB3FA1) is known color: Wild Strawberry. HEX triplet: FB, 3F and A1. RGB value is (251,63,161). Sum of RGB (Red+Green+Blue) = 251+63+161=475 (62% of max value = 765). Red value is 251 (98.44% from 255 or 52.84% from 475); Green value is 63 (25% from 255 or 13.26% from 475); Blue value is 161 (63.28% from 255 or 33.89% from 475); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3FA1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB3FA1 is #04C05E. Grayscale: #828282. Windows color (decimal): -311391 or 10567675. OLE color: 10567675.
HSL color Cylindrical-coordinate representation of color #FB3FA1: hue angle of 328.72º 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 #FB3FA1 is Cyan = 0, Magento = 0.75, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 63 | 161 | - |
| CMYK | 0 | 0.75 | 0.36 | 0.02 |
| HSL | 328.72º | 0.96% | 0.62% | - |
| HSV(B) | 328.72º | 0.75% | 0.98% | - |
| XYZ | 47.99 | 26.64 | 36.33 | - |
| YUV | 130.38 | 145.28 | 214.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 63 | 161 | 0 | 0.75 | 0.36 | 0.02 | 328.72 | 0.96 | 0.62 |
| Hex | FB | 3F | A1 | 0 | 4B | 24 | 2 | 149 | 60 | 3E |
| Octal | 373 | 77 | 241 | 0 | 113 | 44 | 2 | 511 | 140 | 76 |
| Binary | 11111011 | 111111 | 10100001 | 0 | 1001011 | 100100 | 10 | 101001001 | 1100000 | 111110 |
Color Harmonies of #FB3FA1
Complementary color
Monochromatic Colors of #FB3FA1
Black with #FB3FA1
Text Example
Text Example
White with #FB3FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3FA1; }
p { color: rgb(251,63,161); }
H1.HeaderClassName
{
color: #FB3FA1;
}
.AnyTagClassName
{
color: #FB3FA1;
}
</style>
background-color css
<style>
a { background-color: #FB3FA1; }
a { background-color: rgb(251,63,161); }
div.DivClassName
{
background-color: #FB3FA1;
}
.BgClassName
{
background-color: #FB3FA1;
}
</style>
border-color css
<style>
span { border-color: #FB3FA1; }
span { border-color: rgb(251,63,161); }
td.TdClassName
{
border-color: #FB3FA1;
}
.TagClassName
{
border-color: #FB3FA1;
}
</style>