Shades of Wild Strawberry #FF439B
Tints of Wild Strawberry #FF439B
RGB
CMYK
RGB Variations
Color information
#FF439B (or 0xFF439B) is known color: Wild Strawberry. HEX triplet: FF, 43 and 9B. RGB value is (255,67,155). Sum of RGB (Red+Green+Blue) = 255+67+155=477 (63% of max value = 765). Red value is 255 (100% from 255 or 53.46% from 477); Green value is 67 (26.56% from 255 or 14.05% from 477); Blue value is 155 (60.94% from 255 or 32.49% from 477); Max value from RGB is 255 - color contains mainly: red. Hex color #FF439B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF439B is #00BC64. Grayscale: #858585. Windows color (decimal): -48229 or 10175487. OLE color: 10175487.
HSL color Cylindrical-coordinate representation of color #FF439B: hue angle of 331.91º 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 #FF439B is Cyan = 0, Magento = 0.74, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 67 | 155 | - |
| CMYK | 0 | 0.74 | 0.39 | 0 |
| HSL | 331.91º | 1% | 0.63% | - |
| HSV(B) | 331.91º | 0.74% | 1% | - |
| XYZ | 49.16 | 27.64 | 33.75 | - |
| YUV | 133.24 | 140.28 | 214.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 67 | 155 | 0 | 0.74 | 0.39 | 0 | 331.91 | 1 | 0.63 |
| Hex | FF | 43 | 9B | 0 | 4A | 27 | 0 | 14C | 64 | 3F |
| Octal | 377 | 103 | 233 | 0 | 112 | 47 | 0 | 514 | 144 | 77 |
| Binary | 11111111 | 1000011 | 10011011 | 0 | 1001010 | 100111 | 0 | 101001100 | 1100100 | 111111 |
Color Harmonies of #FF439B
Complementary color
Monochromatic Colors of #FF439B
Black with #FF439B
Text Example
Text Example
White with #FF439B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF439B; }
p { color: rgb(255,67,155); }
H1.HeaderClassName
{
color: #FF439B;
}
.AnyTagClassName
{
color: #FF439B;
}
</style>
background-color css
<style>
a { background-color: #FF439B; }
a { background-color: rgb(255,67,155); }
div.DivClassName
{
background-color: #FF439B;
}
.BgClassName
{
background-color: #FF439B;
}
</style>
border-color css
<style>
span { border-color: #FF439B; }
span { border-color: rgb(255,67,155); }
td.TdClassName
{
border-color: #FF439B;
}
.TagClassName
{
border-color: #FF439B;
}
</style>