Shades of Wild Strawberry #FE439A
Tints of Wild Strawberry #FE439A
RGB
CMYK
RGB Variations
Color information
#FE439A (or 0xFE439A) is known color: Wild Strawberry. HEX triplet: FE, 43 and 9A. RGB value is (254,67,154). Sum of RGB (Red+Green+Blue) = 254+67+154=475 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.47% from 475); Green value is 67 (26.56% from 255 or 14.11% from 475); Blue value is 154 (60.55% from 255 or 32.42% from 475); Max value from RGB is 254 - color contains mainly: red. Hex color #FE439A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE439A is #01BC65. Grayscale: #848484. Windows color (decimal): -113766 or 10109950. OLE color: 10109950.
HSL color Cylindrical-coordinate representation of color #FE439A: hue angle of 332.09º 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 #FE439A is Cyan = 0, Magento = 0.74, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 67 | 154 | - |
| CMYK | 0 | 0.74 | 0.39 | 0.00 |
| HSL | 332.09º | 0.99% | 0.63% | - |
| HSV(B) | 332.09º | 0.74% | 1% | - |
| XYZ | 48.71 | 27.42 | 33.3 | - |
| YUV | 132.83 | 139.95 | 214.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 67 | 154 | 0 | 0.74 | 0.39 | 0.00 | 332.09 | 0.99 | 0.63 |
| Hex | FE | 43 | 9A | 0 | 4A | 27 | 0 | 14C | 63 | 3F |
| Octal | 376 | 103 | 232 | 0 | 112 | 47 | 0 | 514 | 143 | 77 |
| Binary | 11111110 | 1000011 | 10011010 | 0 | 1001010 | 100111 | 0 | 101001100 | 1100011 | 111111 |
Color Harmonies of #FE439A
Complementary color
Monochromatic Colors of #FE439A
Black with #FE439A
Text Example
Text Example
White with #FE439A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE439A; }
p { color: rgb(254,67,154); }
H1.HeaderClassName
{
color: #FE439A;
}
.AnyTagClassName
{
color: #FE439A;
}
</style>
background-color css
<style>
a { background-color: #FE439A; }
a { background-color: rgb(254,67,154); }
div.DivClassName
{
background-color: #FE439A;
}
.BgClassName
{
background-color: #FE439A;
}
</style>
border-color css
<style>
span { border-color: #FE439A; }
span { border-color: rgb(254,67,154); }
td.TdClassName
{
border-color: #FE439A;
}
.TagClassName
{
border-color: #FE439A;
}
</style>