Shades of Wild Strawberry #FE3CA2
Tints of Wild Strawberry #FE3CA2
RGB
CMYK
RGB Variations
Color information
#FE3CA2 (or 0xFE3CA2) is known color: Wild Strawberry. HEX triplet: FE, 3C and A2. RGB value is (254,60,162). Sum of RGB (Red+Green+Blue) = 254+60+162=476 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.36% from 476); Green value is 60 (23.83% from 255 or 12.61% from 476); Blue value is 162 (63.67% from 255 or 34.03% from 476); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3CA2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3CA2 is #01C35D. Grayscale: #818181. Windows color (decimal): -115550 or 10632446. OLE color: 10632446.
HSL color Cylindrical-coordinate representation of color #FE3CA2: hue angle of 328.45º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FE3CA2 is Cyan = 0, Magento = 0.76, Yellow = 0.36 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 60 | 162 | - |
| CMYK | 0 | 0.76 | 0.36 | 0.00 |
| HSL | 328.45º | 0.99% | 0.62% | - |
| HSV(B) | 328.45º | 0.76% | 1% | - |
| XYZ | 49.01 | 26.91 | 36.79 | - |
| YUV | 129.63 | 146.27 | 216.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 60 | 162 | 0 | 0.76 | 0.36 | 0.00 | 328.45 | 0.99 | 0.62 |
| Hex | FE | 3C | A2 | 0 | 4C | 24 | 0 | 148 | 63 | 3E |
| Octal | 376 | 74 | 242 | 0 | 114 | 44 | 0 | 510 | 143 | 76 |
| Binary | 11111110 | 111100 | 10100010 | 0 | 1001100 | 100100 | 0 | 101001000 | 1100011 | 111110 |
Color Harmonies of #FE3CA2
Complementary color
Monochromatic Colors of #FE3CA2
Black with #FE3CA2
Text Example
Text Example
White with #FE3CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3CA2; }
p { color: rgb(254,60,162); }
H1.HeaderClassName
{
color: #FE3CA2;
}
.AnyTagClassName
{
color: #FE3CA2;
}
</style>
background-color css
<style>
a { background-color: #FE3CA2; }
a { background-color: rgb(254,60,162); }
div.DivClassName
{
background-color: #FE3CA2;
}
.BgClassName
{
background-color: #FE3CA2;
}
</style>
border-color css
<style>
span { border-color: #FE3CA2; }
span { border-color: rgb(254,60,162); }
td.TdClassName
{
border-color: #FE3CA2;
}
.TagClassName
{
border-color: #FE3CA2;
}
</style>