Shades of Wild Strawberry #FE2F8F
Tints of Wild Strawberry #FE2F8F
RGB
CMYK
RGB Variations
Color information
#FE2F8F (or 0xFE2F8F) is known color: Wild Strawberry. HEX triplet: FE, 2F and 8F. RGB value is (254,47,143). Sum of RGB (Red+Green+Blue) = 254+47+143=444 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.21% from 444); Green value is 47 (18.75% from 255 or 10.59% from 444); Blue value is 143 (56.25% from 255 or 32.21% from 444); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2F8F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2F8F is #01D070. Grayscale: #777777. Windows color (decimal): -118897 or 9383934. OLE color: 9383934.
HSL color Cylindrical-coordinate representation of color #FE2F8F: hue angle of 332.17º 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 #FE2F8F is Cyan = 0, Magento = 0.81, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 47 | 143 | - |
| CMYK | 0 | 0.81 | 0.44 | 0.00 |
| HSL | 332.17º | 0.99% | 0.59% | - |
| HSV(B) | 332.17º | 0.81% | 1% | - |
| XYZ | 46.85 | 25.09 | 28.36 | - |
| YUV | 119.84 | 141.08 | 223.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 47 | 143 | 0 | 0.81 | 0.44 | 0.00 | 332.17 | 0.99 | 0.59 |
| Hex | FE | 2F | 8F | 0 | 51 | 2C | 0 | 14C | 63 | 3B |
| Octal | 376 | 57 | 217 | 0 | 121 | 54 | 0 | 514 | 143 | 73 |
| Binary | 11111110 | 101111 | 10001111 | 0 | 1010001 | 101100 | 0 | 101001100 | 1100011 | 111011 |
Color Harmonies of #FE2F8F
Complementary color
Monochromatic Colors of #FE2F8F
Black with #FE2F8F
Text Example
Text Example
White with #FE2F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2F8F; }
p { color: rgb(254,47,143); }
H1.HeaderClassName
{
color: #FE2F8F;
}
.AnyTagClassName
{
color: #FE2F8F;
}
</style>
background-color css
<style>
a { background-color: #FE2F8F; }
a { background-color: rgb(254,47,143); }
div.DivClassName
{
background-color: #FE2F8F;
}
.BgClassName
{
background-color: #FE2F8F;
}
</style>
border-color css
<style>
span { border-color: #FE2F8F; }
span { border-color: rgb(254,47,143); }
td.TdClassName
{
border-color: #FE2F8F;
}
.TagClassName
{
border-color: #FE2F8F;
}
</style>