Shades of Wild Strawberry #FE309D
Tints of Wild Strawberry #FE309D
RGB
CMYK
RGB Variations
Color information
#FE309D (or 0xFE309D) is known color: Wild Strawberry. HEX triplet: FE, 30 and 9D. RGB value is (254,48,157). Sum of RGB (Red+Green+Blue) = 254+48+157=459 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.34% from 459); Green value is 48 (19.14% from 255 or 10.46% from 459); Blue value is 157 (61.72% from 255 or 34.20% from 459); Max value from RGB is 254 - color contains mainly: red. Hex color #FE309D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE309D is #01CF62. Grayscale: #797979. Windows color (decimal): -118627 or 10301694. OLE color: 10301694.
HSL color Cylindrical-coordinate representation of color #FE309D: hue angle of 328.25º 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 #FE309D is Cyan = 0, Magento = 0.81, Yellow = 0.38 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 48 | 157 | - |
| CMYK | 0 | 0.81 | 0.38 | 0.00 |
| HSL | 328.25º | 0.99% | 0.59% | - |
| HSV(B) | 328.25º | 0.81% | 1% | - |
| XYZ | 48.02 | 25.62 | 34.31 | - |
| YUV | 122.02 | 147.75 | 222.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 48 | 157 | 0 | 0.81 | 0.38 | 0.00 | 328.25 | 0.99 | 0.59 |
| Hex | FE | 30 | 9D | 0 | 51 | 26 | 0 | 148 | 63 | 3B |
| Octal | 376 | 60 | 235 | 0 | 121 | 46 | 0 | 510 | 143 | 73 |
| Binary | 11111110 | 110000 | 10011101 | 0 | 1010001 | 100110 | 0 | 101001000 | 1100011 | 111011 |
Color Harmonies of #FE309D
Complementary color
Monochromatic Colors of #FE309D
Black with #FE309D
Text Example
Text Example
White with #FE309D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE309D; }
p { color: rgb(254,48,157); }
H1.HeaderClassName
{
color: #FE309D;
}
.AnyTagClassName
{
color: #FE309D;
}
</style>
background-color css
<style>
a { background-color: #FE309D; }
a { background-color: rgb(254,48,157); }
div.DivClassName
{
background-color: #FE309D;
}
.BgClassName
{
background-color: #FE309D;
}
</style>
border-color css
<style>
span { border-color: #FE309D; }
span { border-color: rgb(254,48,157); }
td.TdClassName
{
border-color: #FE309D;
}
.TagClassName
{
border-color: #FE309D;
}
</style>