Shades of Wild Strawberry #F33FAA
Tints of Wild Strawberry #F33FAA
RGB
CMYK
RGB Variations
Color information
#F33FAA (or 0xF33FAA) is known color: Wild Strawberry. HEX triplet: F3, 3F and AA. RGB value is (243,63,170). Sum of RGB (Red+Green+Blue) = 243+63+170=476 (63% of max value = 765). Red value is 243 (95.31% from 255 or 51.05% from 476); Green value is 63 (25% from 255 or 13.24% from 476); Blue value is 170 (66.80% from 255 or 35.71% from 476); Max value from RGB is 243 - color contains mainly: red. Hex color #F33FAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F33FAA is #0CC055. Grayscale: #808080. Windows color (decimal): -835670 or 11157491. OLE color: 11157491.
HSL color Cylindrical-coordinate representation of color #F33FAA: hue angle of 324.33º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F33FAA is Cyan = 0, Magento = 0.74, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 63 | 170 | - |
| CMYK | 0 | 0.74 | 0.30 | 0.05 |
| HSL | 324.33º | 0.88% | 0.6% | - |
| HSV(B) | 324.33º | 0.74% | 0.95% | - |
| XYZ | 46 | 25.51 | 40.53 | - |
| YUV | 129.02 | 151.13 | 209.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 63 | 170 | 0 | 0.74 | 0.30 | 0.05 | 324.33 | 0.88 | 0.6 |
| Hex | F3 | 3F | AA | 0 | 4A | 1E | 5 | 144 | 58 | 3C |
| Octal | 363 | 77 | 252 | 0 | 112 | 36 | 5 | 504 | 130 | 74 |
| Binary | 11110011 | 111111 | 10101010 | 0 | 1001010 | 11110 | 101 | 101000100 | 1011000 | 111100 |
Color Harmonies of #F33FAA
Complementary color
Monochromatic Colors of #F33FAA
Black with #F33FAA
Text Example
Text Example
White with #F33FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33FAA; }
p { color: rgb(243,63,170); }
H1.HeaderClassName
{
color: #F33FAA;
}
.AnyTagClassName
{
color: #F33FAA;
}
</style>
background-color css
<style>
a { background-color: #F33FAA; }
a { background-color: rgb(243,63,170); }
div.DivClassName
{
background-color: #F33FAA;
}
.BgClassName
{
background-color: #F33FAA;
}
</style>
border-color css
<style>
span { border-color: #F33FAA; }
span { border-color: rgb(243,63,170); }
td.TdClassName
{
border-color: #F33FAA;
}
.TagClassName
{
border-color: #F33FAA;
}
</style>