Shades of Wild Strawberry #FE34A3
Tints of Wild Strawberry #FE34A3
RGB
CMYK
RGB Variations
Color information
#FE34A3 (or 0xFE34A3) is known color: Wild Strawberry. HEX triplet: FE, 34 and A3. RGB value is (254,52,163). Sum of RGB (Red+Green+Blue) = 254+52+163=469 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.16% from 469); Green value is 52 (20.70% from 255 or 11.09% from 469); Blue value is 163 (64.06% from 255 or 34.75% from 469); Max value from RGB is 254 - color contains mainly: red. Hex color #FE34A3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE34A3 is #01CB5C. Grayscale: #7C7C7C. Windows color (decimal): -117597 or 10695934. OLE color: 10695934.
HSL color Cylindrical-coordinate representation of color #FE34A3: hue angle of 327.03º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FE34A3 is Cyan = 0, Magento = 0.80, Yellow = 0.36 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 52 | 163 | - |
| CMYK | 0 | 0.80 | 0.36 | 0.00 |
| HSL | 327.03º | 0.99% | 0.6% | - |
| HSV(B) | 327.03º | 0.8% | 1% | - |
| XYZ | 48.71 | 26.17 | 37.13 | - |
| YUV | 125.05 | 149.42 | 219.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 52 | 163 | 0 | 0.80 | 0.36 | 0.00 | 327.03 | 0.99 | 0.6 |
| Hex | FE | 34 | A3 | 0 | 50 | 24 | 0 | 147 | 63 | 3C |
| Octal | 376 | 64 | 243 | 0 | 120 | 44 | 0 | 507 | 143 | 74 |
| Binary | 11111110 | 110100 | 10100011 | 0 | 1010000 | 100100 | 0 | 101000111 | 1100011 | 111100 |
Color Harmonies of #FE34A3
Complementary color
Monochromatic Colors of #FE34A3
Black with #FE34A3
Text Example
Text Example
White with #FE34A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE34A3; }
p { color: rgb(254,52,163); }
H1.HeaderClassName
{
color: #FE34A3;
}
.AnyTagClassName
{
color: #FE34A3;
}
</style>
background-color css
<style>
a { background-color: #FE34A3; }
a { background-color: rgb(254,52,163); }
div.DivClassName
{
background-color: #FE34A3;
}
.BgClassName
{
background-color: #FE34A3;
}
</style>
border-color css
<style>
span { border-color: #FE34A3; }
span { border-color: rgb(254,52,163); }
td.TdClassName
{
border-color: #FE34A3;
}
.TagClassName
{
border-color: #FE34A3;
}
</style>