Shades of Wild Strawberry #FF33A1
Tints of Wild Strawberry #FF33A1
RGB
CMYK
RGB Variations
Color information
#FF33A1 (or 0xFF33A1) is known color: Wild Strawberry. HEX triplet: FF, 33 and A1. RGB value is (255,51,161). Sum of RGB (Red+Green+Blue) = 255+51+161=467 (61% of max value = 765). Red value is 255 (100% from 255 or 54.60% from 467); Green value is 51 (20.31% from 255 or 10.92% from 467); Blue value is 161 (63.28% from 255 or 34.48% from 467); Max value from RGB is 255 - color contains mainly: red. Hex color #FF33A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF33A1 is #00CC5E. Grayscale: #7C7C7C. Windows color (decimal): -52319 or 10564607. OLE color: 10564607.
HSL color Cylindrical-coordinate representation of color #FF33A1: hue angle of 327.65º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FF33A1 is Cyan = 0, Magento = 0.8, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 51 | 161 | - |
| CMYK | 0 | 0.8 | 0.37 | 0 |
| HSL | 327.65º | 1% | 0.6% | - |
| HSV(B) | 327.65º | 0.8% | 1% | - |
| XYZ | 48.86 | 26.2 | 36.2 | - |
| YUV | 124.54 | 148.59 | 221.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 51 | 161 | 0 | 0.8 | 0.37 | 0 | 327.65 | 1 | 0.6 |
| Hex | FF | 33 | A1 | 0 | 50 | 25 | 0 | 148 | 64 | 3C |
| Octal | 377 | 63 | 241 | 0 | 120 | 45 | 0 | 510 | 144 | 74 |
| Binary | 11111111 | 110011 | 10100001 | 0 | 1010000 | 100101 | 0 | 101001000 | 1100100 | 111100 |
Color Harmonies of #FF33A1
Complementary color
Monochromatic Colors of #FF33A1
Black with #FF33A1
Text Example
Text Example
White with #FF33A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF33A1; }
p { color: rgb(255,51,161); }
H1.HeaderClassName
{
color: #FF33A1;
}
.AnyTagClassName
{
color: #FF33A1;
}
</style>
background-color css
<style>
a { background-color: #FF33A1; }
a { background-color: rgb(255,51,161); }
div.DivClassName
{
background-color: #FF33A1;
}
.BgClassName
{
background-color: #FF33A1;
}
</style>
border-color css
<style>
span { border-color: #FF33A1; }
span { border-color: rgb(255,51,161); }
td.TdClassName
{
border-color: #FF33A1;
}
.TagClassName
{
border-color: #FF33A1;
}
</style>