Shades of Wild Strawberry #FE3FAC
Tints of Wild Strawberry #FE3FAC
RGB
CMYK
RGB Variations
Color information
#FE3FAC (or 0xFE3FAC) is known color: Wild Strawberry. HEX triplet: FE, 3F and AC. RGB value is (254,63,172). Sum of RGB (Red+Green+Blue) = 254+63+172=489 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.94% from 489); Green value is 63 (25% from 255 or 12.88% from 489); Blue value is 172 (67.58% from 255 or 35.17% from 489); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3FAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3FAC is #01C053. Grayscale: #848484. Windows color (decimal): -114772 or 11288574. OLE color: 11288574.
HSL color Cylindrical-coordinate representation of color #FE3FAC: hue angle of 325.76º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FE3FAC is Cyan = 0, Magento = 0.75, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 63 | 172 | - |
| CMYK | 0 | 0.75 | 0.32 | 0.00 |
| HSL | 325.76º | 0.99% | 0.62% | - |
| HSV(B) | 325.76º | 0.75% | 1% | - |
| XYZ | 50.1 | 27.6 | 41.72 | - |
| YUV | 132.54 | 150.28 | 214.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 63 | 172 | 0 | 0.75 | 0.32 | 0.00 | 325.76 | 0.99 | 0.62 |
| Hex | FE | 3F | AC | 0 | 4B | 20 | 0 | 146 | 63 | 3E |
| Octal | 376 | 77 | 254 | 0 | 113 | 40 | 0 | 506 | 143 | 76 |
| Binary | 11111110 | 111111 | 10101100 | 0 | 1001011 | 100000 | 0 | 101000110 | 1100011 | 111110 |
Color Harmonies of #FE3FAC
Complementary color
Monochromatic Colors of #FE3FAC
Black with #FE3FAC
Text Example
Text Example
White with #FE3FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3FAC; }
p { color: rgb(254,63,172); }
H1.HeaderClassName
{
color: #FE3FAC;
}
.AnyTagClassName
{
color: #FE3FAC;
}
</style>
background-color css
<style>
a { background-color: #FE3FAC; }
a { background-color: rgb(254,63,172); }
div.DivClassName
{
background-color: #FE3FAC;
}
.BgClassName
{
background-color: #FE3FAC;
}
</style>
border-color css
<style>
span { border-color: #FE3FAC; }
span { border-color: rgb(254,63,172); }
td.TdClassName
{
border-color: #FE3FAC;
}
.TagClassName
{
border-color: #FE3FAC;
}
</style>