Shades of Wild Strawberry #FE308F
Tints of Wild Strawberry #FE308F
RGB
CMYK
RGB Variations
Color information
#FE308F (or 0xFE308F) is known color: Wild Strawberry. HEX triplet: FE, 30 and 8F. RGB value is (254,48,143). Sum of RGB (Red+Green+Blue) = 254+48+143=445 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.08% from 445); Green value is 48 (19.14% from 255 or 10.79% from 445); Blue value is 143 (56.25% from 255 or 32.13% from 445); Max value from RGB is 254 - color contains mainly: red. Hex color #FE308F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE308F is #01CF70. Grayscale: #787878. Windows color (decimal): -118641 or 9384190. OLE color: 9384190.
HSL color Cylindrical-coordinate representation of color #FE308F: hue angle of 332.33º 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 #FE308F is Cyan = 0, Magento = 0.81, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 48 | 143 | - |
| CMYK | 0 | 0.81 | 0.44 | 0.00 |
| HSL | 332.33º | 0.99% | 0.59% | - |
| HSV(B) | 332.33º | 0.81% | 1% | - |
| XYZ | 46.89 | 25.17 | 28.37 | - |
| YUV | 120.42 | 140.75 | 223.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 48 | 143 | 0 | 0.81 | 0.44 | 0.00 | 332.33 | 0.99 | 0.59 |
| Hex | FE | 30 | 8F | 0 | 51 | 2C | 0 | 14C | 63 | 3B |
| Octal | 376 | 60 | 217 | 0 | 121 | 54 | 0 | 514 | 143 | 73 |
| Binary | 11111110 | 110000 | 10001111 | 0 | 1010001 | 101100 | 0 | 101001100 | 1100011 | 111011 |
Color Harmonies of #FE308F
Complementary color
Monochromatic Colors of #FE308F
Black with #FE308F
Text Example
Text Example
White with #FE308F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE308F; }
p { color: rgb(254,48,143); }
H1.HeaderClassName
{
color: #FE308F;
}
.AnyTagClassName
{
color: #FE308F;
}
</style>
background-color css
<style>
a { background-color: #FE308F; }
a { background-color: rgb(254,48,143); }
div.DivClassName
{
background-color: #FE308F;
}
.BgClassName
{
background-color: #FE308F;
}
</style>
border-color css
<style>
span { border-color: #FE308F; }
span { border-color: rgb(254,48,143); }
td.TdClassName
{
border-color: #FE308F;
}
.TagClassName
{
border-color: #FE308F;
}
</style>