Shades of Wild Strawberry #FF2D9A
Tints of Wild Strawberry #FF2D9A
RGB
CMYK
RGB Variations
Color information
#FF2D9A (or 0xFF2D9A) is known color: Wild Strawberry. HEX triplet: FF, 2D and 9A. RGB value is (255,45,154). Sum of RGB (Red+Green+Blue) = 255+45+154=454 (60% of max value = 765). Red value is 255 (100% from 255 or 56.17% from 454); Green value is 45 (17.97% from 255 or 9.91% from 454); Blue value is 154 (60.55% from 255 or 33.92% from 454); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2D9A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2D9A is #00D265. Grayscale: #777777. Windows color (decimal): -53862 or 10104319. OLE color: 10104319.
HSL color Cylindrical-coordinate representation of color #FF2D9A: hue angle of 328.86º 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 #FF2D9A is Cyan = 0, Magento = 0.82, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 45 | 154 | - |
| CMYK | 0 | 0.82 | 0.40 | 0 |
| HSL | 328.86º | 1% | 0.59% | - |
| HSV(B) | 328.86º | 0.82% | 1% | - |
| XYZ | 48.01 | 25.47 | 32.96 | - |
| YUV | 120.22 | 147.07 | 224.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 45 | 154 | 0 | 0.82 | 0.40 | 0 | 328.86 | 1 | 0.59 |
| Hex | FF | 2D | 9A | 0 | 52 | 28 | 0 | 149 | 64 | 3B |
| Octal | 377 | 55 | 232 | 0 | 122 | 50 | 0 | 511 | 144 | 73 |
| Binary | 11111111 | 101101 | 10011010 | 0 | 1010010 | 101000 | 0 | 101001001 | 1100100 | 111011 |
Color Harmonies of #FF2D9A
Complementary color
Monochromatic Colors of #FF2D9A
Black with #FF2D9A
Text Example
Text Example
White with #FF2D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2D9A; }
p { color: rgb(255,45,154); }
H1.HeaderClassName
{
color: #FF2D9A;
}
.AnyTagClassName
{
color: #FF2D9A;
}
</style>
background-color css
<style>
a { background-color: #FF2D9A; }
a { background-color: rgb(255,45,154); }
div.DivClassName
{
background-color: #FF2D9A;
}
.BgClassName
{
background-color: #FF2D9A;
}
</style>
border-color css
<style>
span { border-color: #FF2D9A; }
span { border-color: rgb(255,45,154); }
td.TdClassName
{
border-color: #FF2D9A;
}
.TagClassName
{
border-color: #FF2D9A;
}
</style>