Shades of Wild Strawberry #FE368A
Tints of Wild Strawberry #FE368A
RGB
CMYK
RGB Variations
Color information
#FE368A (or 0xFE368A) is known color: Wild Strawberry. HEX triplet: FE, 36 and 8A. RGB value is (254,54,138). Sum of RGB (Red+Green+Blue) = 254+54+138=446 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.95% from 446); Green value is 54 (21.48% from 255 or 12.11% from 446); Blue value is 138 (54.30% from 255 or 30.94% from 446); Max value from RGB is 254 - color contains mainly: red. Hex color #FE368A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE368A is #01C975. Grayscale: #7B7B7B. Windows color (decimal): -117110 or 9058046. OLE color: 9058046.
HSL color Cylindrical-coordinate representation of color #FE368A: hue angle of 334.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 #FE368A is Cyan = 0, Magento = 0.79, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 54 | 138 | - |
| CMYK | 0 | 0.79 | 0.46 | 0.00 |
| HSL | 334.8º | 0.99% | 0.6% | - |
| HSV(B) | 334.8º | 0.79% | 1% | - |
| XYZ | 46.78 | 25.54 | 26.51 | - |
| YUV | 123.38 | 136.26 | 221.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 54 | 138 | 0 | 0.79 | 0.46 | 0.00 | 334.8 | 0.99 | 0.6 |
| Hex | FE | 36 | 8A | 0 | 4F | 2E | 0 | 14F | 63 | 3C |
| Octal | 376 | 66 | 212 | 0 | 117 | 56 | 0 | 517 | 143 | 74 |
| Binary | 11111110 | 110110 | 10001010 | 0 | 1001111 | 101110 | 0 | 101001111 | 1100011 | 111100 |
Color Harmonies of #FE368A
Complementary color
Monochromatic Colors of #FE368A
Black with #FE368A
Text Example
Text Example
White with #FE368A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE368A; }
p { color: rgb(254,54,138); }
H1.HeaderClassName
{
color: #FE368A;
}
.AnyTagClassName
{
color: #FE368A;
}
</style>
background-color css
<style>
a { background-color: #FE368A; }
a { background-color: rgb(254,54,138); }
div.DivClassName
{
background-color: #FE368A;
}
.BgClassName
{
background-color: #FE368A;
}
</style>
border-color css
<style>
span { border-color: #FE368A; }
span { border-color: rgb(254,54,138); }
td.TdClassName
{
border-color: #FE368A;
}
.TagClassName
{
border-color: #FE368A;
}
</style>