Shades of Wild Strawberry #F33EA2
Tints of Wild Strawberry #F33EA2
RGB
CMYK
RGB Variations
Color information
#F33EA2 (or 0xF33EA2) is known color: Wild Strawberry. HEX triplet: F3, 3E and A2. RGB value is (243,62,162). Sum of RGB (Red+Green+Blue) = 243+62+162=467 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.03% from 467); Green value is 62 (24.61% from 255 or 13.28% from 467); Blue value is 162 (63.67% from 255 or 34.69% from 467); Max value from RGB is 243 - color contains mainly: red. Hex color #F33EA2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F33EA2 is #0CC15D. Grayscale: #7F7F7F. Windows color (decimal): -835934 or 10632947. OLE color: 10632947.
HSL color Cylindrical-coordinate representation of color #F33EA2: hue angle of 326.85º 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 #F33EA2 is Cyan = 0, Magento = 0.74, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 62 | 162 | - |
| CMYK | 0 | 0.74 | 0.33 | 0.05 |
| HSL | 326.85º | 0.88% | 0.6% | - |
| HSV(B) | 326.85º | 0.74% | 0.95% | - |
| XYZ | 45.21 | 25.11 | 36.65 | - |
| YUV | 127.52 | 147.47 | 210.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 62 | 162 | 0 | 0.74 | 0.33 | 0.05 | 326.85 | 0.88 | 0.6 |
| Hex | F3 | 3E | A2 | 0 | 4A | 21 | 5 | 147 | 58 | 3C |
| Octal | 363 | 76 | 242 | 0 | 112 | 41 | 5 | 507 | 130 | 74 |
| Binary | 11110011 | 111110 | 10100010 | 0 | 1001010 | 100001 | 101 | 101000111 | 1011000 | 111100 |
Color Harmonies of #F33EA2
Complementary color
Monochromatic Colors of #F33EA2
Black with #F33EA2
Text Example
Text Example
White with #F33EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33EA2; }
p { color: rgb(243,62,162); }
H1.HeaderClassName
{
color: #F33EA2;
}
.AnyTagClassName
{
color: #F33EA2;
}
</style>
background-color css
<style>
a { background-color: #F33EA2; }
a { background-color: rgb(243,62,162); }
div.DivClassName
{
background-color: #F33EA2;
}
.BgClassName
{
background-color: #F33EA2;
}
</style>
border-color css
<style>
span { border-color: #F33EA2; }
span { border-color: rgb(243,62,162); }
td.TdClassName
{
border-color: #F33EA2;
}
.TagClassName
{
border-color: #F33EA2;
}
</style>