Shades of Wild Strawberry #FF2F9A
Tints of Wild Strawberry #FF2F9A
RGB
CMYK
RGB Variations
Color information
#FF2F9A (or 0xFF2F9A) is known color: Wild Strawberry. HEX triplet: FF, 2F and 9A. RGB value is (255,47,154). Sum of RGB (Red+Green+Blue) = 255+47+154=456 (60% of max value = 765). Red value is 255 (100% from 255 or 55.92% from 456); Green value is 47 (18.75% from 255 or 10.31% from 456); Blue value is 154 (60.55% from 255 or 33.77% from 456); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2F9A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2F9A is #00D065. Grayscale: #797979. Windows color (decimal): -53350 or 10104831. OLE color: 10104831.
HSL color Cylindrical-coordinate representation of color #FF2F9A: hue angle of 329.13º 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 #FF2F9A is Cyan = 0, Magento = 0.82, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 47 | 154 | - |
| CMYK | 0 | 0.82 | 0.40 | 0 |
| HSL | 329.13º | 1% | 0.59% | - |
| HSV(B) | 329.13º | 0.82% | 1% | - |
| XYZ | 48.09 | 25.63 | 32.98 | - |
| YUV | 121.39 | 146.41 | 223.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 47 | 154 | 0 | 0.82 | 0.40 | 0 | 329.13 | 1 | 0.59 |
| Hex | FF | 2F | 9A | 0 | 52 | 28 | 0 | 149 | 64 | 3B |
| Octal | 377 | 57 | 232 | 0 | 122 | 50 | 0 | 511 | 144 | 73 |
| Binary | 11111111 | 101111 | 10011010 | 0 | 1010010 | 101000 | 0 | 101001001 | 1100100 | 111011 |
Color Harmonies of #FF2F9A
Complementary color
Monochromatic Colors of #FF2F9A
Black with #FF2F9A
Text Example
Text Example
White with #FF2F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2F9A; }
p { color: rgb(255,47,154); }
H1.HeaderClassName
{
color: #FF2F9A;
}
.AnyTagClassName
{
color: #FF2F9A;
}
</style>
background-color css
<style>
a { background-color: #FF2F9A; }
a { background-color: rgb(255,47,154); }
div.DivClassName
{
background-color: #FF2F9A;
}
.BgClassName
{
background-color: #FF2F9A;
}
</style>
border-color css
<style>
span { border-color: #FF2F9A; }
span { border-color: rgb(255,47,154); }
td.TdClassName
{
border-color: #FF2F9A;
}
.TagClassName
{
border-color: #FF2F9A;
}
</style>