Shades of Wild Strawberry #FE2F9D
Tints of Wild Strawberry #FE2F9D
RGB
CMYK
RGB Variations
Color information
#FE2F9D (or 0xFE2F9D) is known color: Wild Strawberry. HEX triplet: FE, 2F and 9D. RGB value is (254,47,157). Sum of RGB (Red+Green+Blue) = 254+47+157=458 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.46% from 458); Green value is 47 (18.75% from 255 or 10.26% from 458); Blue value is 157 (61.72% from 255 or 34.28% from 458); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2F9D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2F9D is #01D062. Grayscale: #797979. Windows color (decimal): -118883 or 10301438. OLE color: 10301438.
HSL color Cylindrical-coordinate representation of color #FE2F9D: hue angle of 328.12º 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 #FE2F9D is Cyan = 0, Magento = 0.81, Yellow = 0.38 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 47 | 157 | - |
| CMYK | 0 | 0.81 | 0.38 | 0.00 |
| HSL | 328.12º | 0.99% | 0.59% | - |
| HSV(B) | 328.12º | 0.81% | 1% | - |
| XYZ | 47.98 | 25.54 | 34.3 | - |
| YUV | 121.43 | 148.08 | 222.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 47 | 157 | 0 | 0.81 | 0.38 | 0.00 | 328.12 | 0.99 | 0.59 |
| Hex | FE | 2F | 9D | 0 | 51 | 26 | 0 | 148 | 63 | 3B |
| Octal | 376 | 57 | 235 | 0 | 121 | 46 | 0 | 510 | 143 | 73 |
| Binary | 11111110 | 101111 | 10011101 | 0 | 1010001 | 100110 | 0 | 101001000 | 1100011 | 111011 |
Color Harmonies of #FE2F9D
Complementary color
Monochromatic Colors of #FE2F9D
Black with #FE2F9D
Text Example
Text Example
White with #FE2F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2F9D; }
p { color: rgb(254,47,157); }
H1.HeaderClassName
{
color: #FE2F9D;
}
.AnyTagClassName
{
color: #FE2F9D;
}
</style>
background-color css
<style>
a { background-color: #FE2F9D; }
a { background-color: rgb(254,47,157); }
div.DivClassName
{
background-color: #FE2F9D;
}
.BgClassName
{
background-color: #FE2F9D;
}
</style>
border-color css
<style>
span { border-color: #FE2F9D; }
span { border-color: rgb(254,47,157); }
td.TdClassName
{
border-color: #FE2F9D;
}
.TagClassName
{
border-color: #FE2F9D;
}
</style>