Shades of Wild Strawberry #FF3CA2
Tints of Wild Strawberry #FF3CA2
RGB
CMYK
RGB Variations
Color information
#FF3CA2 (or 0xFF3CA2) is known color: Wild Strawberry. HEX triplet: FF, 3C and A2. RGB value is (255,60,162). Sum of RGB (Red+Green+Blue) = 255+60+162=477 (63% of max value = 765). Red value is 255 (100% from 255 or 53.46% from 477); Green value is 60 (23.83% from 255 or 12.58% from 477); Blue value is 162 (63.67% from 255 or 33.96% from 477); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3CA2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3CA2 is #00C35D. Grayscale: #818181. Windows color (decimal): -50014 or 10632447. OLE color: 10632447.
HSL color Cylindrical-coordinate representation of color #FF3CA2: hue angle of 328.62º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FF3CA2 is Cyan = 0, Magento = 0.76, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 60 | 162 | - |
| CMYK | 0 | 0.76 | 0.36 | 0 |
| HSL | 328.62º | 1% | 0.62% | - |
| HSV(B) | 328.62º | 0.76% | 1% | - |
| XYZ | 49.38 | 27.1 | 36.81 | - |
| YUV | 129.93 | 146.1 | 217.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 60 | 162 | 0 | 0.76 | 0.36 | 0 | 328.62 | 1 | 0.62 |
| Hex | FF | 3C | A2 | 0 | 4C | 24 | 0 | 149 | 64 | 3E |
| Octal | 377 | 74 | 242 | 0 | 114 | 44 | 0 | 511 | 144 | 76 |
| Binary | 11111111 | 111100 | 10100010 | 0 | 1001100 | 100100 | 0 | 101001001 | 1100100 | 111110 |
Color Harmonies of #FF3CA2
Complementary color
Monochromatic Colors of #FF3CA2
Black with #FF3CA2
Text Example
Text Example
White with #FF3CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3CA2; }
p { color: rgb(255,60,162); }
H1.HeaderClassName
{
color: #FF3CA2;
}
.AnyTagClassName
{
color: #FF3CA2;
}
</style>
background-color css
<style>
a { background-color: #FF3CA2; }
a { background-color: rgb(255,60,162); }
div.DivClassName
{
background-color: #FF3CA2;
}
.BgClassName
{
background-color: #FF3CA2;
}
</style>
border-color css
<style>
span { border-color: #FF3CA2; }
span { border-color: rgb(255,60,162); }
td.TdClassName
{
border-color: #FF3CA2;
}
.TagClassName
{
border-color: #FF3CA2;
}
</style>