Shades of Wild Strawberry #FF2D97
Tints of Wild Strawberry #FF2D97
RGB
CMYK
RGB Variations
Color information
#FF2D97 (or 0xFF2D97) is known color: Wild Strawberry. HEX triplet: FF, 2D and 97. RGB value is (255,45,151). Sum of RGB (Red+Green+Blue) = 255+45+151=451 (59% of max value = 765). Red value is 255 (100% from 255 or 56.54% from 451); Green value is 45 (17.97% from 255 or 9.98% from 451); Blue value is 151 (59.38% from 255 or 33.48% from 451); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2D97 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2D97 is #00D268. Grayscale: #777777. Windows color (decimal): -53865 or 9907711. OLE color: 9907711.
HSL color Cylindrical-coordinate representation of color #FF2D97: hue angle of 329.71º 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 #FF2D97 is Cyan = 0, Magento = 0.82, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 45 | 151 | - |
| CMYK | 0 | 0.82 | 0.41 | 0 |
| HSL | 329.71º | 1% | 0.59% | - |
| HSV(B) | 329.71º | 0.82% | 1% | - |
| XYZ | 47.76 | 25.37 | 31.66 | - |
| YUV | 119.87 | 145.57 | 224.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 45 | 151 | 0 | 0.82 | 0.41 | 0 | 329.71 | 1 | 0.59 |
| Hex | FF | 2D | 97 | 0 | 52 | 29 | 0 | 14A | 64 | 3B |
| Octal | 377 | 55 | 227 | 0 | 122 | 51 | 0 | 512 | 144 | 73 |
| Binary | 11111111 | 101101 | 10010111 | 0 | 1010010 | 101001 | 0 | 101001010 | 1100100 | 111011 |
Color Harmonies of #FF2D97
Complementary color
Monochromatic Colors of #FF2D97
Black with #FF2D97
Text Example
Text Example
White with #FF2D97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2D97; }
p { color: rgb(255,45,151); }
H1.HeaderClassName
{
color: #FF2D97;
}
.AnyTagClassName
{
color: #FF2D97;
}
</style>
background-color css
<style>
a { background-color: #FF2D97; }
a { background-color: rgb(255,45,151); }
div.DivClassName
{
background-color: #FF2D97;
}
.BgClassName
{
background-color: #FF2D97;
}
</style>
border-color css
<style>
span { border-color: #FF2D97; }
span { border-color: rgb(255,45,151); }
td.TdClassName
{
border-color: #FF2D97;
}
.TagClassName
{
border-color: #FF2D97;
}
</style>