Shades of Wild Strawberry #FC3BA2
Tints of Wild Strawberry #FC3BA2
RGB
CMYK
RGB Variations
Color information
#FC3BA2 (or 0xFC3BA2) is known color: Wild Strawberry. HEX triplet: FC, 3B and A2. RGB value is (252,59,162). Sum of RGB (Red+Green+Blue) = 252+59+162=473 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.28% from 473); Green value is 59 (23.44% from 255 or 12.47% from 473); Blue value is 162 (63.67% from 255 or 34.25% from 473); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3BA2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC3BA2 is #03C45D. Grayscale: #808080. Windows color (decimal): -246878 or 10632188. OLE color: 10632188.
HSL color Cylindrical-coordinate representation of color #FC3BA2: hue angle of 327.98º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FC3BA2 is Cyan = 0, Magento = 0.77, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 59 | 162 | - |
| CMYK | 0 | 0.77 | 0.36 | 0.01 |
| HSL | 327.98º | 0.97% | 0.61% | - |
| HSV(B) | 327.98º | 0.77% | 0.99% | - |
| XYZ | 48.23 | 26.43 | 36.74 | - |
| YUV | 128.45 | 146.94 | 216.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 59 | 162 | 0 | 0.77 | 0.36 | 0.01 | 327.98 | 0.97 | 0.61 |
| Hex | FC | 3B | A2 | 0 | 4D | 24 | 1 | 148 | 61 | 3D |
| Octal | 374 | 73 | 242 | 0 | 115 | 44 | 1 | 510 | 141 | 75 |
| Binary | 11111100 | 111011 | 10100010 | 0 | 1001101 | 100100 | 1 | 101001000 | 1100001 | 111101 |
Color Harmonies of #FC3BA2
Complementary color
Monochromatic Colors of #FC3BA2
Black with #FC3BA2
Text Example
Text Example
White with #FC3BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3BA2; }
p { color: rgb(252,59,162); }
H1.HeaderClassName
{
color: #FC3BA2;
}
.AnyTagClassName
{
color: #FC3BA2;
}
</style>
background-color css
<style>
a { background-color: #FC3BA2; }
a { background-color: rgb(252,59,162); }
div.DivClassName
{
background-color: #FC3BA2;
}
.BgClassName
{
background-color: #FC3BA2;
}
</style>
border-color css
<style>
span { border-color: #FC3BA2; }
span { border-color: rgb(252,59,162); }
td.TdClassName
{
border-color: #FC3BA2;
}
.TagClassName
{
border-color: #FC3BA2;
}
</style>