Shades of Wild Strawberry #FE3FA0
Tints of Wild Strawberry #FE3FA0
RGB
CMYK
RGB Variations
Color information
#FE3FA0 (or 0xFE3FA0) is known color: Wild Strawberry. HEX triplet: FE, 3F and A0. RGB value is (254,63,160). Sum of RGB (Red+Green+Blue) = 254+63+160=477 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.25% from 477); Green value is 63 (25% from 255 or 13.21% from 477); Blue value is 160 (62.89% from 255 or 33.54% from 477); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3FA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3FA0 is #01C05F. Grayscale: #828282. Windows color (decimal): -114784 or 10502142. OLE color: 10502142.
HSL color Cylindrical-coordinate representation of color #FE3FA0: hue angle of 329.53º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FE3FA0 is Cyan = 0, Magento = 0.75, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 63 | 160 | - |
| CMYK | 0 | 0.75 | 0.37 | 0.00 |
| HSL | 329.53º | 0.99% | 0.62% | - |
| HSV(B) | 329.53º | 0.75% | 1% | - |
| XYZ | 49 | 27.16 | 35.92 | - |
| YUV | 131.17 | 144.28 | 215.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 63 | 160 | 0 | 0.75 | 0.37 | 0.00 | 329.53 | 0.99 | 0.62 |
| Hex | FE | 3F | A0 | 0 | 4B | 25 | 0 | 14A | 63 | 3E |
| Octal | 376 | 77 | 240 | 0 | 113 | 45 | 0 | 512 | 143 | 76 |
| Binary | 11111110 | 111111 | 10100000 | 0 | 1001011 | 100101 | 0 | 101001010 | 1100011 | 111110 |
Color Harmonies of #FE3FA0
Complementary color
Monochromatic Colors of #FE3FA0
Black with #FE3FA0
Text Example
Text Example
White with #FE3FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3FA0; }
p { color: rgb(254,63,160); }
H1.HeaderClassName
{
color: #FE3FA0;
}
.AnyTagClassName
{
color: #FE3FA0;
}
</style>
background-color css
<style>
a { background-color: #FE3FA0; }
a { background-color: rgb(254,63,160); }
div.DivClassName
{
background-color: #FE3FA0;
}
.BgClassName
{
background-color: #FE3FA0;
}
</style>
border-color css
<style>
span { border-color: #FE3FA0; }
span { border-color: rgb(254,63,160); }
td.TdClassName
{
border-color: #FE3FA0;
}
.TagClassName
{
border-color: #FE3FA0;
}
</style>