Shades of Wild Strawberry #FF439E
Tints of Wild Strawberry #FF439E
RGB
CMYK
RGB Variations
Color information
#FF439E (or 0xFF439E) is known color: Wild Strawberry. HEX triplet: FF, 43 and 9E. RGB value is (255,67,158). Sum of RGB (Red+Green+Blue) = 255+67+158=480 (63% of max value = 765). Red value is 255 (100% from 255 or 53.12% from 480); Green value is 67 (26.56% from 255 or 13.96% from 480); Blue value is 158 (62.11% from 255 or 32.92% from 480); Max value from RGB is 255 - color contains mainly: red. Hex color #FF439E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF439E is #00BC61. Grayscale: #858585. Windows color (decimal): -48226 or 10372095. OLE color: 10372095.
HSL color Cylindrical-coordinate representation of color #FF439E: hue angle of 330.96º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FF439E is Cyan = 0, Magento = 0.74, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 67 | 158 | - |
| CMYK | 0 | 0.74 | 0.38 | 0 |
| HSL | 330.96º | 1% | 0.63% | - |
| HSV(B) | 330.96º | 0.74% | 1% | - |
| XYZ | 49.42 | 27.74 | 35.1 | - |
| YUV | 133.59 | 141.78 | 214.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 67 | 158 | 0 | 0.74 | 0.38 | 0 | 330.96 | 1 | 0.63 |
| Hex | FF | 43 | 9E | 0 | 4A | 26 | 0 | 14B | 64 | 3F |
| Octal | 377 | 103 | 236 | 0 | 112 | 46 | 0 | 513 | 144 | 77 |
| Binary | 11111111 | 1000011 | 10011110 | 0 | 1001010 | 100110 | 0 | 101001011 | 1100100 | 111111 |
Color Harmonies of #FF439E
Complementary color
Monochromatic Colors of #FF439E
Black with #FF439E
Text Example
Text Example
White with #FF439E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF439E; }
p { color: rgb(255,67,158); }
H1.HeaderClassName
{
color: #FF439E;
}
.AnyTagClassName
{
color: #FF439E;
}
</style>
background-color css
<style>
a { background-color: #FF439E; }
a { background-color: rgb(255,67,158); }
div.DivClassName
{
background-color: #FF439E;
}
.BgClassName
{
background-color: #FF439E;
}
</style>
border-color css
<style>
span { border-color: #FF439E; }
span { border-color: rgb(255,67,158); }
td.TdClassName
{
border-color: #FF439E;
}
.TagClassName
{
border-color: #FF439E;
}
</style>