Shades of Wild Strawberry #FF2F9F
Tints of Wild Strawberry #FF2F9F
RGB
CMYK
RGB Variations
Color information
#FF2F9F (or 0xFF2F9F) is known color: Wild Strawberry. HEX triplet: FF, 2F and 9F. RGB value is (255,47,159). Sum of RGB (Red+Green+Blue) = 255+47+159=461 (61% of max value = 765). Red value is 255 (100% from 255 or 55.31% from 461); Green value is 47 (18.75% from 255 or 10.20% from 461); Blue value is 159 (62.5% from 255 or 34.49% from 461); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2F9F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2F9F is #00D060. Grayscale: #797979. Windows color (decimal): -53345 or 10432511. OLE color: 10432511.
HSL color Cylindrical-coordinate representation of color #FF2F9F: hue angle of 327.69º 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 #FF2F9F is Cyan = 0, Magento = 0.82, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 47 | 159 | - |
| CMYK | 0 | 0.82 | 0.38 | 0 |
| HSL | 327.69º | 1% | 0.59% | - |
| HSV(B) | 327.69º | 0.82% | 1% | - |
| XYZ | 48.51 | 25.8 | 35.22 | - |
| YUV | 121.96 | 148.91 | 222.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 47 | 159 | 0 | 0.82 | 0.38 | 0 | 327.69 | 1 | 0.59 |
| Hex | FF | 2F | 9F | 0 | 52 | 26 | 0 | 148 | 64 | 3B |
| Octal | 377 | 57 | 237 | 0 | 122 | 46 | 0 | 510 | 144 | 73 |
| Binary | 11111111 | 101111 | 10011111 | 0 | 1010010 | 100110 | 0 | 101001000 | 1100100 | 111011 |
Color Harmonies of #FF2F9F
Complementary color
Monochromatic Colors of #FF2F9F
Black with #FF2F9F
Text Example
Text Example
White with #FF2F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2F9F; }
p { color: rgb(255,47,159); }
H1.HeaderClassName
{
color: #FF2F9F;
}
.AnyTagClassName
{
color: #FF2F9F;
}
</style>
background-color css
<style>
a { background-color: #FF2F9F; }
a { background-color: rgb(255,47,159); }
div.DivClassName
{
background-color: #FF2F9F;
}
.BgClassName
{
background-color: #FF2F9F;
}
</style>
border-color css
<style>
span { border-color: #FF2F9F; }
span { border-color: rgb(255,47,159); }
td.TdClassName
{
border-color: #FF2F9F;
}
.TagClassName
{
border-color: #FF2F9F;
}
</style>