Shades of Wild Strawberry #FE3592
Tints of Wild Strawberry #FE3592
RGB
CMYK
RGB Variations
Color information
#FE3592 (or 0xFE3592) is known color: Wild Strawberry. HEX triplet: FE, 35 and 92. RGB value is (254,53,146). Sum of RGB (Red+Green+Blue) = 254+53+146=453 (60% of max value = 765). Red value is 254 (99.61% from 255 or 56.07% from 453); Green value is 53 (21.09% from 255 or 11.70% from 453); Blue value is 146 (57.42% from 255 or 32.23% from 453); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3592 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3592 is #01CA6D. Grayscale: #7B7B7B. Windows color (decimal): -117358 or 9582078. OLE color: 9582078.
HSL color Cylindrical-coordinate representation of color #FE3592: hue angle of 332.24º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FE3592 is Cyan = 0, Magento = 0.79, Yellow = 0.43 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 53 | 146 | - |
| CMYK | 0 | 0.79 | 0.43 | 0.00 |
| HSL | 332.24º | 0.99% | 0.6% | - |
| HSV(B) | 332.24º | 0.79% | 1% | - |
| XYZ | 47.33 | 25.69 | 29.66 | - |
| YUV | 123.7 | 140.59 | 220.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 53 | 146 | 0 | 0.79 | 0.43 | 0.00 | 332.24 | 0.99 | 0.6 |
| Hex | FE | 35 | 92 | 0 | 4F | 2B | 0 | 14C | 63 | 3C |
| Octal | 376 | 65 | 222 | 0 | 117 | 53 | 0 | 514 | 143 | 74 |
| Binary | 11111110 | 110101 | 10010010 | 0 | 1001111 | 101011 | 0 | 101001100 | 1100011 | 111100 |
Color Harmonies of #FE3592
Complementary color
Monochromatic Colors of #FE3592
Black with #FE3592
Text Example
Text Example
White with #FE3592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3592; }
p { color: rgb(254,53,146); }
H1.HeaderClassName
{
color: #FE3592;
}
.AnyTagClassName
{
color: #FE3592;
}
</style>
background-color css
<style>
a { background-color: #FE3592; }
a { background-color: rgb(254,53,146); }
div.DivClassName
{
background-color: #FE3592;
}
.BgClassName
{
background-color: #FE3592;
}
</style>
border-color css
<style>
span { border-color: #FE3592; }
span { border-color: rgb(254,53,146); }
td.TdClassName
{
border-color: #FE3592;
}
.TagClassName
{
border-color: #FE3592;
}
</style>