Shades of Wild Strawberry #FE3DAB
Tints of Wild Strawberry #FE3DAB
RGB
CMYK
RGB Variations
Color information
#FE3DAB (or 0xFE3DAB) is known color: Wild Strawberry. HEX triplet: FE, 3D and AB. RGB value is (254,61,171). Sum of RGB (Red+Green+Blue) = 254+61+171=486 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.26% from 486); Green value is 61 (24.22% from 255 or 12.55% from 486); Blue value is 171 (67.19% from 255 or 35.19% from 486); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3DAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3DAB is #01C254. Grayscale: #838383. Windows color (decimal): -115285 or 11222526. OLE color: 11222526.
HSL color Cylindrical-coordinate representation of color #FE3DAB: hue angle of 325.8º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FE3DAB is Cyan = 0, Magento = 0.76, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 61 | 171 | - |
| CMYK | 0 | 0.76 | 0.33 | 0.00 |
| HSL | 325.8º | 0.99% | 0.62% | - |
| HSV(B) | 325.8º | 0.76% | 1% | - |
| XYZ | 49.89 | 27.35 | 41.18 | - |
| YUV | 131.25 | 150.44 | 215.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 61 | 171 | 0 | 0.76 | 0.33 | 0.00 | 325.8 | 0.99 | 0.62 |
| Hex | FE | 3D | AB | 0 | 4C | 21 | 0 | 146 | 63 | 3E |
| Octal | 376 | 75 | 253 | 0 | 114 | 41 | 0 | 506 | 143 | 76 |
| Binary | 11111110 | 111101 | 10101011 | 0 | 1001100 | 100001 | 0 | 101000110 | 1100011 | 111110 |
Color Harmonies of #FE3DAB
Complementary color
Monochromatic Colors of #FE3DAB
Black with #FE3DAB
Text Example
Text Example
White with #FE3DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3DAB; }
p { color: rgb(254,61,171); }
H1.HeaderClassName
{
color: #FE3DAB;
}
.AnyTagClassName
{
color: #FE3DAB;
}
</style>
background-color css
<style>
a { background-color: #FE3DAB; }
a { background-color: rgb(254,61,171); }
div.DivClassName
{
background-color: #FE3DAB;
}
.BgClassName
{
background-color: #FE3DAB;
}
</style>
border-color css
<style>
span { border-color: #FE3DAB; }
span { border-color: rgb(254,61,171); }
td.TdClassName
{
border-color: #FE3DAB;
}
.TagClassName
{
border-color: #FE3DAB;
}
</style>