Shades of Wild Strawberry #FE42A1
Tints of Wild Strawberry #FE42A1
RGB
CMYK
RGB Variations
Color information
#FE42A1 (or 0xFE42A1) is known color: Wild Strawberry. HEX triplet: FE, 42 and A1. RGB value is (254,66,161). Sum of RGB (Red+Green+Blue) = 254+66+161=481 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.81% from 481); Green value is 66 (26.17% from 255 or 13.72% from 481); Blue value is 161 (63.28% from 255 or 33.47% from 481); Max value from RGB is 254 - color contains mainly: red. Hex color #FE42A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE42A1 is #01BD5E. Grayscale: #848484. Windows color (decimal): -114015 or 10568446. OLE color: 10568446.
HSL color Cylindrical-coordinate representation of color #FE42A1: hue angle of 329.68º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FE42A1 is Cyan = 0, Magento = 0.74, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 66 | 161 | - |
| CMYK | 0 | 0.74 | 0.37 | 0.00 |
| HSL | 329.68º | 0.99% | 0.63% | - |
| HSV(B) | 329.68º | 0.74% | 1% | - |
| XYZ | 49.25 | 27.54 | 36.44 | - |
| YUV | 133.04 | 143.78 | 214.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 66 | 161 | 0 | 0.74 | 0.37 | 0.00 | 329.68 | 0.99 | 0.63 |
| Hex | FE | 42 | A1 | 0 | 4A | 25 | 0 | 14A | 63 | 3F |
| Octal | 376 | 102 | 241 | 0 | 112 | 45 | 0 | 512 | 143 | 77 |
| Binary | 11111110 | 1000010 | 10100001 | 0 | 1001010 | 100101 | 0 | 101001010 | 1100011 | 111111 |
Color Harmonies of #FE42A1
Complementary color
Monochromatic Colors of #FE42A1
Black with #FE42A1
Text Example
Text Example
White with #FE42A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE42A1; }
p { color: rgb(254,66,161); }
H1.HeaderClassName
{
color: #FE42A1;
}
.AnyTagClassName
{
color: #FE42A1;
}
</style>
background-color css
<style>
a { background-color: #FE42A1; }
a { background-color: rgb(254,66,161); }
div.DivClassName
{
background-color: #FE42A1;
}
.BgClassName
{
background-color: #FE42A1;
}
</style>
border-color css
<style>
span { border-color: #FE42A1; }
span { border-color: rgb(254,66,161); }
td.TdClassName
{
border-color: #FE42A1;
}
.TagClassName
{
border-color: #FE42A1;
}
</style>