Shades of Wild Strawberry #FE409A
Tints of Wild Strawberry #FE409A
RGB
CMYK
RGB Variations
Color information
#FE409A (or 0xFE409A) is known color: Wild Strawberry. HEX triplet: FE, 40 and 9A. RGB value is (254,64,154). Sum of RGB (Red+Green+Blue) = 254+64+154=472 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.81% from 472); Green value is 64 (25.39% from 255 or 13.56% from 472); Blue value is 154 (60.55% from 255 or 32.63% from 472); Max value from RGB is 254 - color contains mainly: red. Hex color #FE409A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE409A is #01BF65. Grayscale: #828282. Windows color (decimal): -114534 or 10109182. OLE color: 10109182.
HSL color Cylindrical-coordinate representation of color #FE409A: hue angle of 331.58º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FE409A is Cyan = 0, Magento = 0.75, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 64 | 154 | - |
| CMYK | 0 | 0.75 | 0.39 | 0.00 |
| HSL | 331.58º | 0.99% | 0.62% | - |
| HSV(B) | 331.58º | 0.75% | 1% | - |
| XYZ | 48.54 | 27.07 | 33.24 | - |
| YUV | 131.07 | 140.95 | 215.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 64 | 154 | 0 | 0.75 | 0.39 | 0.00 | 331.58 | 0.99 | 0.62 |
| Hex | FE | 40 | 9A | 0 | 4B | 27 | 0 | 14C | 63 | 3E |
| Octal | 376 | 100 | 232 | 0 | 113 | 47 | 0 | 514 | 143 | 76 |
| Binary | 11111110 | 1000000 | 10011010 | 0 | 1001011 | 100111 | 0 | 101001100 | 1100011 | 111110 |
Color Harmonies of #FE409A
Complementary color
Monochromatic Colors of #FE409A
Black with #FE409A
Text Example
Text Example
White with #FE409A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE409A; }
p { color: rgb(254,64,154); }
H1.HeaderClassName
{
color: #FE409A;
}
.AnyTagClassName
{
color: #FE409A;
}
</style>
background-color css
<style>
a { background-color: #FE409A; }
a { background-color: rgb(254,64,154); }
div.DivClassName
{
background-color: #FE409A;
}
.BgClassName
{
background-color: #FE409A;
}
</style>
border-color css
<style>
span { border-color: #FE409A; }
span { border-color: rgb(254,64,154); }
td.TdClassName
{
border-color: #FE409A;
}
.TagClassName
{
border-color: #FE409A;
}
</style>