Shades of Wild Strawberry #FE4398
Tints of Wild Strawberry #FE4398
RGB
CMYK
RGB Variations
Color information
#FE4398 (or 0xFE4398) is known color: Wild Strawberry. HEX triplet: FE, 43 and 98. RGB value is (254,67,152). Sum of RGB (Red+Green+Blue) = 254+67+152=473 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.70% from 473); Green value is 67 (26.56% from 255 or 14.16% from 473); Blue value is 152 (59.77% from 255 or 32.14% from 473); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4398 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE4398 is #01BC67. Grayscale: #848484. Windows color (decimal): -113768 or 9978878. OLE color: 9978878.
HSL color Cylindrical-coordinate representation of color #FE4398: hue angle of 332.73º 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 #FE4398 is Cyan = 0, Magento = 0.74, Yellow = 0.40 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 67 | 152 | - |
| CMYK | 0 | 0.74 | 0.40 | 0.00 |
| HSL | 332.73º | 0.99% | 0.63% | - |
| HSV(B) | 332.73º | 0.74% | 1% | - |
| XYZ | 48.55 | 27.35 | 32.43 | - |
| YUV | 132.6 | 138.95 | 214.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 67 | 152 | 0 | 0.74 | 0.40 | 0.00 | 332.73 | 0.99 | 0.63 |
| Hex | FE | 43 | 98 | 0 | 4A | 28 | 0 | 14D | 63 | 3F |
| Octal | 376 | 103 | 230 | 0 | 112 | 50 | 0 | 515 | 143 | 77 |
| Binary | 11111110 | 1000011 | 10011000 | 0 | 1001010 | 101000 | 0 | 101001101 | 1100011 | 111111 |
Color Harmonies of #FE4398
Complementary color
Monochromatic Colors of #FE4398
Black with #FE4398
Text Example
Text Example
White with #FE4398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4398; }
p { color: rgb(254,67,152); }
H1.HeaderClassName
{
color: #FE4398;
}
.AnyTagClassName
{
color: #FE4398;
}
</style>
background-color css
<style>
a { background-color: #FE4398; }
a { background-color: rgb(254,67,152); }
div.DivClassName
{
background-color: #FE4398;
}
.BgClassName
{
background-color: #FE4398;
}
</style>
border-color css
<style>
span { border-color: #FE4398; }
span { border-color: rgb(254,67,152); }
td.TdClassName
{
border-color: #FE4398;
}
.TagClassName
{
border-color: #FE4398;
}
</style>