Shades of Wild Strawberry #F33FA6
Tints of Wild Strawberry #F33FA6
RGB
CMYK
RGB Variations
Color information
#F33FA6 (or 0xF33FA6) is known color: Wild Strawberry. HEX triplet: F3, 3F and A6. RGB value is (243,63,166). Sum of RGB (Red+Green+Blue) = 243+63+166=472 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.48% from 472); Green value is 63 (25% from 255 or 13.35% from 472); Blue value is 166 (65.23% from 255 or 35.17% from 472); Max value from RGB is 243 - color contains mainly: red. Hex color #F33FA6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F33FA6 is #0CC059. Grayscale: #808080. Windows color (decimal): -835674 or 10895347. OLE color: 10895347.
HSL color Cylindrical-coordinate representation of color #F33FA6: hue angle of 325.67º 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 #F33FA6 is Cyan = 0, Magento = 0.74, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 63 | 166 | - |
| CMYK | 0 | 0.74 | 0.32 | 0.05 |
| HSL | 325.67º | 0.88% | 0.6% | - |
| HSV(B) | 325.67º | 0.74% | 0.95% | - |
| XYZ | 45.62 | 25.36 | 38.57 | - |
| YUV | 128.56 | 149.13 | 209.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 63 | 166 | 0 | 0.74 | 0.32 | 0.05 | 325.67 | 0.88 | 0.6 |
| Hex | F3 | 3F | A6 | 0 | 4A | 20 | 5 | 146 | 58 | 3C |
| Octal | 363 | 77 | 246 | 0 | 112 | 40 | 5 | 506 | 130 | 74 |
| Binary | 11110011 | 111111 | 10100110 | 0 | 1001010 | 100000 | 101 | 101000110 | 1011000 | 111100 |
Color Harmonies of #F33FA6
Complementary color
Monochromatic Colors of #F33FA6
Black with #F33FA6
Text Example
Text Example
White with #F33FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33FA6; }
p { color: rgb(243,63,166); }
H1.HeaderClassName
{
color: #F33FA6;
}
.AnyTagClassName
{
color: #F33FA6;
}
</style>
background-color css
<style>
a { background-color: #F33FA6; }
a { background-color: rgb(243,63,166); }
div.DivClassName
{
background-color: #F33FA6;
}
.BgClassName
{
background-color: #F33FA6;
}
</style>
border-color css
<style>
span { border-color: #F33FA6; }
span { border-color: rgb(243,63,166); }
td.TdClassName
{
border-color: #F33FA6;
}
.TagClassName
{
border-color: #F33FA6;
}
</style>