Shades of Wild Strawberry #FE3BA3
Tints of Wild Strawberry #FE3BA3
RGB
CMYK
RGB Variations
Color information
#FE3BA3 (or 0xFE3BA3) is known color: Wild Strawberry. HEX triplet: FE, 3B and A3. RGB value is (254,59,163). Sum of RGB (Red+Green+Blue) = 254+59+163=476 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.36% from 476); Green value is 59 (23.44% from 255 or 12.39% from 476); Blue value is 163 (64.06% from 255 or 34.24% from 476); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3BA3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3BA3 is #01C45C. Grayscale: #808080. Windows color (decimal): -115805 or 10697726. OLE color: 10697726.
HSL color Cylindrical-coordinate representation of color #FE3BA3: hue angle of 328º 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 #FE3BA3 is Cyan = 0, Magento = 0.77, Yellow = 0.36 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 59 | 163 | - |
| CMYK | 0 | 0.77 | 0.36 | 0.00 |
| HSL | 328º | 0.99% | 0.61% | - |
| HSV(B) | 328º | 0.77% | 1% | - |
| XYZ | 49.05 | 26.84 | 37.25 | - |
| YUV | 129.16 | 147.1 | 217.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 59 | 163 | 0 | 0.77 | 0.36 | 0.00 | 328 | 0.99 | 0.61 |
| Hex | FE | 3B | A3 | 0 | 4D | 24 | 0 | 148 | 63 | 3D |
| Octal | 376 | 73 | 243 | 0 | 115 | 44 | 0 | 510 | 143 | 75 |
| Binary | 11111110 | 111011 | 10100011 | 0 | 1001101 | 100100 | 0 | 101001000 | 1100011 | 111101 |
Color Harmonies of #FE3BA3
Complementary color
Monochromatic Colors of #FE3BA3
Black with #FE3BA3
Text Example
Text Example
White with #FE3BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3BA3; }
p { color: rgb(254,59,163); }
H1.HeaderClassName
{
color: #FE3BA3;
}
.AnyTagClassName
{
color: #FE3BA3;
}
</style>
background-color css
<style>
a { background-color: #FE3BA3; }
a { background-color: rgb(254,59,163); }
div.DivClassName
{
background-color: #FE3BA3;
}
.BgClassName
{
background-color: #FE3BA3;
}
</style>
border-color css
<style>
span { border-color: #FE3BA3; }
span { border-color: rgb(254,59,163); }
td.TdClassName
{
border-color: #FE3BA3;
}
.TagClassName
{
border-color: #FE3BA3;
}
</style>