Shades of Wild Strawberry #FE439B
Tints of Wild Strawberry #FE439B
RGB
CMYK
RGB Variations
Color information
#FE439B (or 0xFE439B) is known color: Wild Strawberry. HEX triplet: FE, 43 and 9B. RGB value is (254,67,155). Sum of RGB (Red+Green+Blue) = 254+67+155=476 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.36% from 476); Green value is 67 (26.56% from 255 or 14.08% from 476); Blue value is 155 (60.94% from 255 or 32.56% from 476); Max value from RGB is 254 - color contains mainly: red. Hex color #FE439B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE439B is #01BC64. Grayscale: #848484. Windows color (decimal): -113765 or 10175486. OLE color: 10175486.
HSL color Cylindrical-coordinate representation of color #FE439B: hue angle of 331.76º 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 #FE439B is Cyan = 0, Magento = 0.74, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 67 | 155 | - |
| CMYK | 0 | 0.74 | 0.39 | 0.00 |
| HSL | 331.76º | 0.99% | 0.63% | - |
| HSV(B) | 331.76º | 0.74% | 1% | - |
| XYZ | 48.8 | 27.45 | 33.74 | - |
| YUV | 132.95 | 140.45 | 214.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 67 | 155 | 0 | 0.74 | 0.39 | 0.00 | 331.76 | 0.99 | 0.63 |
| Hex | FE | 43 | 9B | 0 | 4A | 27 | 0 | 14C | 63 | 3F |
| Octal | 376 | 103 | 233 | 0 | 112 | 47 | 0 | 514 | 143 | 77 |
| Binary | 11111110 | 1000011 | 10011011 | 0 | 1001010 | 100111 | 0 | 101001100 | 1100011 | 111111 |
Color Harmonies of #FE439B
Complementary color
Monochromatic Colors of #FE439B
Black with #FE439B
Text Example
Text Example
White with #FE439B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE439B; }
p { color: rgb(254,67,155); }
H1.HeaderClassName
{
color: #FE439B;
}
.AnyTagClassName
{
color: #FE439B;
}
</style>
background-color css
<style>
a { background-color: #FE439B; }
a { background-color: rgb(254,67,155); }
div.DivClassName
{
background-color: #FE439B;
}
.BgClassName
{
background-color: #FE439B;
}
</style>
border-color css
<style>
span { border-color: #FE439B; }
span { border-color: rgb(254,67,155); }
td.TdClassName
{
border-color: #FE439B;
}
.TagClassName
{
border-color: #FE439B;
}
</style>