Shades of Wild Strawberry #FE36A2
Tints of Wild Strawberry #FE36A2
RGB
CMYK
RGB Variations
Color information
#FE36A2 (or 0xFE36A2) is known color: Wild Strawberry. HEX triplet: FE, 36 and A2. RGB value is (254,54,162). Sum of RGB (Red+Green+Blue) = 254+54+162=470 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.04% from 470); Green value is 54 (21.48% from 255 or 11.49% from 470); Blue value is 162 (63.67% from 255 or 34.47% from 470); Max value from RGB is 254 - color contains mainly: red. Hex color #FE36A2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE36A2 is #01C95D. Grayscale: #7D7D7D. Windows color (decimal): -117086 or 10630910. OLE color: 10630910.
HSL color Cylindrical-coordinate representation of color #FE36A2: hue angle of 327.6º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FE36A2 is Cyan = 0, Magento = 0.79, Yellow = 0.36 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 54 | 162 | - |
| CMYK | 0 | 0.79 | 0.36 | 0.00 |
| HSL | 327.6º | 0.99% | 0.6% | - |
| HSV(B) | 327.6º | 0.79% | 1% | - |
| XYZ | 48.71 | 26.32 | 36.69 | - |
| YUV | 126.11 | 148.26 | 219.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 54 | 162 | 0 | 0.79 | 0.36 | 0.00 | 327.6 | 0.99 | 0.6 |
| Hex | FE | 36 | A2 | 0 | 4F | 24 | 0 | 148 | 63 | 3C |
| Octal | 376 | 66 | 242 | 0 | 117 | 44 | 0 | 510 | 143 | 74 |
| Binary | 11111110 | 110110 | 10100010 | 0 | 1001111 | 100100 | 0 | 101001000 | 1100011 | 111100 |
Color Harmonies of #FE36A2
Complementary color
Monochromatic Colors of #FE36A2
Black with #FE36A2
Text Example
Text Example
White with #FE36A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE36A2; }
p { color: rgb(254,54,162); }
H1.HeaderClassName
{
color: #FE36A2;
}
.AnyTagClassName
{
color: #FE36A2;
}
</style>
background-color css
<style>
a { background-color: #FE36A2; }
a { background-color: rgb(254,54,162); }
div.DivClassName
{
background-color: #FE36A2;
}
.BgClassName
{
background-color: #FE36A2;
}
</style>
border-color css
<style>
span { border-color: #FE36A2; }
span { border-color: rgb(254,54,162); }
td.TdClassName
{
border-color: #FE36A2;
}
.TagClassName
{
border-color: #FE36A2;
}
</style>