Shades of Wild Strawberry #FF439D
Tints of Wild Strawberry #FF439D
RGB
CMYK
RGB Variations
Color information
#FF439D (or 0xFF439D) is known color: Wild Strawberry. HEX triplet: FF, 43 and 9D. RGB value is (255,67,157). Sum of RGB (Red+Green+Blue) = 255+67+157=479 (63% of max value = 765). Red value is 255 (100% from 255 or 53.24% from 479); Green value is 67 (26.56% from 255 or 13.99% from 479); Blue value is 157 (61.72% from 255 or 32.78% from 479); Max value from RGB is 255 - color contains mainly: red. Hex color #FF439D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF439D is #00BC62. Grayscale: #858585. Windows color (decimal): -48227 or 10306559. OLE color: 10306559.
HSL color Cylindrical-coordinate representation of color #FF439D: hue angle of 331.28º 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 #FF439D is Cyan = 0, Magento = 0.74, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 67 | 157 | - |
| CMYK | 0 | 0.74 | 0.38 | 0 |
| HSL | 331.28º | 1% | 0.63% | - |
| HSV(B) | 331.28º | 0.74% | 1% | - |
| XYZ | 49.33 | 27.71 | 34.65 | - |
| YUV | 133.47 | 141.28 | 214.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 67 | 157 | 0 | 0.74 | 0.38 | 0 | 331.28 | 1 | 0.63 |
| Hex | FF | 43 | 9D | 0 | 4A | 26 | 0 | 14B | 64 | 3F |
| Octal | 377 | 103 | 235 | 0 | 112 | 46 | 0 | 513 | 144 | 77 |
| Binary | 11111111 | 1000011 | 10011101 | 0 | 1001010 | 100110 | 0 | 101001011 | 1100100 | 111111 |
Color Harmonies of #FF439D
Complementary color
Monochromatic Colors of #FF439D
Black with #FF439D
Text Example
Text Example
White with #FF439D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF439D; }
p { color: rgb(255,67,157); }
H1.HeaderClassName
{
color: #FF439D;
}
.AnyTagClassName
{
color: #FF439D;
}
</style>
background-color css
<style>
a { background-color: #FF439D; }
a { background-color: rgb(255,67,157); }
div.DivClassName
{
background-color: #FF439D;
}
.BgClassName
{
background-color: #FF439D;
}
</style>
border-color css
<style>
span { border-color: #FF439D; }
span { border-color: rgb(255,67,157); }
td.TdClassName
{
border-color: #FF439D;
}
.TagClassName
{
border-color: #FF439D;
}
</style>