Shades of Wild Strawberry #FF2D9C
Tints of Wild Strawberry #FF2D9C
RGB
CMYK
RGB Variations
Color information
#FF2D9C (or 0xFF2D9C) is known color: Wild Strawberry. HEX triplet: FF, 2D and 9C. RGB value is (255,45,156). Sum of RGB (Red+Green+Blue) = 255+45+156=456 (60% of max value = 765). Red value is 255 (100% from 255 or 55.92% from 456); Green value is 45 (17.97% from 255 or 9.87% from 456); Blue value is 156 (61.33% from 255 or 34.21% from 456); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2D9C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2D9C is #00D263. Grayscale: #787878. Windows color (decimal): -53860 or 10235391. OLE color: 10235391.
HSL color Cylindrical-coordinate representation of color #FF2D9C: hue angle of 328.29º 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 #FF2D9C is Cyan = 0, Magento = 0.82, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 45 | 156 | - |
| CMYK | 0 | 0.82 | 0.39 | 0 |
| HSL | 328.29º | 1% | 0.59% | - |
| HSV(B) | 328.29º | 0.82% | 1% | - |
| XYZ | 48.18 | 25.54 | 33.84 | - |
| YUV | 120.44 | 148.07 | 223.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 45 | 156 | 0 | 0.82 | 0.39 | 0 | 328.29 | 1 | 0.59 |
| Hex | FF | 2D | 9C | 0 | 52 | 27 | 0 | 148 | 64 | 3B |
| Octal | 377 | 55 | 234 | 0 | 122 | 47 | 0 | 510 | 144 | 73 |
| Binary | 11111111 | 101101 | 10011100 | 0 | 1010010 | 100111 | 0 | 101001000 | 1100100 | 111011 |
Color Harmonies of #FF2D9C
Complementary color
Monochromatic Colors of #FF2D9C
Black with #FF2D9C
Text Example
Text Example
White with #FF2D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2D9C; }
p { color: rgb(255,45,156); }
H1.HeaderClassName
{
color: #FF2D9C;
}
.AnyTagClassName
{
color: #FF2D9C;
}
</style>
background-color css
<style>
a { background-color: #FF2D9C; }
a { background-color: rgb(255,45,156); }
div.DivClassName
{
background-color: #FF2D9C;
}
.BgClassName
{
background-color: #FF2D9C;
}
</style>
border-color css
<style>
span { border-color: #FF2D9C; }
span { border-color: rgb(255,45,156); }
td.TdClassName
{
border-color: #FF2D9C;
}
.TagClassName
{
border-color: #FF2D9C;
}
</style>