Shades of Wild Strawberry #FF2993
Tints of Wild Strawberry #FF2993
RGB
CMYK
RGB Variations
Color information
#FF2993 (or 0xFF2993) is known color: Wild Strawberry. HEX triplet: FF, 29 and 93. RGB value is (255,41,147). Sum of RGB (Red+Green+Blue) = 255+41+147=443 (58% of max value = 765). Red value is 255 (100% from 255 or 57.56% from 443); Green value is 41 (16.41% from 255 or 9.26% from 443); Blue value is 147 (57.81% from 255 or 33.18% from 443); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2993 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2993 is #00D66C. Grayscale: #747474. Windows color (decimal): -54893 or 9644543. OLE color: 9644543.
HSL color Cylindrical-coordinate representation of color #FF2993: hue angle of 330.28º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FF2993 is Cyan = 0, Magento = 0.84, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 41 | 147 | - |
| CMYK | 0 | 0.84 | 0.42 | 0 |
| HSL | 330.28º | 1% | 0.58% | - |
| HSV(B) | 330.28º | 0.84% | 1% | - |
| XYZ | 47.3 | 24.95 | 29.93 | - |
| YUV | 117.07 | 144.9 | 226.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 41 | 147 | 0 | 0.84 | 0.42 | 0 | 330.28 | 1 | 0.58 |
| Hex | FF | 29 | 93 | 0 | 54 | 2A | 0 | 14A | 64 | 3A |
| Octal | 377 | 51 | 223 | 0 | 124 | 52 | 0 | 512 | 144 | 72 |
| Binary | 11111111 | 101001 | 10010011 | 0 | 1010100 | 101010 | 0 | 101001010 | 1100100 | 111010 |
Color Harmonies of #FF2993
Complementary color
Monochromatic Colors of #FF2993
Black with #FF2993
Text Example
Text Example
White with #FF2993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2993; }
p { color: rgb(255,41,147); }
H1.HeaderClassName
{
color: #FF2993;
}
.AnyTagClassName
{
color: #FF2993;
}
</style>
background-color css
<style>
a { background-color: #FF2993; }
a { background-color: rgb(255,41,147); }
div.DivClassName
{
background-color: #FF2993;
}
.BgClassName
{
background-color: #FF2993;
}
</style>
border-color css
<style>
span { border-color: #FF2993; }
span { border-color: rgb(255,41,147); }
td.TdClassName
{
border-color: #FF2993;
}
.TagClassName
{
border-color: #FF2993;
}
</style>