Shades of Wild Strawberry #FE419A
Tints of Wild Strawberry #FE419A
RGB
CMYK
RGB Variations
Color information
#FE419A (or 0xFE419A) is known color: Wild Strawberry. HEX triplet: FE, 41 and 9A. RGB value is (254,65,154). Sum of RGB (Red+Green+Blue) = 254+65+154=473 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.70% from 473); Green value is 65 (25.78% from 255 or 13.74% from 473); Blue value is 154 (60.55% from 255 or 32.56% from 473); Max value from RGB is 254 - color contains mainly: red. Hex color #FE419A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE419A is #01BE65. Grayscale: #838383. Windows color (decimal): -114278 or 10109438. OLE color: 10109438.
HSL color Cylindrical-coordinate representation of color #FE419A: hue angle of 331.75º 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 #FE419A is Cyan = 0, Magento = 0.74, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 65 | 154 | - |
| CMYK | 0 | 0.74 | 0.39 | 0.00 |
| HSL | 331.75º | 0.99% | 0.63% | - |
| HSV(B) | 331.75º | 0.74% | 1% | - |
| XYZ | 48.6 | 27.18 | 33.26 | - |
| YUV | 131.66 | 140.62 | 215.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 65 | 154 | 0 | 0.74 | 0.39 | 0.00 | 331.75 | 0.99 | 0.63 |
| Hex | FE | 41 | 9A | 0 | 4A | 27 | 0 | 14C | 63 | 3F |
| Octal | 376 | 101 | 232 | 0 | 112 | 47 | 0 | 514 | 143 | 77 |
| Binary | 11111110 | 1000001 | 10011010 | 0 | 1001010 | 100111 | 0 | 101001100 | 1100011 | 111111 |
Color Harmonies of #FE419A
Complementary color
Monochromatic Colors of #FE419A
Black with #FE419A
Text Example
Text Example
White with #FE419A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE419A; }
p { color: rgb(254,65,154); }
H1.HeaderClassName
{
color: #FE419A;
}
.AnyTagClassName
{
color: #FE419A;
}
</style>
background-color css
<style>
a { background-color: #FE419A; }
a { background-color: rgb(254,65,154); }
div.DivClassName
{
background-color: #FE419A;
}
.BgClassName
{
background-color: #FE419A;
}
</style>
border-color css
<style>
span { border-color: #FE419A; }
span { border-color: rgb(254,65,154); }
td.TdClassName
{
border-color: #FE419A;
}
.TagClassName
{
border-color: #FE419A;
}
</style>