Shades of Wild Strawberry #FE2792
Tints of Wild Strawberry #FE2792
RGB
CMYK
RGB Variations
Color information
#FE2792 (or 0xFE2792) is known color: Wild Strawberry. HEX triplet: FE, 27 and 92. RGB value is (254,39,146). Sum of RGB (Red+Green+Blue) = 254+39+146=439 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.86% from 439); Green value is 39 (15.62% from 255 or 8.88% from 439); Blue value is 146 (57.42% from 255 or 33.26% from 439); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2792 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2792 is #01D86D. Grayscale: #737373. Windows color (decimal): -120942 or 9578494. OLE color: 9578494.
HSL color Cylindrical-coordinate representation of color #FE2792: hue angle of 330.14º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FE2792 is Cyan = 0, Magento = 0.85, Yellow = 0.43 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 39 | 146 | - |
| CMYK | 0 | 0.85 | 0.43 | 0.00 |
| HSL | 330.14º | 0.99% | 0.57% | - |
| HSV(B) | 330.14º | 0.85% | 1% | - |
| XYZ | 46.79 | 24.6 | 29.48 | - |
| YUV | 115.48 | 145.23 | 226.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 39 | 146 | 0 | 0.85 | 0.43 | 0.00 | 330.14 | 0.99 | 0.57 |
| Hex | FE | 27 | 92 | 0 | 55 | 2B | 0 | 14A | 63 | 39 |
| Octal | 376 | 47 | 222 | 0 | 125 | 53 | 0 | 512 | 143 | 71 |
| Binary | 11111110 | 100111 | 10010010 | 0 | 1010101 | 101011 | 0 | 101001010 | 1100011 | 111001 |
Color Harmonies of #FE2792
Complementary color
Monochromatic Colors of #FE2792
Black with #FE2792
Text Example
Text Example
White with #FE2792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2792; }
p { color: rgb(254,39,146); }
H1.HeaderClassName
{
color: #FE2792;
}
.AnyTagClassName
{
color: #FE2792;
}
</style>
background-color css
<style>
a { background-color: #FE2792; }
a { background-color: rgb(254,39,146); }
div.DivClassName
{
background-color: #FE2792;
}
.BgClassName
{
background-color: #FE2792;
}
</style>
border-color css
<style>
span { border-color: #FE2792; }
span { border-color: rgb(254,39,146); }
td.TdClassName
{
border-color: #FE2792;
}
.TagClassName
{
border-color: #FE2792;
}
</style>