Shades of Wild Strawberry #FE419F
Tints of Wild Strawberry #FE419F
RGB
CMYK
RGB Variations
Color information
#FE419F (or 0xFE419F) is known color: Wild Strawberry. HEX triplet: FE, 41 and 9F. RGB value is (254,65,159). Sum of RGB (Red+Green+Blue) = 254+65+159=478 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.14% from 478); Green value is 65 (25.78% from 255 or 13.60% from 478); Blue value is 159 (62.5% from 255 or 33.26% from 478); Max value from RGB is 254 - color contains mainly: red. Hex color #FE419F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE419F is #01BE60. Grayscale: #848484. Windows color (decimal): -114273 or 10437118. OLE color: 10437118.
HSL color Cylindrical-coordinate representation of color #FE419F: hue angle of 330.16º 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 #FE419F is Cyan = 0, Magento = 0.74, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 65 | 159 | - |
| CMYK | 0 | 0.74 | 0.37 | 0.00 |
| HSL | 330.16º | 0.99% | 0.63% | - |
| HSV(B) | 330.16º | 0.74% | 1% | - |
| XYZ | 49.02 | 27.35 | 35.5 | - |
| YUV | 132.23 | 143.12 | 214.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 65 | 159 | 0 | 0.74 | 0.37 | 0.00 | 330.16 | 0.99 | 0.63 |
| Hex | FE | 41 | 9F | 0 | 4A | 25 | 0 | 14A | 63 | 3F |
| Octal | 376 | 101 | 237 | 0 | 112 | 45 | 0 | 512 | 143 | 77 |
| Binary | 11111110 | 1000001 | 10011111 | 0 | 1001010 | 100101 | 0 | 101001010 | 1100011 | 111111 |
Color Harmonies of #FE419F
Complementary color
Monochromatic Colors of #FE419F
Black with #FE419F
Text Example
Text Example
White with #FE419F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE419F; }
p { color: rgb(254,65,159); }
H1.HeaderClassName
{
color: #FE419F;
}
.AnyTagClassName
{
color: #FE419F;
}
</style>
background-color css
<style>
a { background-color: #FE419F; }
a { background-color: rgb(254,65,159); }
div.DivClassName
{
background-color: #FE419F;
}
.BgClassName
{
background-color: #FE419F;
}
</style>
border-color css
<style>
span { border-color: #FE419F; }
span { border-color: rgb(254,65,159); }
td.TdClassName
{
border-color: #FE419F;
}
.TagClassName
{
border-color: #FE419F;
}
</style>