Shades of Wild Strawberry #FF33A3
Tints of Wild Strawberry #FF33A3
RGB
CMYK
RGB Variations
Color information
#FF33A3 (or 0xFF33A3) is known color: Wild Strawberry. HEX triplet: FF, 33 and A3. RGB value is (255,51,163). Sum of RGB (Red+Green+Blue) = 255+51+163=469 (62% of max value = 765). Red value is 255 (100% from 255 or 54.37% from 469); Green value is 51 (20.31% from 255 or 10.87% from 469); Blue value is 163 (64.06% from 255 or 34.75% from 469); Max value from RGB is 255 - color contains mainly: red. Hex color #FF33A3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF33A3 is #00CC5C. Grayscale: #7C7C7C. Windows color (decimal): -52317 or 10695679. OLE color: 10695679.
HSL color Cylindrical-coordinate representation of color #FF33A3: hue angle of 327.06º 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 #FF33A3 is Cyan = 0, Magento = 0.8, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 51 | 163 | - |
| CMYK | 0 | 0.8 | 0.36 | 0 |
| HSL | 327.06º | 1% | 0.6% | - |
| HSV(B) | 327.06º | 0.8% | 1% | - |
| XYZ | 49.03 | 26.27 | 37.14 | - |
| YUV | 124.76 | 149.59 | 220.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 51 | 163 | 0 | 0.8 | 0.36 | 0 | 327.06 | 1 | 0.6 |
| Hex | FF | 33 | A3 | 0 | 50 | 24 | 0 | 147 | 64 | 3C |
| Octal | 377 | 63 | 243 | 0 | 120 | 44 | 0 | 507 | 144 | 74 |
| Binary | 11111111 | 110011 | 10100011 | 0 | 1010000 | 100100 | 0 | 101000111 | 1100100 | 111100 |
Color Harmonies of #FF33A3
Complementary color
Monochromatic Colors of #FF33A3
Black with #FF33A3
Text Example
Text Example
White with #FF33A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF33A3; }
p { color: rgb(255,51,163); }
H1.HeaderClassName
{
color: #FF33A3;
}
.AnyTagClassName
{
color: #FF33A3;
}
</style>
background-color css
<style>
a { background-color: #FF33A3; }
a { background-color: rgb(255,51,163); }
div.DivClassName
{
background-color: #FF33A3;
}
.BgClassName
{
background-color: #FF33A3;
}
</style>
border-color css
<style>
span { border-color: #FF33A3; }
span { border-color: rgb(255,51,163); }
td.TdClassName
{
border-color: #FF33A3;
}
.TagClassName
{
border-color: #FF33A3;
}
</style>