Shades of Wild Strawberry #FF449E
Tints of Wild Strawberry #FF449E
RGB
CMYK
RGB Variations
Color information
#FF449E (or 0xFF449E) is known color: Wild Strawberry. HEX triplet: FF, 44 and 9E. RGB value is (255,68,158). Sum of RGB (Red+Green+Blue) = 255+68+158=481 (63% of max value = 765). Red value is 255 (100% from 255 or 53.01% from 481); Green value is 68 (26.95% from 255 or 14.14% from 481); Blue value is 158 (62.11% from 255 or 32.85% from 481); Max value from RGB is 255 - color contains mainly: red. Hex color #FF449E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF449E is #00BB61. Grayscale: #868686. Windows color (decimal): -47970 or 10372351. OLE color: 10372351.
HSL color Cylindrical-coordinate representation of color #FF449E: hue angle of 331.12º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FF449E is Cyan = 0, Magento = 0.73, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 68 | 158 | - |
| CMYK | 0 | 0.73 | 0.38 | 0 |
| HSL | 331.12º | 1% | 0.63% | - |
| HSV(B) | 331.12º | 0.73% | 1% | - |
| XYZ | 49.48 | 27.86 | 35.12 | - |
| YUV | 134.17 | 141.45 | 214.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 68 | 158 | 0 | 0.73 | 0.38 | 0 | 331.12 | 1 | 0.63 |
| Hex | FF | 44 | 9E | 0 | 49 | 26 | 0 | 14B | 64 | 3F |
| Octal | 377 | 104 | 236 | 0 | 111 | 46 | 0 | 513 | 144 | 77 |
| Binary | 11111111 | 1000100 | 10011110 | 0 | 1001001 | 100110 | 0 | 101001011 | 1100100 | 111111 |
Color Harmonies of #FF449E
Complementary color
Monochromatic Colors of #FF449E
Black with #FF449E
Text Example
Text Example
White with #FF449E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF449E; }
p { color: rgb(255,68,158); }
H1.HeaderClassName
{
color: #FF449E;
}
.AnyTagClassName
{
color: #FF449E;
}
</style>
background-color css
<style>
a { background-color: #FF449E; }
a { background-color: rgb(255,68,158); }
div.DivClassName
{
background-color: #FF449E;
}
.BgClassName
{
background-color: #FF449E;
}
</style>
border-color css
<style>
span { border-color: #FF449E; }
span { border-color: rgb(255,68,158); }
td.TdClassName
{
border-color: #FF449E;
}
.TagClassName
{
border-color: #FF449E;
}
</style>