Shades of Wild Strawberry #FE388F
Tints of Wild Strawberry #FE388F
RGB
CMYK
RGB Variations
Color information
#FE388F (or 0xFE388F) is known color: Wild Strawberry. HEX triplet: FE, 38 and 8F. RGB value is (254,56,143). Sum of RGB (Red+Green+Blue) = 254+56+143=453 (60% of max value = 765). Red value is 254 (99.61% from 255 or 56.07% from 453); Green value is 56 (22.27% from 255 or 12.36% from 453); Blue value is 143 (56.25% from 255 or 31.57% from 453); Max value from RGB is 254 - color contains mainly: red. Hex color #FE388F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE388F is #01C770. Grayscale: #7C7C7C. Windows color (decimal): -116593 or 9386238. OLE color: 9386238.
HSL color Cylindrical-coordinate representation of color #FE388F: hue angle of 333.64º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FE388F is Cyan = 0, Magento = 0.78, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 56 | 143 | - |
| CMYK | 0 | 0.78 | 0.44 | 0.00 |
| HSL | 333.64º | 0.99% | 0.61% | - |
| HSV(B) | 333.64º | 0.78% | 1% | - |
| XYZ | 47.25 | 25.88 | 28.49 | - |
| YUV | 125.12 | 138.1 | 219.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 56 | 143 | 0 | 0.78 | 0.44 | 0.00 | 333.64 | 0.99 | 0.61 |
| Hex | FE | 38 | 8F | 0 | 4E | 2C | 0 | 14E | 63 | 3D |
| Octal | 376 | 70 | 217 | 0 | 116 | 54 | 0 | 516 | 143 | 75 |
| Binary | 11111110 | 111000 | 10001111 | 0 | 1001110 | 101100 | 0 | 101001110 | 1100011 | 111101 |
Color Harmonies of #FE388F
Complementary color
Monochromatic Colors of #FE388F
Black with #FE388F
Text Example
Text Example
White with #FE388F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE388F; }
p { color: rgb(254,56,143); }
H1.HeaderClassName
{
color: #FE388F;
}
.AnyTagClassName
{
color: #FE388F;
}
</style>
background-color css
<style>
a { background-color: #FE388F; }
a { background-color: rgb(254,56,143); }
div.DivClassName
{
background-color: #FE388F;
}
.BgClassName
{
background-color: #FE388F;
}
</style>
border-color css
<style>
span { border-color: #FE388F; }
span { border-color: rgb(254,56,143); }
td.TdClassName
{
border-color: #FE388F;
}
.TagClassName
{
border-color: #FE388F;
}
</style>