Shades of Wild Strawberry #FE3892
Tints of Wild Strawberry #FE3892
RGB
CMYK
RGB Variations
Color information
#FE3892 (or 0xFE3892) is known color: Wild Strawberry. HEX triplet: FE, 38 and 92. RGB value is (254,56,146). Sum of RGB (Red+Green+Blue) = 254+56+146=456 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.70% from 456); Green value is 56 (22.27% from 255 or 12.28% from 456); Blue value is 146 (57.42% from 255 or 32.02% from 456); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3892 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3892 is #01C76D. Grayscale: #7D7D7D. Windows color (decimal): -116590 or 9582846. OLE color: 9582846.
HSL color Cylindrical-coordinate representation of color #FE3892: hue angle of 332.73º 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 #FE3892 is Cyan = 0, Magento = 0.78, Yellow = 0.43 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 56 | 146 | - |
| CMYK | 0 | 0.78 | 0.43 | 0.00 |
| HSL | 332.73º | 0.99% | 0.61% | - |
| HSV(B) | 332.73º | 0.78% | 1% | - |
| XYZ | 47.48 | 25.97 | 29.71 | - |
| YUV | 125.46 | 139.6 | 219.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 56 | 146 | 0 | 0.78 | 0.43 | 0.00 | 332.73 | 0.99 | 0.61 |
| Hex | FE | 38 | 92 | 0 | 4E | 2B | 0 | 14D | 63 | 3D |
| Octal | 376 | 70 | 222 | 0 | 116 | 53 | 0 | 515 | 143 | 75 |
| Binary | 11111110 | 111000 | 10010010 | 0 | 1001110 | 101011 | 0 | 101001101 | 1100011 | 111101 |
Color Harmonies of #FE3892
Complementary color
Monochromatic Colors of #FE3892
Black with #FE3892
Text Example
Text Example
White with #FE3892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3892; }
p { color: rgb(254,56,146); }
H1.HeaderClassName
{
color: #FE3892;
}
.AnyTagClassName
{
color: #FE3892;
}
</style>
background-color css
<style>
a { background-color: #FE3892; }
a { background-color: rgb(254,56,146); }
div.DivClassName
{
background-color: #FE3892;
}
.BgClassName
{
background-color: #FE3892;
}
</style>
border-color css
<style>
span { border-color: #FE3892; }
span { border-color: rgb(254,56,146); }
td.TdClassName
{
border-color: #FE3892;
}
.TagClassName
{
border-color: #FE3892;
}
</style>