Shades of Wild Strawberry #FE35A1
Tints of Wild Strawberry #FE35A1
RGB
CMYK
RGB Variations
Color information
#FE35A1 (or 0xFE35A1) is known color: Wild Strawberry. HEX triplet: FE, 35 and A1. RGB value is (254,53,161). Sum of RGB (Red+Green+Blue) = 254+53+161=468 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.27% from 468); Green value is 53 (21.09% from 255 or 11.32% from 468); Blue value is 161 (63.28% from 255 or 34.40% from 468); Max value from RGB is 254 - color contains mainly: red. Hex color #FE35A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE35A1 is #01CA5E. Grayscale: #7D7D7D. Windows color (decimal): -117343 or 10565118. OLE color: 10565118.
HSL color Cylindrical-coordinate representation of color #FE35A1: hue angle of 327.76º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FE35A1 is Cyan = 0, Magento = 0.79, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 53 | 161 | - |
| CMYK | 0 | 0.79 | 0.37 | 0.00 |
| HSL | 327.76º | 0.99% | 0.6% | - |
| HSV(B) | 327.76º | 0.79% | 1% | - |
| XYZ | 48.58 | 26.19 | 36.21 | - |
| YUV | 125.41 | 148.09 | 219.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 53 | 161 | 0 | 0.79 | 0.37 | 0.00 | 327.76 | 0.99 | 0.6 |
| Hex | FE | 35 | A1 | 0 | 4F | 25 | 0 | 148 | 63 | 3C |
| Octal | 376 | 65 | 241 | 0 | 117 | 45 | 0 | 510 | 143 | 74 |
| Binary | 11111110 | 110101 | 10100001 | 0 | 1001111 | 100101 | 0 | 101001000 | 1100011 | 111100 |
Color Harmonies of #FE35A1
Complementary color
Monochromatic Colors of #FE35A1
Black with #FE35A1
Text Example
Text Example
White with #FE35A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE35A1; }
p { color: rgb(254,53,161); }
H1.HeaderClassName
{
color: #FE35A1;
}
.AnyTagClassName
{
color: #FE35A1;
}
</style>
background-color css
<style>
a { background-color: #FE35A1; }
a { background-color: rgb(254,53,161); }
div.DivClassName
{
background-color: #FE35A1;
}
.BgClassName
{
background-color: #FE35A1;
}
</style>
border-color css
<style>
span { border-color: #FE35A1; }
span { border-color: rgb(254,53,161); }
td.TdClassName
{
border-color: #FE35A1;
}
.TagClassName
{
border-color: #FE35A1;
}
</style>