Shades of Wild Strawberry #FE369E
Tints of Wild Strawberry #FE369E
RGB
CMYK
RGB Variations
Color information
#FE369E (or 0xFE369E) is known color: Wild Strawberry. HEX triplet: FE, 36 and 9E. RGB value is (254,54,158). Sum of RGB (Red+Green+Blue) = 254+54+158=466 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.51% from 466); Green value is 54 (21.48% from 255 or 11.59% from 466); Blue value is 158 (62.11% from 255 or 33.91% from 466); Max value from RGB is 254 - color contains mainly: red. Hex color #FE369E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE369E is #01C961. Grayscale: #7D7D7D. Windows color (decimal): -117090 or 10368766. OLE color: 10368766.
HSL color Cylindrical-coordinate representation of color #FE369E: hue angle of 328.8º 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 #FE369E is Cyan = 0, Magento = 0.79, Yellow = 0.38 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 54 | 158 | - |
| CMYK | 0 | 0.79 | 0.38 | 0.00 |
| HSL | 328.8º | 0.99% | 0.6% | - |
| HSV(B) | 328.8º | 0.79% | 1% | - |
| XYZ | 48.36 | 26.18 | 34.85 | - |
| YUV | 125.66 | 146.26 | 219.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 54 | 158 | 0 | 0.79 | 0.38 | 0.00 | 328.8 | 0.99 | 0.6 |
| Hex | FE | 36 | 9E | 0 | 4F | 26 | 0 | 149 | 63 | 3C |
| Octal | 376 | 66 | 236 | 0 | 117 | 46 | 0 | 511 | 143 | 74 |
| Binary | 11111110 | 110110 | 10011110 | 0 | 1001111 | 100110 | 0 | 101001001 | 1100011 | 111100 |
Color Harmonies of #FE369E
Complementary color
Monochromatic Colors of #FE369E
Black with #FE369E
Text Example
Text Example
White with #FE369E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE369E; }
p { color: rgb(254,54,158); }
H1.HeaderClassName
{
color: #FE369E;
}
.AnyTagClassName
{
color: #FE369E;
}
</style>
background-color css
<style>
a { background-color: #FE369E; }
a { background-color: rgb(254,54,158); }
div.DivClassName
{
background-color: #FE369E;
}
.BgClassName
{
background-color: #FE369E;
}
</style>
border-color css
<style>
span { border-color: #FE369E; }
span { border-color: rgb(254,54,158); }
td.TdClassName
{
border-color: #FE369E;
}
.TagClassName
{
border-color: #FE369E;
}
</style>