Shades of Wild Strawberry #FF2B9A
Tints of Wild Strawberry #FF2B9A
RGB
CMYK
RGB Variations
Color information
#FF2B9A (or 0xFF2B9A) is known color: Wild Strawberry. HEX triplet: FF, 2B and 9A. RGB value is (255,43,154). Sum of RGB (Red+Green+Blue) = 255+43+154=452 (59% of max value = 765). Red value is 255 (100% from 255 or 56.42% from 452); Green value is 43 (17.19% from 255 or 9.51% from 452); Blue value is 154 (60.55% from 255 or 34.07% from 452); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2B9A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2B9A is #00D465. Grayscale: #767676. Windows color (decimal): -54374 or 10103807. OLE color: 10103807.
HSL color Cylindrical-coordinate representation of color #FF2B9A: hue angle of 328.58º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FF2B9A is Cyan = 0, Magento = 0.83, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 43 | 154 | - |
| CMYK | 0 | 0.83 | 0.40 | 0 |
| HSL | 328.58º | 1% | 0.58% | - |
| HSV(B) | 328.58º | 0.83% | 1% | - |
| XYZ | 47.94 | 25.32 | 32.93 | - |
| YUV | 119.04 | 147.74 | 224.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 43 | 154 | 0 | 0.83 | 0.40 | 0 | 328.58 | 1 | 0.58 |
| Hex | FF | 2B | 9A | 0 | 53 | 28 | 0 | 149 | 64 | 3A |
| Octal | 377 | 53 | 232 | 0 | 123 | 50 | 0 | 511 | 144 | 72 |
| Binary | 11111111 | 101011 | 10011010 | 0 | 1010011 | 101000 | 0 | 101001001 | 1100100 | 111010 |
Color Harmonies of #FF2B9A
Complementary color
Monochromatic Colors of #FF2B9A
Black with #FF2B9A
Text Example
Text Example
White with #FF2B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2B9A; }
p { color: rgb(255,43,154); }
H1.HeaderClassName
{
color: #FF2B9A;
}
.AnyTagClassName
{
color: #FF2B9A;
}
</style>
background-color css
<style>
a { background-color: #FF2B9A; }
a { background-color: rgb(255,43,154); }
div.DivClassName
{
background-color: #FF2B9A;
}
.BgClassName
{
background-color: #FF2B9A;
}
</style>
border-color css
<style>
span { border-color: #FF2B9A; }
span { border-color: rgb(255,43,154); }
td.TdClassName
{
border-color: #FF2B9A;
}
.TagClassName
{
border-color: #FF2B9A;
}
</style>