Shades of Wild Strawberry #FE319B
Tints of Wild Strawberry #FE319B
RGB
CMYK
RGB Variations
Color information
#FE319B (or 0xFE319B) is known color: Wild Strawberry. HEX triplet: FE, 31 and 9B. RGB value is (254,49,155). Sum of RGB (Red+Green+Blue) = 254+49+155=458 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.46% from 458); Green value is 49 (19.53% from 255 or 10.70% from 458); Blue value is 155 (60.94% from 255 or 33.84% from 458); Max value from RGB is 254 - color contains mainly: red. Hex color #FE319B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE319B is #01CE64. Grayscale: #7A7A7A. Windows color (decimal): -118373 or 10170878. OLE color: 10170878.
HSL color Cylindrical-coordinate representation of color #FE319B: hue angle of 328.98º 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 #FE319B is Cyan = 0, Magento = 0.81, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 49 | 155 | - |
| CMYK | 0 | 0.81 | 0.39 | 0.00 |
| HSL | 328.98º | 0.99% | 0.59% | - |
| HSV(B) | 328.98º | 0.81% | 1% | - |
| XYZ | 47.89 | 25.63 | 33.43 | - |
| YUV | 122.38 | 146.42 | 221.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 49 | 155 | 0 | 0.81 | 0.39 | 0.00 | 328.98 | 0.99 | 0.59 |
| Hex | FE | 31 | 9B | 0 | 51 | 27 | 0 | 149 | 63 | 3B |
| Octal | 376 | 61 | 233 | 0 | 121 | 47 | 0 | 511 | 143 | 73 |
| Binary | 11111110 | 110001 | 10011011 | 0 | 1010001 | 100111 | 0 | 101001001 | 1100011 | 111011 |
Color Harmonies of #FE319B
Complementary color
Monochromatic Colors of #FE319B
Black with #FE319B
Text Example
Text Example
White with #FE319B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE319B; }
p { color: rgb(254,49,155); }
H1.HeaderClassName
{
color: #FE319B;
}
.AnyTagClassName
{
color: #FE319B;
}
</style>
background-color css
<style>
a { background-color: #FE319B; }
a { background-color: rgb(254,49,155); }
div.DivClassName
{
background-color: #FE319B;
}
.BgClassName
{
background-color: #FE319B;
}
</style>
border-color css
<style>
span { border-color: #FE319B; }
span { border-color: rgb(254,49,155); }
td.TdClassName
{
border-color: #FE319B;
}
.TagClassName
{
border-color: #FE319B;
}
</style>