Shades of Wild Strawberry #FB3CAA
Tints of Wild Strawberry #FB3CAA
RGB
CMYK
RGB Variations
Color information
#FB3CAA (or 0xFB3CAA) is known color: Wild Strawberry. HEX triplet: FB, 3C and AA. RGB value is (251,60,170). Sum of RGB (Red+Green+Blue) = 251+60+170=481 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.18% from 481); Green value is 60 (23.83% from 255 or 12.47% from 481); Blue value is 170 (66.80% from 255 or 35.34% from 481); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3CAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB3CAA is #04C355. Grayscale: #818181. Windows color (decimal): -312150 or 11156731. OLE color: 11156731.
HSL color Cylindrical-coordinate representation of color #FB3CAA: hue angle of 325.45º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FB3CAA is Cyan = 0, Magento = 0.76, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 60 | 170 | - |
| CMYK | 0 | 0.76 | 0.32 | 0.02 |
| HSL | 325.45º | 0.96% | 0.61% | - |
| HSV(B) | 325.45º | 0.76% | 0.98% | - |
| XYZ | 48.66 | 26.64 | 40.61 | - |
| YUV | 129.65 | 150.78 | 214.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 60 | 170 | 0 | 0.76 | 0.32 | 0.02 | 325.45 | 0.96 | 0.61 |
| Hex | FB | 3C | AA | 0 | 4C | 20 | 2 | 145 | 60 | 3D |
| Octal | 373 | 74 | 252 | 0 | 114 | 40 | 2 | 505 | 140 | 75 |
| Binary | 11111011 | 111100 | 10101010 | 0 | 1001100 | 100000 | 10 | 101000101 | 1100000 | 111101 |
Color Harmonies of #FB3CAA
Complementary color
Monochromatic Colors of #FB3CAA
Black with #FB3CAA
Text Example
Text Example
White with #FB3CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3CAA; }
p { color: rgb(251,60,170); }
H1.HeaderClassName
{
color: #FB3CAA;
}
.AnyTagClassName
{
color: #FB3CAA;
}
</style>
background-color css
<style>
a { background-color: #FB3CAA; }
a { background-color: rgb(251,60,170); }
div.DivClassName
{
background-color: #FB3CAA;
}
.BgClassName
{
background-color: #FB3CAA;
}
</style>
border-color css
<style>
span { border-color: #FB3CAA; }
span { border-color: rgb(251,60,170); }
td.TdClassName
{
border-color: #FB3CAA;
}
.TagClassName
{
border-color: #FB3CAA;
}
</style>