Shades of Wild Strawberry #FF2F82
Tints of Wild Strawberry #FF2F82
RGB
CMYK
RGB Variations
Color information
#FF2F82 (or 0xFF2F82) is known color: Wild Strawberry. HEX triplet: FF, 2F and 82. RGB value is (255,47,130). Sum of RGB (Red+Green+Blue) = 255+47+130=432 (57% of max value = 765). Red value is 255 (100% from 255 or 59.03% from 432); Green value is 47 (18.75% from 255 or 10.88% from 432); Blue value is 130 (51.17% from 255 or 30.09% from 432); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2F82 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2F82 is #00D07D. Grayscale: #767676. Windows color (decimal): -53374 or 8531967. OLE color: 8531967.
HSL color Cylindrical-coordinate representation of color #FF2F82: hue angle of 336.06º 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 #FF2F82 is Cyan = 0, Magento = 0.82, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 47 | 130 | - |
| CMYK | 0 | 0.82 | 0.49 | 0 |
| HSL | 336.06º | 1% | 0.59% | - |
| HSV(B) | 336.06º | 0.82% | 1% | - |
| XYZ | 46.29 | 24.9 | 23.49 | - |
| YUV | 118.65 | 134.41 | 225.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 47 | 130 | 0 | 0.82 | 0.49 | 0 | 336.06 | 1 | 0.59 |
| Hex | FF | 2F | 82 | 0 | 52 | 31 | 0 | 150 | 64 | 3B |
| Octal | 377 | 57 | 202 | 0 | 122 | 61 | 0 | 520 | 144 | 73 |
| Binary | 11111111 | 101111 | 10000010 | 0 | 1010010 | 110001 | 0 | 101010000 | 1100100 | 111011 |
Color Harmonies of #FF2F82
Complementary color
Monochromatic Colors of #FF2F82
Black with #FF2F82
Text Example
Text Example
White with #FF2F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2F82; }
p { color: rgb(255,47,130); }
H1.HeaderClassName
{
color: #FF2F82;
}
.AnyTagClassName
{
color: #FF2F82;
}
</style>
background-color css
<style>
a { background-color: #FF2F82; }
a { background-color: rgb(255,47,130); }
div.DivClassName
{
background-color: #FF2F82;
}
.BgClassName
{
background-color: #FF2F82;
}
</style>
border-color css
<style>
span { border-color: #FF2F82; }
span { border-color: rgb(255,47,130); }
td.TdClassName
{
border-color: #FF2F82;
}
.TagClassName
{
border-color: #FF2F82;
}
</style>