Shades of Wild Strawberry #FF2493
Tints of Wild Strawberry #FF2493
RGB
CMYK
RGB Variations
Color information
#FF2493 (or 0xFF2493) is known color: Wild Strawberry. HEX triplet: FF, 24 and 93. RGB value is (255,36,147). Sum of RGB (Red+Green+Blue) = 255+36+147=438 (58% of max value = 765). Red value is 255 (100% from 255 or 58.22% from 438); Green value is 36 (14.45% from 255 or 8.22% from 438); Blue value is 147 (57.81% from 255 or 33.56% from 438); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2493 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2493 is #00DB6C. Grayscale: #717171. Windows color (decimal): -56173 or 9643263. OLE color: 9643263.
HSL color Cylindrical-coordinate representation of color #FF2493: hue angle of 329.59º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FF2493 is Cyan = 0, Magento = 0.86, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 36 | 147 | - |
| CMYK | 0 | 0.86 | 0.42 | 0 |
| HSL | 329.59º | 1% | 0.57% | - |
| HSV(B) | 329.59º | 0.86% | 1% | - |
| XYZ | 47.14 | 24.63 | 29.87 | - |
| YUV | 114.14 | 146.55 | 228.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 36 | 147 | 0 | 0.86 | 0.42 | 0 | 329.59 | 1 | 0.57 |
| Hex | FF | 24 | 93 | 0 | 56 | 2A | 0 | 14A | 64 | 39 |
| Octal | 377 | 44 | 223 | 0 | 126 | 52 | 0 | 512 | 144 | 71 |
| Binary | 11111111 | 100100 | 10010011 | 0 | 1010110 | 101010 | 0 | 101001010 | 1100100 | 111001 |
Color Harmonies of #FF2493
Complementary color
Monochromatic Colors of #FF2493
Black with #FF2493
Text Example
Text Example
White with #FF2493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2493; }
p { color: rgb(255,36,147); }
H1.HeaderClassName
{
color: #FF2493;
}
.AnyTagClassName
{
color: #FF2493;
}
</style>
background-color css
<style>
a { background-color: #FF2493; }
a { background-color: rgb(255,36,147); }
div.DivClassName
{
background-color: #FF2493;
}
.BgClassName
{
background-color: #FF2493;
}
</style>
border-color css
<style>
span { border-color: #FF2493; }
span { border-color: rgb(255,36,147); }
td.TdClassName
{
border-color: #FF2493;
}
.TagClassName
{
border-color: #FF2493;
}
</style>