Shades of Wild Strawberry #FE2F93
Tints of Wild Strawberry #FE2F93
RGB
CMYK
RGB Variations
Color information
#FE2F93 (or 0xFE2F93) is known color: Wild Strawberry. HEX triplet: FE, 2F and 93. RGB value is (254,47,147). Sum of RGB (Red+Green+Blue) = 254+47+147=448 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.70% from 448); Green value is 47 (18.75% from 255 or 10.49% from 448); Blue value is 147 (57.81% from 255 or 32.81% from 448); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2F93 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2F93 is #01D06C. Grayscale: #787878. Windows color (decimal): -118893 or 9646078. OLE color: 9646078.
HSL color Cylindrical-coordinate representation of color #FE2F93: hue angle of 331.01º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FE2F93 is Cyan = 0, Magento = 0.81, Yellow = 0.42 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 47 | 147 | - |
| CMYK | 0 | 0.81 | 0.42 | 0.00 |
| HSL | 331.01º | 0.99% | 0.59% | - |
| HSV(B) | 331.01º | 0.81% | 1% | - |
| XYZ | 47.16 | 25.21 | 29.98 | - |
| YUV | 120.29 | 143.08 | 223.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 47 | 147 | 0 | 0.81 | 0.42 | 0.00 | 331.01 | 0.99 | 0.59 |
| Hex | FE | 2F | 93 | 0 | 51 | 2A | 0 | 14B | 63 | 3B |
| Octal | 376 | 57 | 223 | 0 | 121 | 52 | 0 | 513 | 143 | 73 |
| Binary | 11111110 | 101111 | 10010011 | 0 | 1010001 | 101010 | 0 | 101001011 | 1100011 | 111011 |
Color Harmonies of #FE2F93
Complementary color
Monochromatic Colors of #FE2F93
Black with #FE2F93
Text Example
Text Example
White with #FE2F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2F93; }
p { color: rgb(254,47,147); }
H1.HeaderClassName
{
color: #FE2F93;
}
.AnyTagClassName
{
color: #FE2F93;
}
</style>
background-color css
<style>
a { background-color: #FE2F93; }
a { background-color: rgb(254,47,147); }
div.DivClassName
{
background-color: #FE2F93;
}
.BgClassName
{
background-color: #FE2F93;
}
</style>
border-color css
<style>
span { border-color: #FE2F93; }
span { border-color: rgb(254,47,147); }
td.TdClassName
{
border-color: #FE2F93;
}
.TagClassName
{
border-color: #FE2F93;
}
</style>