Shades of Wild Strawberry #FF2A93
Tints of Wild Strawberry #FF2A93
RGB
CMYK
RGB Variations
Color information
#FF2A93 (or 0xFF2A93) is known color: Wild Strawberry. HEX triplet: FF, 2A and 93. RGB value is (255,42,147). Sum of RGB (Red+Green+Blue) = 255+42+147=444 (58% of max value = 765). Red value is 255 (100% from 255 or 57.43% from 444); Green value is 42 (16.80% from 255 or 9.46% from 444); Blue value is 147 (57.81% from 255 or 33.11% from 444); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2A93 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2A93 is #00D56C. Grayscale: #757575. Windows color (decimal): -54637 or 9644799. OLE color: 9644799.
HSL color Cylindrical-coordinate representation of color #FF2A93: hue angle of 330.42º 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 #FF2A93 is Cyan = 0, Magento = 0.84, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 42 | 147 | - |
| CMYK | 0 | 0.84 | 0.42 | 0 |
| HSL | 330.42º | 1% | 0.58% | - |
| HSV(B) | 330.42º | 0.84% | 1% | - |
| XYZ | 47.33 | 25.02 | 29.94 | - |
| YUV | 117.66 | 144.57 | 225.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 42 | 147 | 0 | 0.84 | 0.42 | 0 | 330.42 | 1 | 0.58 |
| Hex | FF | 2A | 93 | 0 | 54 | 2A | 0 | 14A | 64 | 3A |
| Octal | 377 | 52 | 223 | 0 | 124 | 52 | 0 | 512 | 144 | 72 |
| Binary | 11111111 | 101010 | 10010011 | 0 | 1010100 | 101010 | 0 | 101001010 | 1100100 | 111010 |
Color Harmonies of #FF2A93
Complementary color
Monochromatic Colors of #FF2A93
Black with #FF2A93
Text Example
Text Example
White with #FF2A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2A93; }
p { color: rgb(255,42,147); }
H1.HeaderClassName
{
color: #FF2A93;
}
.AnyTagClassName
{
color: #FF2A93;
}
</style>
background-color css
<style>
a { background-color: #FF2A93; }
a { background-color: rgb(255,42,147); }
div.DivClassName
{
background-color: #FF2A93;
}
.BgClassName
{
background-color: #FF2A93;
}
</style>
border-color css
<style>
span { border-color: #FF2A93; }
span { border-color: rgb(255,42,147); }
td.TdClassName
{
border-color: #FF2A93;
}
.TagClassName
{
border-color: #FF2A93;
}
</style>