Shades of Wild Strawberry #FF2A82
Tints of Wild Strawberry #FF2A82
RGB
CMYK
RGB Variations
Color information
#FF2A82 (or 0xFF2A82) is known color: Wild Strawberry. HEX triplet: FF, 2A and 82. RGB value is (255,42,130). Sum of RGB (Red+Green+Blue) = 255+42+130=427 (56% of max value = 765). Red value is 255 (100% from 255 or 59.72% from 427); Green value is 42 (16.80% from 255 or 9.84% from 427); Blue value is 130 (51.17% from 255 or 30.44% from 427); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2A82 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2A82 is #00D57D. Grayscale: #737373. Windows color (decimal): -54654 or 8530687. OLE color: 8530687.
HSL color Cylindrical-coordinate representation of color #FF2A82: hue angle of 335.21º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FF2A82 is Cyan = 0, Magento = 0.84, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 42 | 130 | - |
| CMYK | 0 | 0.84 | 0.49 | 0 |
| HSL | 335.21º | 1% | 0.58% | - |
| HSV(B) | 335.21º | 0.84% | 1% | - |
| XYZ | 46.1 | 24.53 | 23.42 | - |
| YUV | 115.72 | 136.07 | 227.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 42 | 130 | 0 | 0.84 | 0.49 | 0 | 335.21 | 1 | 0.58 |
| Hex | FF | 2A | 82 | 0 | 54 | 31 | 0 | 14F | 64 | 3A |
| Octal | 377 | 52 | 202 | 0 | 124 | 61 | 0 | 517 | 144 | 72 |
| Binary | 11111111 | 101010 | 10000010 | 0 | 1010100 | 110001 | 0 | 101001111 | 1100100 | 111010 |
Color Harmonies of #FF2A82
Complementary color
Monochromatic Colors of #FF2A82
Black with #FF2A82
Text Example
Text Example
White with #FF2A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2A82; }
p { color: rgb(255,42,130); }
H1.HeaderClassName
{
color: #FF2A82;
}
.AnyTagClassName
{
color: #FF2A82;
}
</style>
background-color css
<style>
a { background-color: #FF2A82; }
a { background-color: rgb(255,42,130); }
div.DivClassName
{
background-color: #FF2A82;
}
.BgClassName
{
background-color: #FF2A82;
}
</style>
border-color css
<style>
span { border-color: #FF2A82; }
span { border-color: rgb(255,42,130); }
td.TdClassName
{
border-color: #FF2A82;
}
.TagClassName
{
border-color: #FF2A82;
}
</style>