Shades of Wild Strawberry #F33CA2
Tints of Wild Strawberry #F33CA2
RGB
CMYK
RGB Variations
Color information
#F33CA2 (or 0xF33CA2) is known color: Wild Strawberry. HEX triplet: F3, 3C and A2. RGB value is (243,60,162). Sum of RGB (Red+Green+Blue) = 243+60+162=465 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.26% from 465); Green value is 60 (23.83% from 255 or 12.90% from 465); Blue value is 162 (63.67% from 255 or 34.84% from 465); Max value from RGB is 243 - color contains mainly: red. Hex color #F33CA2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F33CA2 is #0CC35D. Grayscale: #7E7E7E. Windows color (decimal): -836446 or 10632435. OLE color: 10632435.
HSL color Cylindrical-coordinate representation of color #F33CA2: hue angle of 326.56º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F33CA2 is Cyan = 0, Magento = 0.75, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 60 | 162 | - |
| CMYK | 0 | 0.75 | 0.33 | 0.05 |
| HSL | 326.56º | 0.88% | 0.59% | - |
| HSV(B) | 326.56º | 0.75% | 0.95% | - |
| XYZ | 45.1 | 24.9 | 36.61 | - |
| YUV | 126.35 | 148.13 | 211.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 60 | 162 | 0 | 0.75 | 0.33 | 0.05 | 326.56 | 0.88 | 0.59 |
| Hex | F3 | 3C | A2 | 0 | 4B | 21 | 5 | 147 | 58 | 3B |
| Octal | 363 | 74 | 242 | 0 | 113 | 41 | 5 | 507 | 130 | 73 |
| Binary | 11110011 | 111100 | 10100010 | 0 | 1001011 | 100001 | 101 | 101000111 | 1011000 | 111011 |
Color Harmonies of #F33CA2
Complementary color
Monochromatic Colors of #F33CA2
Black with #F33CA2
Text Example
Text Example
White with #F33CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33CA2; }
p { color: rgb(243,60,162); }
H1.HeaderClassName
{
color: #F33CA2;
}
.AnyTagClassName
{
color: #F33CA2;
}
</style>
background-color css
<style>
a { background-color: #F33CA2; }
a { background-color: rgb(243,60,162); }
div.DivClassName
{
background-color: #F33CA2;
}
.BgClassName
{
background-color: #F33CA2;
}
</style>
border-color css
<style>
span { border-color: #F33CA2; }
span { border-color: rgb(243,60,162); }
td.TdClassName
{
border-color: #F33CA2;
}
.TagClassName
{
border-color: #F33CA2;
}
</style>