Shades of Wild Strawberry #FE409C
Tints of Wild Strawberry #FE409C
RGB
CMYK
RGB Variations
Color information
#FE409C (or 0xFE409C) is known color: Wild Strawberry. HEX triplet: FE, 40 and 9C. RGB value is (254,64,156). Sum of RGB (Red+Green+Blue) = 254+64+156=474 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.59% from 474); Green value is 64 (25.39% from 255 or 13.50% from 474); Blue value is 156 (61.33% from 255 or 32.91% from 474); Max value from RGB is 254 - color contains mainly: red. Hex color #FE409C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE409C is #01BF63. Grayscale: #838383. Windows color (decimal): -114532 or 10240254. OLE color: 10240254.
HSL color Cylindrical-coordinate representation of color #FE409C: hue angle of 330.95º 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 #FE409C is Cyan = 0, Magento = 0.75, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 64 | 156 | - |
| CMYK | 0 | 0.75 | 0.39 | 0.00 |
| HSL | 330.95º | 0.99% | 0.62% | - |
| HSV(B) | 330.95º | 0.75% | 1% | - |
| XYZ | 48.71 | 27.14 | 34.12 | - |
| YUV | 131.3 | 141.95 | 215.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 64 | 156 | 0 | 0.75 | 0.39 | 0.00 | 330.95 | 0.99 | 0.62 |
| Hex | FE | 40 | 9C | 0 | 4B | 27 | 0 | 14B | 63 | 3E |
| Octal | 376 | 100 | 234 | 0 | 113 | 47 | 0 | 513 | 143 | 76 |
| Binary | 11111110 | 1000000 | 10011100 | 0 | 1001011 | 100111 | 0 | 101001011 | 1100011 | 111110 |
Color Harmonies of #FE409C
Complementary color
Monochromatic Colors of #FE409C
Black with #FE409C
Text Example
Text Example
White with #FE409C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE409C; }
p { color: rgb(254,64,156); }
H1.HeaderClassName
{
color: #FE409C;
}
.AnyTagClassName
{
color: #FE409C;
}
</style>
background-color css
<style>
a { background-color: #FE409C; }
a { background-color: rgb(254,64,156); }
div.DivClassName
{
background-color: #FE409C;
}
.BgClassName
{
background-color: #FE409C;
}
</style>
border-color css
<style>
span { border-color: #FE409C; }
span { border-color: rgb(254,64,156); }
td.TdClassName
{
border-color: #FE409C;
}
.TagClassName
{
border-color: #FE409C;
}
</style>