Shades of Wild Strawberry #FE439C
Tints of Wild Strawberry #FE439C
RGB
CMYK
RGB Variations
Color information
#FE439C (or 0xFE439C) is known color: Wild Strawberry. HEX triplet: FE, 43 and 9C. RGB value is (254,67,156). Sum of RGB (Red+Green+Blue) = 254+67+156=477 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.25% from 477); Green value is 67 (26.56% from 255 or 14.05% from 477); Blue value is 156 (61.33% from 255 or 32.70% from 477); Max value from RGB is 254 - color contains mainly: red. Hex color #FE439C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE439C is #01BC63. Grayscale: #848484. Windows color (decimal): -113764 or 10241022. OLE color: 10241022.
HSL color Cylindrical-coordinate representation of color #FE439C: hue angle of 331.44º 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 #FE439C is Cyan = 0, Magento = 0.74, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 67 | 156 | - |
| CMYK | 0 | 0.74 | 0.39 | 0.00 |
| HSL | 331.44º | 0.99% | 0.63% | - |
| HSV(B) | 331.44º | 0.74% | 1% | - |
| XYZ | 48.88 | 27.49 | 34.18 | - |
| YUV | 133.06 | 140.95 | 214.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 67 | 156 | 0 | 0.74 | 0.39 | 0.00 | 331.44 | 0.99 | 0.63 |
| Hex | FE | 43 | 9C | 0 | 4A | 27 | 0 | 14B | 63 | 3F |
| Octal | 376 | 103 | 234 | 0 | 112 | 47 | 0 | 513 | 143 | 77 |
| Binary | 11111110 | 1000011 | 10011100 | 0 | 1001010 | 100111 | 0 | 101001011 | 1100011 | 111111 |
Color Harmonies of #FE439C
Complementary color
Monochromatic Colors of #FE439C
Black with #FE439C
Text Example
Text Example
White with #FE439C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE439C; }
p { color: rgb(254,67,156); }
H1.HeaderClassName
{
color: #FE439C;
}
.AnyTagClassName
{
color: #FE439C;
}
</style>
background-color css
<style>
a { background-color: #FE439C; }
a { background-color: rgb(254,67,156); }
div.DivClassName
{
background-color: #FE439C;
}
.BgClassName
{
background-color: #FE439C;
}
</style>
border-color css
<style>
span { border-color: #FE439C; }
span { border-color: rgb(254,67,156); }
td.TdClassName
{
border-color: #FE439C;
}
.TagClassName
{
border-color: #FE439C;
}
</style>