Shades of Wild Strawberry #FF2F83
Tints of Wild Strawberry #FF2F83
RGB
CMYK
RGB Variations
Color information
#FF2F83 (or 0xFF2F83) is known color: Wild Strawberry. HEX triplet: FF, 2F and 83. RGB value is (255,47,131). Sum of RGB (Red+Green+Blue) = 255+47+131=433 (57% of max value = 765). Red value is 255 (100% from 255 or 58.89% from 433); Green value is 47 (18.75% from 255 or 10.85% from 433); Blue value is 131 (51.56% from 255 or 30.25% from 433); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2F83 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2F83 is #00D07C. Grayscale: #767676. Windows color (decimal): -53373 or 8597503. OLE color: 8597503.
HSL color Cylindrical-coordinate representation of color #FF2F83: hue angle of 335.77º 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 #FF2F83 is Cyan = 0, Magento = 0.82, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 47 | 131 | - |
| CMYK | 0 | 0.82 | 0.49 | 0 |
| HSL | 335.77º | 1% | 0.59% | - |
| HSV(B) | 335.77º | 0.82% | 1% | - |
| XYZ | 46.35 | 24.93 | 23.84 | - |
| YUV | 118.77 | 134.91 | 225.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 47 | 131 | 0 | 0.82 | 0.49 | 0 | 335.77 | 1 | 0.59 |
| Hex | FF | 2F | 83 | 0 | 52 | 31 | 0 | 150 | 64 | 3B |
| Octal | 377 | 57 | 203 | 0 | 122 | 61 | 0 | 520 | 144 | 73 |
| Binary | 11111111 | 101111 | 10000011 | 0 | 1010010 | 110001 | 0 | 101010000 | 1100100 | 111011 |
Color Harmonies of #FF2F83
Complementary color
Monochromatic Colors of #FF2F83
Black with #FF2F83
Text Example
Text Example
White with #FF2F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2F83; }
p { color: rgb(255,47,131); }
H1.HeaderClassName
{
color: #FF2F83;
}
.AnyTagClassName
{
color: #FF2F83;
}
</style>
background-color css
<style>
a { background-color: #FF2F83; }
a { background-color: rgb(255,47,131); }
div.DivClassName
{
background-color: #FF2F83;
}
.BgClassName
{
background-color: #FF2F83;
}
</style>
border-color css
<style>
span { border-color: #FF2F83; }
span { border-color: rgb(255,47,131); }
td.TdClassName
{
border-color: #FF2F83;
}
.TagClassName
{
border-color: #FF2F83;
}
</style>