Shades of Wild Strawberry #F33FA0
Tints of Wild Strawberry #F33FA0
RGB
CMYK
RGB Variations
Color information
#F33FA0 (or 0xF33FA0) is known color: Wild Strawberry. HEX triplet: F3, 3F and A0. RGB value is (243,63,160). Sum of RGB (Red+Green+Blue) = 243+63+160=466 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.15% from 466); Green value is 63 (25% from 255 or 13.52% from 466); Blue value is 160 (62.89% from 255 or 34.33% from 466); Max value from RGB is 243 - color contains mainly: red. Hex color #F33FA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F33FA0 is #0CC05F. Grayscale: #7F7F7F. Windows color (decimal): -835680 or 10502131. OLE color: 10502131.
HSL color Cylindrical-coordinate representation of color #F33FA0: hue angle of 327.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 #F33FA0 is Cyan = 0, Magento = 0.74, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 63 | 160 | - |
| CMYK | 0 | 0.74 | 0.34 | 0.05 |
| HSL | 327.67º | 0.88% | 0.6% | - |
| HSV(B) | 327.67º | 0.74% | 0.95% | - |
| XYZ | 45.08 | 25.15 | 35.74 | - |
| YUV | 127.88 | 146.13 | 210.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 63 | 160 | 0 | 0.74 | 0.34 | 0.05 | 327.67 | 0.88 | 0.6 |
| Hex | F3 | 3F | A0 | 0 | 4A | 22 | 5 | 148 | 58 | 3C |
| Octal | 363 | 77 | 240 | 0 | 112 | 42 | 5 | 510 | 130 | 74 |
| Binary | 11110011 | 111111 | 10100000 | 0 | 1001010 | 100010 | 101 | 101001000 | 1011000 | 111100 |
Color Harmonies of #F33FA0
Complementary color
Monochromatic Colors of #F33FA0
Black with #F33FA0
Text Example
Text Example
White with #F33FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33FA0; }
p { color: rgb(243,63,160); }
H1.HeaderClassName
{
color: #F33FA0;
}
.AnyTagClassName
{
color: #F33FA0;
}
</style>
background-color css
<style>
a { background-color: #F33FA0; }
a { background-color: rgb(243,63,160); }
div.DivClassName
{
background-color: #F33FA0;
}
.BgClassName
{
background-color: #F33FA0;
}
</style>
border-color css
<style>
span { border-color: #F33FA0; }
span { border-color: rgb(243,63,160); }
td.TdClassName
{
border-color: #F33FA0;
}
.TagClassName
{
border-color: #F33FA0;
}
</style>