Shades of Wild Strawberry #FF33A0
Tints of Wild Strawberry #FF33A0
RGB
CMYK
RGB Variations
Color information
#FF33A0 (or 0xFF33A0) is known color: Wild Strawberry. HEX triplet: FF, 33 and A0. RGB value is (255,51,160). Sum of RGB (Red+Green+Blue) = 255+51+160=466 (61% of max value = 765). Red value is 255 (100% from 255 or 54.72% from 466); Green value is 51 (20.31% from 255 or 10.94% from 466); Blue value is 160 (62.89% from 255 or 34.33% from 466); Max value from RGB is 255 - color contains mainly: red. Hex color #FF33A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF33A0 is #00CC5F. Grayscale: #7C7C7C. Windows color (decimal): -52320 or 10499071. OLE color: 10499071.
HSL color Cylindrical-coordinate representation of color #FF33A0: hue angle of 327.94º 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 #FF33A0 is Cyan = 0, Magento = 0.8, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 51 | 160 | - |
| CMYK | 0 | 0.8 | 0.37 | 0 |
| HSL | 327.94º | 1% | 0.6% | - |
| HSV(B) | 327.94º | 0.8% | 1% | - |
| XYZ | 48.77 | 26.17 | 35.74 | - |
| YUV | 124.42 | 148.09 | 221.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 51 | 160 | 0 | 0.8 | 0.37 | 0 | 327.94 | 1 | 0.6 |
| Hex | FF | 33 | A0 | 0 | 50 | 25 | 0 | 148 | 64 | 3C |
| Octal | 377 | 63 | 240 | 0 | 120 | 45 | 0 | 510 | 144 | 74 |
| Binary | 11111111 | 110011 | 10100000 | 0 | 1010000 | 100101 | 0 | 101001000 | 1100100 | 111100 |
Color Harmonies of #FF33A0
Complementary color
Monochromatic Colors of #FF33A0
Black with #FF33A0
Text Example
Text Example
White with #FF33A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF33A0; }
p { color: rgb(255,51,160); }
H1.HeaderClassName
{
color: #FF33A0;
}
.AnyTagClassName
{
color: #FF33A0;
}
</style>
background-color css
<style>
a { background-color: #FF33A0; }
a { background-color: rgb(255,51,160); }
div.DivClassName
{
background-color: #FF33A0;
}
.BgClassName
{
background-color: #FF33A0;
}
</style>
border-color css
<style>
span { border-color: #FF33A0; }
span { border-color: rgb(255,51,160); }
td.TdClassName
{
border-color: #FF33A0;
}
.TagClassName
{
border-color: #FF33A0;
}
</style>