Shades of Wild Strawberry #FE2F8C
Tints of Wild Strawberry #FE2F8C
RGB
CMYK
RGB Variations
Color information
#FE2F8C (or 0xFE2F8C) is known color: Wild Strawberry. HEX triplet: FE, 2F and 8C. RGB value is (254,47,140). Sum of RGB (Red+Green+Blue) = 254+47+140=441 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.60% from 441); Green value is 47 (18.75% from 255 or 10.66% from 441); Blue value is 140 (55.08% from 255 or 31.75% from 441); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2F8C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2F8C is #01D073. Grayscale: #777777. Windows color (decimal): -118900 or 9187326. OLE color: 9187326.
HSL color Cylindrical-coordinate representation of color #FE2F8C: hue angle of 333.04º 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 #FE2F8C is Cyan = 0, Magento = 0.81, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 47 | 140 | - |
| CMYK | 0 | 0.81 | 0.45 | 0.00 |
| HSL | 333.04º | 0.99% | 0.59% | - |
| HSV(B) | 333.04º | 0.81% | 1% | - |
| XYZ | 46.62 | 25 | 27.18 | - |
| YUV | 119.5 | 139.58 | 223.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 47 | 140 | 0 | 0.81 | 0.45 | 0.00 | 333.04 | 0.99 | 0.59 |
| Hex | FE | 2F | 8C | 0 | 51 | 2D | 0 | 14D | 63 | 3B |
| Octal | 376 | 57 | 214 | 0 | 121 | 55 | 0 | 515 | 143 | 73 |
| Binary | 11111110 | 101111 | 10001100 | 0 | 1010001 | 101101 | 0 | 101001101 | 1100011 | 111011 |
Color Harmonies of #FE2F8C
Complementary color
Monochromatic Colors of #FE2F8C
Black with #FE2F8C
Text Example
Text Example
White with #FE2F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2F8C; }
p { color: rgb(254,47,140); }
H1.HeaderClassName
{
color: #FE2F8C;
}
.AnyTagClassName
{
color: #FE2F8C;
}
</style>
background-color css
<style>
a { background-color: #FE2F8C; }
a { background-color: rgb(254,47,140); }
div.DivClassName
{
background-color: #FE2F8C;
}
.BgClassName
{
background-color: #FE2F8C;
}
</style>
border-color css
<style>
span { border-color: #FE2F8C; }
span { border-color: rgb(254,47,140); }
td.TdClassName
{
border-color: #FE2F8C;
}
.TagClassName
{
border-color: #FE2F8C;
}
</style>