Shades of Wild Strawberry #F33CA0
Tints of Wild Strawberry #F33CA0
RGB
CMYK
RGB Variations
Color information
#F33CA0 (or 0xF33CA0) is known color: Wild Strawberry. HEX triplet: F3, 3C and A0. RGB value is (243,60,160). Sum of RGB (Red+Green+Blue) = 243+60+160=463 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.48% from 463); Green value is 60 (23.83% from 255 or 12.96% from 463); Blue value is 160 (62.89% from 255 or 34.56% from 463); Max value from RGB is 243 - color contains mainly: red. Hex color #F33CA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F33CA0 is #0CC35F. Grayscale: #7D7D7D. Windows color (decimal): -836448 or 10501363. OLE color: 10501363.
HSL color Cylindrical-coordinate representation of color #F33CA0: hue angle of 327.21º 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 #F33CA0 is Cyan = 0, Magento = 0.75, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 60 | 160 | - |
| CMYK | 0 | 0.75 | 0.34 | 0.05 |
| HSL | 327.21º | 0.88% | 0.59% | - |
| HSV(B) | 327.21º | 0.75% | 0.95% | - |
| XYZ | 44.92 | 24.82 | 35.68 | - |
| YUV | 126.12 | 147.13 | 211.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 60 | 160 | 0 | 0.75 | 0.34 | 0.05 | 327.21 | 0.88 | 0.59 |
| Hex | F3 | 3C | A0 | 0 | 4B | 22 | 5 | 147 | 58 | 3B |
| Octal | 363 | 74 | 240 | 0 | 113 | 42 | 5 | 507 | 130 | 73 |
| Binary | 11110011 | 111100 | 10100000 | 0 | 1001011 | 100010 | 101 | 101000111 | 1011000 | 111011 |
Color Harmonies of #F33CA0
Complementary color
Monochromatic Colors of #F33CA0
Black with #F33CA0
Text Example
Text Example
White with #F33CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33CA0; }
p { color: rgb(243,60,160); }
H1.HeaderClassName
{
color: #F33CA0;
}
.AnyTagClassName
{
color: #F33CA0;
}
</style>
background-color css
<style>
a { background-color: #F33CA0; }
a { background-color: rgb(243,60,160); }
div.DivClassName
{
background-color: #F33CA0;
}
.BgClassName
{
background-color: #F33CA0;
}
</style>
border-color css
<style>
span { border-color: #F33CA0; }
span { border-color: rgb(243,60,160); }
td.TdClassName
{
border-color: #F33CA0;
}
.TagClassName
{
border-color: #F33CA0;
}
</style>