Shades of Wild Strawberry #FE3893
Tints of Wild Strawberry #FE3893
RGB
CMYK
RGB Variations
Color information
#FE3893 (or 0xFE3893) is known color: Wild Strawberry. HEX triplet: FE, 38 and 93. RGB value is (254,56,147). Sum of RGB (Red+Green+Blue) = 254+56+147=457 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.58% from 457); Green value is 56 (22.27% from 255 or 12.25% from 457); Blue value is 147 (57.81% from 255 or 32.17% from 457); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3893 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3893 is #01C76C. Grayscale: #7D7D7D. Windows color (decimal): -116589 or 9648382. OLE color: 9648382.
HSL color Cylindrical-coordinate representation of color #FE3893: hue angle of 332.42º 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 #FE3893 is Cyan = 0, Magento = 0.78, Yellow = 0.42 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 56 | 147 | - |
| CMYK | 0 | 0.78 | 0.42 | 0.00 |
| HSL | 332.42º | 0.99% | 0.61% | - |
| HSV(B) | 332.42º | 0.78% | 1% | - |
| XYZ | 47.55 | 26.01 | 30.12 | - |
| YUV | 125.58 | 140.1 | 219.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 56 | 147 | 0 | 0.78 | 0.42 | 0.00 | 332.42 | 0.99 | 0.61 |
| Hex | FE | 38 | 93 | 0 | 4E | 2A | 0 | 14C | 63 | 3D |
| Octal | 376 | 70 | 223 | 0 | 116 | 52 | 0 | 514 | 143 | 75 |
| Binary | 11111110 | 111000 | 10010011 | 0 | 1001110 | 101010 | 0 | 101001100 | 1100011 | 111101 |
Color Harmonies of #FE3893
Complementary color
Monochromatic Colors of #FE3893
Black with #FE3893
Text Example
Text Example
White with #FE3893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3893; }
p { color: rgb(254,56,147); }
H1.HeaderClassName
{
color: #FE3893;
}
.AnyTagClassName
{
color: #FE3893;
}
</style>
background-color css
<style>
a { background-color: #FE3893; }
a { background-color: rgb(254,56,147); }
div.DivClassName
{
background-color: #FE3893;
}
.BgClassName
{
background-color: #FE3893;
}
</style>
border-color css
<style>
span { border-color: #FE3893; }
span { border-color: rgb(254,56,147); }
td.TdClassName
{
border-color: #FE3893;
}
.TagClassName
{
border-color: #FE3893;
}
</style>