Shades of Wild Strawberry #FE297B
Tints of Wild Strawberry #FE297B
RGB
CMYK
RGB Variations
Color information
#FE297B (or 0xFE297B) is known color: Wild Strawberry. HEX triplet: FE, 29 and 7B. RGB value is (254,41,123). Sum of RGB (Red+Green+Blue) = 254+41+123=418 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.77% from 418); Green value is 41 (16.41% from 255 or 9.81% from 418); Blue value is 123 (48.44% from 255 or 29.43% from 418); Max value from RGB is 254 - color contains mainly: red. Hex color #FE297B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE297B is #01D684. Grayscale: #717171. Windows color (decimal): -120453 or 8071678. OLE color: 8071678.
HSL color Cylindrical-coordinate representation of color #FE297B: hue angle of 336.9º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FE297B is Cyan = 0, Magento = 0.84, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 41 | 123 | - |
| CMYK | 0 | 0.84 | 0.52 | 0.00 |
| HSL | 336.9º | 0.99% | 0.58% | - |
| HSV(B) | 336.9º | 0.84% | 1% | - |
| XYZ | 45.24 | 24.09 | 21 | - |
| YUV | 114.04 | 133.07 | 227.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 41 | 123 | 0 | 0.84 | 0.52 | 0.00 | 336.9 | 0.99 | 0.58 |
| Hex | FE | 29 | 7B | 0 | 54 | 34 | 0 | 151 | 63 | 3A |
| Octal | 376 | 51 | 173 | 0 | 124 | 64 | 0 | 521 | 143 | 72 |
| Binary | 11111110 | 101001 | 1111011 | 0 | 1010100 | 110100 | 0 | 101010001 | 1100011 | 111010 |
Color Harmonies of #FE297B
Complementary color
Monochromatic Colors of #FE297B
Black with #FE297B
Text Example
Text Example
White with #FE297B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE297B; }
p { color: rgb(254,41,123); }
H1.HeaderClassName
{
color: #FE297B;
}
.AnyTagClassName
{
color: #FE297B;
}
</style>
background-color css
<style>
a { background-color: #FE297B; }
a { background-color: rgb(254,41,123); }
div.DivClassName
{
background-color: #FE297B;
}
.BgClassName
{
background-color: #FE297B;
}
</style>
border-color css
<style>
span { border-color: #FE297B; }
span { border-color: rgb(254,41,123); }
td.TdClassName
{
border-color: #FE297B;
}
.TagClassName
{
border-color: #FE297B;
}
</style>