Shades of Wild Strawberry #FE429E
Tints of Wild Strawberry #FE429E
RGB
CMYK
RGB Variations
Color information
#FE429E (or 0xFE429E) is known color: Wild Strawberry. HEX triplet: FE, 42 and 9E. RGB value is (254,66,158). Sum of RGB (Red+Green+Blue) = 254+66+158=478 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.14% from 478); Green value is 66 (26.17% from 255 or 13.81% from 478); Blue value is 158 (62.11% from 255 or 33.05% from 478); Max value from RGB is 254 - color contains mainly: red. Hex color #FE429E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE429E is #01BD61. Grayscale: #848484. Windows color (decimal): -114018 or 10371838. OLE color: 10371838.
HSL color Cylindrical-coordinate representation of color #FE429E: hue angle of 330.64º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FE429E is Cyan = 0, Magento = 0.74, Yellow = 0.38 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 66 | 158 | - |
| CMYK | 0 | 0.74 | 0.38 | 0.00 |
| HSL | 330.64º | 0.99% | 0.63% | - |
| HSV(B) | 330.64º | 0.74% | 1% | - |
| XYZ | 48.99 | 27.44 | 35.06 | - |
| YUV | 132.7 | 142.28 | 214.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 66 | 158 | 0 | 0.74 | 0.38 | 0.00 | 330.64 | 0.99 | 0.63 |
| Hex | FE | 42 | 9E | 0 | 4A | 26 | 0 | 14B | 63 | 3F |
| Octal | 376 | 102 | 236 | 0 | 112 | 46 | 0 | 513 | 143 | 77 |
| Binary | 11111110 | 1000010 | 10011110 | 0 | 1001010 | 100110 | 0 | 101001011 | 1100011 | 111111 |
Color Harmonies of #FE429E
Complementary color
Monochromatic Colors of #FE429E
Black with #FE429E
Text Example
Text Example
White with #FE429E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE429E; }
p { color: rgb(254,66,158); }
H1.HeaderClassName
{
color: #FE429E;
}
.AnyTagClassName
{
color: #FE429E;
}
</style>
background-color css
<style>
a { background-color: #FE429E; }
a { background-color: rgb(254,66,158); }
div.DivClassName
{
background-color: #FE429E;
}
.BgClassName
{
background-color: #FE429E;
}
</style>
border-color css
<style>
span { border-color: #FE429E; }
span { border-color: rgb(254,66,158); }
td.TdClassName
{
border-color: #FE429E;
}
.TagClassName
{
border-color: #FE429E;
}
</style>