Shades of Wild Strawberry #FE308E
Tints of Wild Strawberry #FE308E
RGB
CMYK
RGB Variations
Color information
#FE308E (or 0xFE308E) is known color: Wild Strawberry. HEX triplet: FE, 30 and 8E. RGB value is (254,48,142). Sum of RGB (Red+Green+Blue) = 254+48+142=444 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.21% from 444); Green value is 48 (19.14% from 255 or 10.81% from 444); Blue value is 142 (55.86% from 255 or 31.98% from 444); Max value from RGB is 254 - color contains mainly: red. Hex color #FE308E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE308E is #01CF71. Grayscale: #787878. Windows color (decimal): -118642 or 9318654. OLE color: 9318654.
HSL color Cylindrical-coordinate representation of color #FE308E: hue angle of 332.62º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FE308E is Cyan = 0, Magento = 0.81, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 48 | 142 | - |
| CMYK | 0 | 0.81 | 0.44 | 0.00 |
| HSL | 332.62º | 0.99% | 0.59% | - |
| HSV(B) | 332.62º | 0.81% | 1% | - |
| XYZ | 46.81 | 25.14 | 27.98 | - |
| YUV | 120.31 | 140.25 | 223.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 48 | 142 | 0 | 0.81 | 0.44 | 0.00 | 332.62 | 0.99 | 0.59 |
| Hex | FE | 30 | 8E | 0 | 51 | 2C | 0 | 14D | 63 | 3B |
| Octal | 376 | 60 | 216 | 0 | 121 | 54 | 0 | 515 | 143 | 73 |
| Binary | 11111110 | 110000 | 10001110 | 0 | 1010001 | 101100 | 0 | 101001101 | 1100011 | 111011 |
Color Harmonies of #FE308E
Complementary color
Monochromatic Colors of #FE308E
Black with #FE308E
Text Example
Text Example
White with #FE308E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE308E; }
p { color: rgb(254,48,142); }
H1.HeaderClassName
{
color: #FE308E;
}
.AnyTagClassName
{
color: #FE308E;
}
</style>
background-color css
<style>
a { background-color: #FE308E; }
a { background-color: rgb(254,48,142); }
div.DivClassName
{
background-color: #FE308E;
}
.BgClassName
{
background-color: #FE308E;
}
</style>
border-color css
<style>
span { border-color: #FE308E; }
span { border-color: rgb(254,48,142); }
td.TdClassName
{
border-color: #FE308E;
}
.TagClassName
{
border-color: #FE308E;
}
</style>