Shades of Wild Strawberry #FE399B
Tints of Wild Strawberry #FE399B
RGB
CMYK
RGB Variations
Color information
#FE399B (or 0xFE399B) is known color: Wild Strawberry. HEX triplet: FE, 39 and 9B. RGB value is (254,57,155). Sum of RGB (Red+Green+Blue) = 254+57+155=466 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.51% from 466); Green value is 57 (22.66% from 255 or 12.23% from 466); Blue value is 155 (60.94% from 255 or 33.26% from 466); Max value from RGB is 254 - color contains mainly: red. Hex color #FE399B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE399B is #01C664. Grayscale: #7E7E7E. Windows color (decimal): -116325 or 10172926. OLE color: 10172926.
HSL color Cylindrical-coordinate representation of color #FE399B: hue angle of 330.15º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FE399B is Cyan = 0, Magento = 0.78, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 57 | 155 | - |
| CMYK | 0 | 0.78 | 0.39 | 0.00 |
| HSL | 330.15º | 0.99% | 0.61% | - |
| HSV(B) | 330.15º | 0.78% | 1% | - |
| XYZ | 48.25 | 26.36 | 33.56 | - |
| YUV | 127.08 | 143.77 | 218.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 57 | 155 | 0 | 0.78 | 0.39 | 0.00 | 330.15 | 0.99 | 0.61 |
| Hex | FE | 39 | 9B | 0 | 4E | 27 | 0 | 14A | 63 | 3D |
| Octal | 376 | 71 | 233 | 0 | 116 | 47 | 0 | 512 | 143 | 75 |
| Binary | 11111110 | 111001 | 10011011 | 0 | 1001110 | 100111 | 0 | 101001010 | 1100011 | 111101 |
Color Harmonies of #FE399B
Complementary color
Monochromatic Colors of #FE399B
Black with #FE399B
Text Example
Text Example
White with #FE399B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE399B; }
p { color: rgb(254,57,155); }
H1.HeaderClassName
{
color: #FE399B;
}
.AnyTagClassName
{
color: #FE399B;
}
</style>
background-color css
<style>
a { background-color: #FE399B; }
a { background-color: rgb(254,57,155); }
div.DivClassName
{
background-color: #FE399B;
}
.BgClassName
{
background-color: #FE399B;
}
</style>
border-color css
<style>
span { border-color: #FE399B; }
span { border-color: rgb(254,57,155); }
td.TdClassName
{
border-color: #FE399B;
}
.TagClassName
{
border-color: #FE399B;
}
</style>