Shades of Wild Strawberry #FF2F91
Tints of Wild Strawberry #FF2F91
RGB
CMYK
RGB Variations
Color information
#FF2F91 (or 0xFF2F91) is known color: Wild Strawberry. HEX triplet: FF, 2F and 91. RGB value is (255,47,145). Sum of RGB (Red+Green+Blue) = 255+47+145=447 (59% of max value = 765). Red value is 255 (100% from 255 or 57.05% from 447); Green value is 47 (18.75% from 255 or 10.51% from 447); Blue value is 145 (57.03% from 255 or 32.44% from 447); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2F91 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2F91 is #00D06E. Grayscale: #787878. Windows color (decimal): -53359 or 9515007. OLE color: 9515007.
HSL color Cylindrical-coordinate representation of color #FF2F91: hue angle of 331.73º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FF2F91 is Cyan = 0, Magento = 0.82, Yellow = 0.43 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 47 | 145 | - |
| CMYK | 0 | 0.82 | 0.43 | 0 |
| HSL | 331.73º | 1% | 0.59% | - |
| HSV(B) | 331.73º | 0.82% | 1% | - |
| XYZ | 47.37 | 25.34 | 29.18 | - |
| YUV | 120.36 | 141.91 | 224.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 47 | 145 | 0 | 0.82 | 0.43 | 0 | 331.73 | 1 | 0.59 |
| Hex | FF | 2F | 91 | 0 | 52 | 2B | 0 | 14C | 64 | 3B |
| Octal | 377 | 57 | 221 | 0 | 122 | 53 | 0 | 514 | 144 | 73 |
| Binary | 11111111 | 101111 | 10010001 | 0 | 1010010 | 101011 | 0 | 101001100 | 1100100 | 111011 |
Color Harmonies of #FF2F91
Complementary color
Monochromatic Colors of #FF2F91
Black with #FF2F91
Text Example
Text Example
White with #FF2F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2F91; }
p { color: rgb(255,47,145); }
H1.HeaderClassName
{
color: #FF2F91;
}
.AnyTagClassName
{
color: #FF2F91;
}
</style>
background-color css
<style>
a { background-color: #FF2F91; }
a { background-color: rgb(255,47,145); }
div.DivClassName
{
background-color: #FF2F91;
}
.BgClassName
{
background-color: #FF2F91;
}
</style>
border-color css
<style>
span { border-color: #FF2F91; }
span { border-color: rgb(255,47,145); }
td.TdClassName
{
border-color: #FF2F91;
}
.TagClassName
{
border-color: #FF2F91;
}
</style>