Shades of Wild Strawberry #FF449B
Tints of Wild Strawberry #FF449B
RGB
CMYK
RGB Variations
Color information
#FF449B (or 0xFF449B) is known color: Wild Strawberry. HEX triplet: FF, 44 and 9B. RGB value is (255,68,155). Sum of RGB (Red+Green+Blue) = 255+68+155=478 (63% of max value = 765). Red value is 255 (100% from 255 or 53.35% from 478); Green value is 68 (26.95% from 255 or 14.23% from 478); Blue value is 155 (60.94% from 255 or 32.43% from 478); Max value from RGB is 255 - color contains mainly: red. Hex color #FF449B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF449B is #00BB64. Grayscale: #858585. Windows color (decimal): -47973 or 10175743. OLE color: 10175743.
HSL color Cylindrical-coordinate representation of color #FF449B: hue angle of 332.09º 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 #FF449B is Cyan = 0, Magento = 0.73, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 68 | 155 | - |
| CMYK | 0 | 0.73 | 0.39 | 0 |
| HSL | 332.09º | 1% | 0.63% | - |
| HSV(B) | 332.09º | 0.73% | 1% | - |
| XYZ | 49.22 | 27.76 | 33.77 | - |
| YUV | 133.83 | 139.95 | 214.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 68 | 155 | 0 | 0.73 | 0.39 | 0 | 332.09 | 1 | 0.63 |
| Hex | FF | 44 | 9B | 0 | 49 | 27 | 0 | 14C | 64 | 3F |
| Octal | 377 | 104 | 233 | 0 | 111 | 47 | 0 | 514 | 144 | 77 |
| Binary | 11111111 | 1000100 | 10011011 | 0 | 1001001 | 100111 | 0 | 101001100 | 1100100 | 111111 |
Color Harmonies of #FF449B
Complementary color
Monochromatic Colors of #FF449B
Black with #FF449B
Text Example
Text Example
White with #FF449B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF449B; }
p { color: rgb(255,68,155); }
H1.HeaderClassName
{
color: #FF449B;
}
.AnyTagClassName
{
color: #FF449B;
}
</style>
background-color css
<style>
a { background-color: #FF449B; }
a { background-color: rgb(255,68,155); }
div.DivClassName
{
background-color: #FF449B;
}
.BgClassName
{
background-color: #FF449B;
}
</style>
border-color css
<style>
span { border-color: #FF449B; }
span { border-color: rgb(255,68,155); }
td.TdClassName
{
border-color: #FF449B;
}
.TagClassName
{
border-color: #FF449B;
}
</style>