Shades of Wild Strawberry #FF2B7E
Tints of Wild Strawberry #FF2B7E
RGB
CMYK
RGB Variations
Color information
#FF2B7E (or 0xFF2B7E) is known color: Wild Strawberry. HEX triplet: FF, 2B and 7E. RGB value is (255,43,126). Sum of RGB (Red+Green+Blue) = 255+43+126=424 (56% of max value = 765). Red value is 255 (100% from 255 or 60.14% from 424); Green value is 43 (17.19% from 255 or 10.14% from 424); Blue value is 126 (49.61% from 255 or 29.72% from 424); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2B7E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2B7E is #00D481. Grayscale: #737373. Windows color (decimal): -54402 or 8268799. OLE color: 8268799.
HSL color Cylindrical-coordinate representation of color #FF2B7E: hue angle of 336.51º 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 #FF2B7E is Cyan = 0, Magento = 0.83, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 43 | 126 | - |
| CMYK | 0 | 0.83 | 0.51 | 0 |
| HSL | 336.51º | 1% | 0.58% | - |
| HSV(B) | 336.51º | 0.83% | 1% | - |
| XYZ | 45.87 | 24.49 | 22.05 | - |
| YUV | 115.85 | 133.74 | 227.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 43 | 126 | 0 | 0.83 | 0.51 | 0 | 336.51 | 1 | 0.58 |
| Hex | FF | 2B | 7E | 0 | 53 | 33 | 0 | 151 | 64 | 3A |
| Octal | 377 | 53 | 176 | 0 | 123 | 63 | 0 | 521 | 144 | 72 |
| Binary | 11111111 | 101011 | 1111110 | 0 | 1010011 | 110011 | 0 | 101010001 | 1100100 | 111010 |
Color Harmonies of #FF2B7E
Complementary color
Monochromatic Colors of #FF2B7E
Black with #FF2B7E
Text Example
Text Example
White with #FF2B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2B7E; }
p { color: rgb(255,43,126); }
H1.HeaderClassName
{
color: #FF2B7E;
}
.AnyTagClassName
{
color: #FF2B7E;
}
</style>
background-color css
<style>
a { background-color: #FF2B7E; }
a { background-color: rgb(255,43,126); }
div.DivClassName
{
background-color: #FF2B7E;
}
.BgClassName
{
background-color: #FF2B7E;
}
</style>
border-color css
<style>
span { border-color: #FF2B7E; }
span { border-color: rgb(255,43,126); }
td.TdClassName
{
border-color: #FF2B7E;
}
.TagClassName
{
border-color: #FF2B7E;
}
</style>