Shades of Wild Strawberry #FE319C
Tints of Wild Strawberry #FE319C
RGB
CMYK
RGB Variations
Color information
#FE319C (or 0xFE319C) is known color: Wild Strawberry. HEX triplet: FE, 31 and 9C. RGB value is (254,49,156). Sum of RGB (Red+Green+Blue) = 254+49+156=459 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.34% from 459); Green value is 49 (19.53% from 255 or 10.68% from 459); Blue value is 156 (61.33% from 255 or 33.99% from 459); Max value from RGB is 254 - color contains mainly: red. Hex color #FE319C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE319C is #01CE63. Grayscale: #7A7A7A. Windows color (decimal): -118372 or 10236414. OLE color: 10236414.
HSL color Cylindrical-coordinate representation of color #FE319C: hue angle of 328.68º 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 #FE319C is Cyan = 0, Magento = 0.81, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 49 | 156 | - |
| CMYK | 0 | 0.81 | 0.39 | 0.00 |
| HSL | 328.68º | 0.99% | 0.59% | - |
| HSV(B) | 328.68º | 0.81% | 1% | - |
| XYZ | 47.97 | 25.67 | 33.88 | - |
| YUV | 122.49 | 146.92 | 221.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 49 | 156 | 0 | 0.81 | 0.39 | 0.00 | 328.68 | 0.99 | 0.59 |
| Hex | FE | 31 | 9C | 0 | 51 | 27 | 0 | 149 | 63 | 3B |
| Octal | 376 | 61 | 234 | 0 | 121 | 47 | 0 | 511 | 143 | 73 |
| Binary | 11111110 | 110001 | 10011100 | 0 | 1010001 | 100111 | 0 | 101001001 | 1100011 | 111011 |
Color Harmonies of #FE319C
Complementary color
Monochromatic Colors of #FE319C
Black with #FE319C
Text Example
Text Example
White with #FE319C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE319C; }
p { color: rgb(254,49,156); }
H1.HeaderClassName
{
color: #FE319C;
}
.AnyTagClassName
{
color: #FE319C;
}
</style>
background-color css
<style>
a { background-color: #FE319C; }
a { background-color: rgb(254,49,156); }
div.DivClassName
{
background-color: #FE319C;
}
.BgClassName
{
background-color: #FE319C;
}
</style>
border-color css
<style>
span { border-color: #FE319C; }
span { border-color: rgb(254,49,156); }
td.TdClassName
{
border-color: #FE319C;
}
.TagClassName
{
border-color: #FE319C;
}
</style>