Shades of Wild Strawberry #FE4298
Tints of Wild Strawberry #FE4298
RGB
CMYK
RGB Variations
Color information
#FE4298 (or 0xFE4298) is known color: Wild Strawberry. HEX triplet: FE, 42 and 98. RGB value is (254,66,152). Sum of RGB (Red+Green+Blue) = 254+66+152=472 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.81% from 472); Green value is 66 (26.17% from 255 or 13.98% from 472); Blue value is 152 (59.77% from 255 or 32.20% from 472); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4298 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE4298 is #01BD67. Grayscale: #838383. Windows color (decimal): -114024 or 9978622. OLE color: 9978622.
HSL color Cylindrical-coordinate representation of color #FE4298: hue angle of 332.55º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FE4298 is Cyan = 0, Magento = 0.74, Yellow = 0.40 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 66 | 152 | - |
| CMYK | 0 | 0.74 | 0.40 | 0.00 |
| HSL | 332.55º | 0.99% | 0.63% | - |
| HSV(B) | 332.55º | 0.74% | 1% | - |
| XYZ | 48.49 | 27.23 | 32.41 | - |
| YUV | 132.02 | 139.28 | 215.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 66 | 152 | 0 | 0.74 | 0.40 | 0.00 | 332.55 | 0.99 | 0.63 |
| Hex | FE | 42 | 98 | 0 | 4A | 28 | 0 | 14D | 63 | 3F |
| Octal | 376 | 102 | 230 | 0 | 112 | 50 | 0 | 515 | 143 | 77 |
| Binary | 11111110 | 1000010 | 10011000 | 0 | 1001010 | 101000 | 0 | 101001101 | 1100011 | 111111 |
Color Harmonies of #FE4298
Complementary color
Monochromatic Colors of #FE4298
Black with #FE4298
Text Example
Text Example
White with #FE4298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4298; }
p { color: rgb(254,66,152); }
H1.HeaderClassName
{
color: #FE4298;
}
.AnyTagClassName
{
color: #FE4298;
}
</style>
background-color css
<style>
a { background-color: #FE4298; }
a { background-color: rgb(254,66,152); }
div.DivClassName
{
background-color: #FE4298;
}
.BgClassName
{
background-color: #FE4298;
}
</style>
border-color css
<style>
span { border-color: #FE4298; }
span { border-color: rgb(254,66,152); }
td.TdClassName
{
border-color: #FE4298;
}
.TagClassName
{
border-color: #FE4298;
}
</style>