Shades of Wild Strawberry #FF2F9C
Tints of Wild Strawberry #FF2F9C
RGB
CMYK
RGB Variations
Color information
#FF2F9C (or 0xFF2F9C) is known color: Wild Strawberry. HEX triplet: FF, 2F and 9C. RGB value is (255,47,156). Sum of RGB (Red+Green+Blue) = 255+47+156=458 (60% of max value = 765). Red value is 255 (100% from 255 or 55.68% from 458); Green value is 47 (18.75% from 255 or 10.26% from 458); Blue value is 156 (61.33% from 255 or 34.06% from 458); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2F9C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2F9C is #00D063. Grayscale: #797979. Windows color (decimal): -53348 or 10235903. OLE color: 10235903.
HSL color Cylindrical-coordinate representation of color #FF2F9C: hue angle of 328.56º 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 #FF2F9C is Cyan = 0, Magento = 0.82, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 47 | 156 | - |
| CMYK | 0 | 0.82 | 0.39 | 0 |
| HSL | 328.56º | 1% | 0.59% | - |
| HSV(B) | 328.56º | 0.82% | 1% | - |
| XYZ | 48.26 | 25.69 | 33.87 | - |
| YUV | 121.62 | 147.41 | 223.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 47 | 156 | 0 | 0.82 | 0.39 | 0 | 328.56 | 1 | 0.59 |
| Hex | FF | 2F | 9C | 0 | 52 | 27 | 0 | 149 | 64 | 3B |
| Octal | 377 | 57 | 234 | 0 | 122 | 47 | 0 | 511 | 144 | 73 |
| Binary | 11111111 | 101111 | 10011100 | 0 | 1010010 | 100111 | 0 | 101001001 | 1100100 | 111011 |
Color Harmonies of #FF2F9C
Complementary color
Monochromatic Colors of #FF2F9C
Black with #FF2F9C
Text Example
Text Example
White with #FF2F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2F9C; }
p { color: rgb(255,47,156); }
H1.HeaderClassName
{
color: #FF2F9C;
}
.AnyTagClassName
{
color: #FF2F9C;
}
</style>
background-color css
<style>
a { background-color: #FF2F9C; }
a { background-color: rgb(255,47,156); }
div.DivClassName
{
background-color: #FF2F9C;
}
.BgClassName
{
background-color: #FF2F9C;
}
</style>
border-color css
<style>
span { border-color: #FF2F9C; }
span { border-color: rgb(255,47,156); }
td.TdClassName
{
border-color: #FF2F9C;
}
.TagClassName
{
border-color: #FF2F9C;
}
</style>