Shades of Wild Strawberry #FE3488
Tints of Wild Strawberry #FE3488
RGB
CMYK
RGB Variations
Color information
#FE3488 (or 0xFE3488) is known color: Wild Strawberry. HEX triplet: FE, 34 and 88. RGB value is (254,52,136). Sum of RGB (Red+Green+Blue) = 254+52+136=442 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.47% from 442); Green value is 52 (20.70% from 255 or 11.76% from 442); Blue value is 136 (53.52% from 255 or 30.77% from 442); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3488 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3488 is #01CB77. Grayscale: #797979. Windows color (decimal): -117624 or 8926462. OLE color: 8926462.
HSL color Cylindrical-coordinate representation of color #FE3488: hue angle of 335.05º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FE3488 is Cyan = 0, Magento = 0.80, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 52 | 136 | - |
| CMYK | 0 | 0.80 | 0.46 | 0.00 |
| HSL | 335.05º | 0.99% | 0.6% | - |
| HSV(B) | 335.05º | 0.8% | 1% | - |
| XYZ | 46.54 | 25.3 | 25.72 | - |
| YUV | 121.97 | 135.92 | 222.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 52 | 136 | 0 | 0.80 | 0.46 | 0.00 | 335.05 | 0.99 | 0.6 |
| Hex | FE | 34 | 88 | 0 | 50 | 2E | 0 | 14F | 63 | 3C |
| Octal | 376 | 64 | 210 | 0 | 120 | 56 | 0 | 517 | 143 | 74 |
| Binary | 11111110 | 110100 | 10001000 | 0 | 1010000 | 101110 | 0 | 101001111 | 1100011 | 111100 |
Color Harmonies of #FE3488
Complementary color
Monochromatic Colors of #FE3488
Black with #FE3488
Text Example
Text Example
White with #FE3488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3488; }
p { color: rgb(254,52,136); }
H1.HeaderClassName
{
color: #FE3488;
}
.AnyTagClassName
{
color: #FE3488;
}
</style>
background-color css
<style>
a { background-color: #FE3488; }
a { background-color: rgb(254,52,136); }
div.DivClassName
{
background-color: #FE3488;
}
.BgClassName
{
background-color: #FE3488;
}
</style>
border-color css
<style>
span { border-color: #FE3488; }
span { border-color: rgb(254,52,136); }
td.TdClassName
{
border-color: #FE3488;
}
.TagClassName
{
border-color: #FE3488;
}
</style>