Shades of Wild Strawberry #FF2F84
Tints of Wild Strawberry #FF2F84
RGB
CMYK
RGB Variations
Color information
#FF2F84 (or 0xFF2F84) is known color: Wild Strawberry. HEX triplet: FF, 2F and 84. RGB value is (255,47,132). Sum of RGB (Red+Green+Blue) = 255+47+132=434 (57% of max value = 765). Red value is 255 (100% from 255 or 58.76% from 434); Green value is 47 (18.75% from 255 or 10.83% from 434); Blue value is 132 (51.95% from 255 or 30.41% from 434); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2F84 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2F84 is #00D07B. Grayscale: #767676. Windows color (decimal): -53372 or 8663039. OLE color: 8663039.
HSL color Cylindrical-coordinate representation of color #FF2F84: hue angle of 335.48º 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 #FF2F84 is Cyan = 0, Magento = 0.82, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 47 | 132 | - |
| CMYK | 0 | 0.82 | 0.48 | 0 |
| HSL | 335.48º | 1% | 0.59% | - |
| HSV(B) | 335.48º | 0.82% | 1% | - |
| XYZ | 46.42 | 24.96 | 24.2 | - |
| YUV | 118.88 | 135.41 | 225.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 47 | 132 | 0 | 0.82 | 0.48 | 0 | 335.48 | 1 | 0.59 |
| Hex | FF | 2F | 84 | 0 | 52 | 30 | 0 | 14F | 64 | 3B |
| Octal | 377 | 57 | 204 | 0 | 122 | 60 | 0 | 517 | 144 | 73 |
| Binary | 11111111 | 101111 | 10000100 | 0 | 1010010 | 110000 | 0 | 101001111 | 1100100 | 111011 |
Color Harmonies of #FF2F84
Complementary color
Monochromatic Colors of #FF2F84
Black with #FF2F84
Text Example
Text Example
White with #FF2F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2F84; }
p { color: rgb(255,47,132); }
H1.HeaderClassName
{
color: #FF2F84;
}
.AnyTagClassName
{
color: #FF2F84;
}
</style>
background-color css
<style>
a { background-color: #FF2F84; }
a { background-color: rgb(255,47,132); }
div.DivClassName
{
background-color: #FF2F84;
}
.BgClassName
{
background-color: #FF2F84;
}
</style>
border-color css
<style>
span { border-color: #FF2F84; }
span { border-color: rgb(255,47,132); }
td.TdClassName
{
border-color: #FF2F84;
}
.TagClassName
{
border-color: #FF2F84;
}
</style>