Shades of Wild Strawberry #FF2C9A
Tints of Wild Strawberry #FF2C9A
RGB
CMYK
RGB Variations
Color information
#FF2C9A (or 0xFF2C9A) is known color: Wild Strawberry. HEX triplet: FF, 2C and 9A. RGB value is (255,44,154). Sum of RGB (Red+Green+Blue) = 255+44+154=453 (60% of max value = 765). Red value is 255 (100% from 255 or 56.29% from 453); Green value is 44 (17.58% from 255 or 9.71% from 453); Blue value is 154 (60.55% from 255 or 34.00% from 453); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2C9A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2C9A is #00D365. Grayscale: #777777. Windows color (decimal): -54118 or 10104063. OLE color: 10104063.
HSL color Cylindrical-coordinate representation of color #FF2C9A: hue angle of 328.72º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FF2C9A is Cyan = 0, Magento = 0.83, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 44 | 154 | - |
| CMYK | 0 | 0.83 | 0.40 | 0 |
| HSL | 328.72º | 1% | 0.59% | - |
| HSV(B) | 328.72º | 0.83% | 1% | - |
| XYZ | 47.97 | 25.39 | 32.94 | - |
| YUV | 119.63 | 147.4 | 224.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 44 | 154 | 0 | 0.83 | 0.40 | 0 | 328.72 | 1 | 0.59 |
| Hex | FF | 2C | 9A | 0 | 53 | 28 | 0 | 149 | 64 | 3B |
| Octal | 377 | 54 | 232 | 0 | 123 | 50 | 0 | 511 | 144 | 73 |
| Binary | 11111111 | 101100 | 10011010 | 0 | 1010011 | 101000 | 0 | 101001001 | 1100100 | 111011 |
Color Harmonies of #FF2C9A
Complementary color
Monochromatic Colors of #FF2C9A
Black with #FF2C9A
Text Example
Text Example
White with #FF2C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2C9A; }
p { color: rgb(255,44,154); }
H1.HeaderClassName
{
color: #FF2C9A;
}
.AnyTagClassName
{
color: #FF2C9A;
}
</style>
background-color css
<style>
a { background-color: #FF2C9A; }
a { background-color: rgb(255,44,154); }
div.DivClassName
{
background-color: #FF2C9A;
}
.BgClassName
{
background-color: #FF2C9A;
}
</style>
border-color css
<style>
span { border-color: #FF2C9A; }
span { border-color: rgb(255,44,154); }
td.TdClassName
{
border-color: #FF2C9A;
}
.TagClassName
{
border-color: #FF2C9A;
}
</style>