Shades of Wild Strawberry #FE3B9A
Tints of Wild Strawberry #FE3B9A
RGB
CMYK
RGB Variations
Color information
#FE3B9A (or 0xFE3B9A) is known color: Wild Strawberry. HEX triplet: FE, 3B and 9A. RGB value is (254,59,154). Sum of RGB (Red+Green+Blue) = 254+59+154=467 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.39% from 467); Green value is 59 (23.44% from 255 or 12.63% from 467); Blue value is 154 (60.55% from 255 or 32.98% from 467); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3B9A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3B9A is #01C465. Grayscale: #7F7F7F. Windows color (decimal): -115814 or 10107902. OLE color: 10107902.
HSL color Cylindrical-coordinate representation of color #FE3B9A: hue angle of 330.77º 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 #FE3B9A is Cyan = 0, Magento = 0.77, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 59 | 154 | - |
| CMYK | 0 | 0.77 | 0.39 | 0.00 |
| HSL | 330.77º | 0.99% | 0.61% | - |
| HSV(B) | 330.77º | 0.77% | 1% | - |
| XYZ | 48.27 | 26.53 | 33.15 | - |
| YUV | 128.14 | 142.6 | 217.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 59 | 154 | 0 | 0.77 | 0.39 | 0.00 | 330.77 | 0.99 | 0.61 |
| Hex | FE | 3B | 9A | 0 | 4D | 27 | 0 | 14B | 63 | 3D |
| Octal | 376 | 73 | 232 | 0 | 115 | 47 | 0 | 513 | 143 | 75 |
| Binary | 11111110 | 111011 | 10011010 | 0 | 1001101 | 100111 | 0 | 101001011 | 1100011 | 111101 |
Color Harmonies of #FE3B9A
Complementary color
Monochromatic Colors of #FE3B9A
Black with #FE3B9A
Text Example
Text Example
White with #FE3B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3B9A; }
p { color: rgb(254,59,154); }
H1.HeaderClassName
{
color: #FE3B9A;
}
.AnyTagClassName
{
color: #FE3B9A;
}
</style>
background-color css
<style>
a { background-color: #FE3B9A; }
a { background-color: rgb(254,59,154); }
div.DivClassName
{
background-color: #FE3B9A;
}
.BgClassName
{
background-color: #FE3B9A;
}
</style>
border-color css
<style>
span { border-color: #FE3B9A; }
span { border-color: rgb(254,59,154); }
td.TdClassName
{
border-color: #FE3B9A;
}
.TagClassName
{
border-color: #FE3B9A;
}
</style>