Shades of Wild Strawberry #FE3B9C
Tints of Wild Strawberry #FE3B9C
RGB
CMYK
RGB Variations
Color information
#FE3B9C (or 0xFE3B9C) is known color: Wild Strawberry. HEX triplet: FE, 3B and 9C. RGB value is (254,59,156). Sum of RGB (Red+Green+Blue) = 254+59+156=469 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.16% from 469); Green value is 59 (23.44% from 255 or 12.58% from 469); Blue value is 156 (61.33% from 255 or 33.26% from 469); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3B9C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3B9C is #01C463. Grayscale: #808080. Windows color (decimal): -115812 or 10238974. OLE color: 10238974.
HSL color Cylindrical-coordinate representation of color #FE3B9C: 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.77%. Process color model (Four color, CMYK) of #FE3B9C is Cyan = 0, Magento = 0.77, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 59 | 156 | - |
| CMYK | 0 | 0.77 | 0.39 | 0.00 |
| HSL | 330.15º | 0.99% | 0.61% | - |
| HSV(B) | 330.15º | 0.77% | 1% | - |
| XYZ | 48.44 | 26.6 | 34.03 | - |
| YUV | 128.36 | 143.6 | 217.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 59 | 156 | 0 | 0.77 | 0.39 | 0.00 | 330.15 | 0.99 | 0.61 |
| Hex | FE | 3B | 9C | 0 | 4D | 27 | 0 | 14A | 63 | 3D |
| Octal | 376 | 73 | 234 | 0 | 115 | 47 | 0 | 512 | 143 | 75 |
| Binary | 11111110 | 111011 | 10011100 | 0 | 1001101 | 100111 | 0 | 101001010 | 1100011 | 111101 |
Color Harmonies of #FE3B9C
Complementary color
Monochromatic Colors of #FE3B9C
Black with #FE3B9C
Text Example
Text Example
White with #FE3B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3B9C; }
p { color: rgb(254,59,156); }
H1.HeaderClassName
{
color: #FE3B9C;
}
.AnyTagClassName
{
color: #FE3B9C;
}
</style>
background-color css
<style>
a { background-color: #FE3B9C; }
a { background-color: rgb(254,59,156); }
div.DivClassName
{
background-color: #FE3B9C;
}
.BgClassName
{
background-color: #FE3B9C;
}
</style>
border-color css
<style>
span { border-color: #FE3B9C; }
span { border-color: rgb(254,59,156); }
td.TdClassName
{
border-color: #FE3B9C;
}
.TagClassName
{
border-color: #FE3B9C;
}
</style>