Shades of Wild Strawberry #FB3FA0
Tints of Wild Strawberry #FB3FA0
RGB
CMYK
RGB Variations
Color information
#FB3FA0 (or 0xFB3FA0) is known color: Wild Strawberry. HEX triplet: FB, 3F and A0. RGB value is (251,63,160). Sum of RGB (Red+Green+Blue) = 251+63+160=474 (62% of max value = 765). Red value is 251 (98.44% from 255 or 52.95% from 474); Green value is 63 (25% from 255 or 13.29% from 474); Blue value is 160 (62.89% from 255 or 33.76% from 474); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3FA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB3FA0 is #04C05F. Grayscale: #828282. Windows color (decimal): -311392 or 10502139. OLE color: 10502139.
HSL color Cylindrical-coordinate representation of color #FB3FA0: hue angle of 329.04º 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 #FB3FA0 is Cyan = 0, Magento = 0.75, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 63 | 160 | - |
| CMYK | 0 | 0.75 | 0.36 | 0.02 |
| HSL | 329.04º | 0.96% | 0.62% | - |
| HSV(B) | 329.04º | 0.75% | 0.98% | - |
| XYZ | 47.91 | 26.6 | 35.87 | - |
| YUV | 130.27 | 144.78 | 214.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 63 | 160 | 0 | 0.75 | 0.36 | 0.02 | 329.04 | 0.96 | 0.62 |
| Hex | FB | 3F | A0 | 0 | 4B | 24 | 2 | 149 | 60 | 3E |
| Octal | 373 | 77 | 240 | 0 | 113 | 44 | 2 | 511 | 140 | 76 |
| Binary | 11111011 | 111111 | 10100000 | 0 | 1001011 | 100100 | 10 | 101001001 | 1100000 | 111110 |
Color Harmonies of #FB3FA0
Complementary color
Monochromatic Colors of #FB3FA0
Black with #FB3FA0
Text Example
Text Example
White with #FB3FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3FA0; }
p { color: rgb(251,63,160); }
H1.HeaderClassName
{
color: #FB3FA0;
}
.AnyTagClassName
{
color: #FB3FA0;
}
</style>
background-color css
<style>
a { background-color: #FB3FA0; }
a { background-color: rgb(251,63,160); }
div.DivClassName
{
background-color: #FB3FA0;
}
.BgClassName
{
background-color: #FB3FA0;
}
</style>
border-color css
<style>
span { border-color: #FB3FA0; }
span { border-color: rgb(251,63,160); }
td.TdClassName
{
border-color: #FB3FA0;
}
.TagClassName
{
border-color: #FB3FA0;
}
</style>