Shades of Wild Strawberry #FF2F96
Tints of Wild Strawberry #FF2F96
RGB
CMYK
RGB Variations
Color information
#FF2F96 (or 0xFF2F96) is known color: Wild Strawberry. HEX triplet: FF, 2F and 96. RGB value is (255,47,150). Sum of RGB (Red+Green+Blue) = 255+47+150=452 (59% of max value = 765). Red value is 255 (100% from 255 or 56.42% from 452); Green value is 47 (18.75% from 255 or 10.40% from 452); Blue value is 150 (58.98% from 255 or 33.19% from 452); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2F96 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2F96 is #00D069. Grayscale: #787878. Windows color (decimal): -53354 or 9842687. OLE color: 9842687.
HSL color Cylindrical-coordinate representation of color #FF2F96: hue angle of 330.29º 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 #FF2F96 is Cyan = 0, Magento = 0.82, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 47 | 150 | - |
| CMYK | 0 | 0.82 | 0.41 | 0 |
| HSL | 330.29º | 1% | 0.59% | - |
| HSV(B) | 330.29º | 0.82% | 1% | - |
| XYZ | 47.76 | 25.5 | 31.26 | - |
| YUV | 120.93 | 144.41 | 223.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 47 | 150 | 0 | 0.82 | 0.41 | 0 | 330.29 | 1 | 0.59 |
| Hex | FF | 2F | 96 | 0 | 52 | 29 | 0 | 14A | 64 | 3B |
| Octal | 377 | 57 | 226 | 0 | 122 | 51 | 0 | 512 | 144 | 73 |
| Binary | 11111111 | 101111 | 10010110 | 0 | 1010010 | 101001 | 0 | 101001010 | 1100100 | 111011 |
Color Harmonies of #FF2F96
Complementary color
Monochromatic Colors of #FF2F96
Black with #FF2F96
Text Example
Text Example
White with #FF2F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2F96; }
p { color: rgb(255,47,150); }
H1.HeaderClassName
{
color: #FF2F96;
}
.AnyTagClassName
{
color: #FF2F96;
}
</style>
background-color css
<style>
a { background-color: #FF2F96; }
a { background-color: rgb(255,47,150); }
div.DivClassName
{
background-color: #FF2F96;
}
.BgClassName
{
background-color: #FF2F96;
}
</style>
border-color css
<style>
span { border-color: #FF2F96; }
span { border-color: rgb(255,47,150); }
td.TdClassName
{
border-color: #FF2F96;
}
.TagClassName
{
border-color: #FF2F96;
}
</style>