Shades of Wild Strawberry #FE2A7C
Tints of Wild Strawberry #FE2A7C
RGB
CMYK
RGB Variations
Color information
#FE2A7C (or 0xFE2A7C) is known color: Wild Strawberry. HEX triplet: FE, 2A and 7C. RGB value is (254,42,124). Sum of RGB (Red+Green+Blue) = 254+42+124=420 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.48% from 420); Green value is 42 (16.80% from 255 or 10% from 420); Blue value is 124 (48.83% from 255 or 29.52% from 420); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2A7C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2A7C is #01D583. Grayscale: #727272. Windows color (decimal): -120196 or 8137470. OLE color: 8137470.
HSL color Cylindrical-coordinate representation of color #FE2A7C: hue angle of 336.79º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FE2A7C is Cyan = 0, Magento = 0.83, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 42 | 124 | - |
| CMYK | 0 | 0.83 | 0.51 | 0.00 |
| HSL | 336.79º | 0.99% | 0.58% | - |
| HSV(B) | 336.79º | 0.83% | 1% | - |
| XYZ | 45.34 | 24.18 | 21.35 | - |
| YUV | 114.74 | 133.24 | 227.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 42 | 124 | 0 | 0.83 | 0.51 | 0.00 | 336.79 | 0.99 | 0.58 |
| Hex | FE | 2A | 7C | 0 | 53 | 33 | 0 | 151 | 63 | 3A |
| Octal | 376 | 52 | 174 | 0 | 123 | 63 | 0 | 521 | 143 | 72 |
| Binary | 11111110 | 101010 | 1111100 | 0 | 1010011 | 110011 | 0 | 101010001 | 1100011 | 111010 |
Color Harmonies of #FE2A7C
Complementary color
Monochromatic Colors of #FE2A7C
Black with #FE2A7C
Text Example
Text Example
White with #FE2A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2A7C; }
p { color: rgb(254,42,124); }
H1.HeaderClassName
{
color: #FE2A7C;
}
.AnyTagClassName
{
color: #FE2A7C;
}
</style>
background-color css
<style>
a { background-color: #FE2A7C; }
a { background-color: rgb(254,42,124); }
div.DivClassName
{
background-color: #FE2A7C;
}
.BgClassName
{
background-color: #FE2A7C;
}
</style>
border-color css
<style>
span { border-color: #FE2A7C; }
span { border-color: rgb(254,42,124); }
td.TdClassName
{
border-color: #FE2A7C;
}
.TagClassName
{
border-color: #FE2A7C;
}
</style>