Shades of Wild Strawberry #FF409B
Tints of Wild Strawberry #FF409B
RGB
CMYK
RGB Variations
Color information
#FF409B (or 0xFF409B) is known color: Wild Strawberry. HEX triplet: FF, 40 and 9B. RGB value is (255,64,155). Sum of RGB (Red+Green+Blue) = 255+64+155=474 (62% of max value = 765). Red value is 255 (100% from 255 or 53.80% from 474); Green value is 64 (25.39% from 255 or 13.50% from 474); Blue value is 155 (60.94% from 255 or 32.70% from 474); Max value from RGB is 255 - color contains mainly: red. Hex color #FF409B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF409B is #00BF64. Grayscale: #838383. Windows color (decimal): -48997 or 10174719. OLE color: 10174719.
HSL color Cylindrical-coordinate representation of color #FF409B: hue angle of 331.41º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FF409B is Cyan = 0, Magento = 0.75, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 64 | 155 | - |
| CMYK | 0 | 0.75 | 0.39 | 0 |
| HSL | 331.41º | 1% | 0.63% | - |
| HSV(B) | 331.41º | 0.75% | 1% | - |
| XYZ | 48.99 | 27.29 | 33.7 | - |
| YUV | 131.48 | 141.28 | 216.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 64 | 155 | 0 | 0.75 | 0.39 | 0 | 331.41 | 1 | 0.63 |
| Hex | FF | 40 | 9B | 0 | 4B | 27 | 0 | 14B | 64 | 3F |
| Octal | 377 | 100 | 233 | 0 | 113 | 47 | 0 | 513 | 144 | 77 |
| Binary | 11111111 | 1000000 | 10011011 | 0 | 1001011 | 100111 | 0 | 101001011 | 1100100 | 111111 |
Color Harmonies of #FF409B
Complementary color
Monochromatic Colors of #FF409B
Black with #FF409B
Text Example
Text Example
White with #FF409B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF409B; }
p { color: rgb(255,64,155); }
H1.HeaderClassName
{
color: #FF409B;
}
.AnyTagClassName
{
color: #FF409B;
}
</style>
background-color css
<style>
a { background-color: #FF409B; }
a { background-color: rgb(255,64,155); }
div.DivClassName
{
background-color: #FF409B;
}
.BgClassName
{
background-color: #FF409B;
}
</style>
border-color css
<style>
span { border-color: #FF409B; }
span { border-color: rgb(255,64,155); }
td.TdClassName
{
border-color: #FF409B;
}
.TagClassName
{
border-color: #FF409B;
}
</style>