Shades of Wild Strawberry #F33F9C
Tints of Wild Strawberry #F33F9C
RGB
CMYK
RGB Variations
Color information
#F33F9C (or 0xF33F9C) is known color: Wild Strawberry. HEX triplet: F3, 3F and 9C. RGB value is (243,63,156). Sum of RGB (Red+Green+Blue) = 243+63+156=462 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.60% from 462); Green value is 63 (25% from 255 or 13.64% from 462); Blue value is 156 (61.33% from 255 or 33.77% from 462); Max value from RGB is 243 - color contains mainly: red. Hex color #F33F9C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F33F9C is #0CC063. Grayscale: #7F7F7F. Windows color (decimal): -835684 or 10239987. OLE color: 10239987.
HSL color Cylindrical-coordinate representation of color #F33F9C: hue angle of 329º 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 #F33F9C is Cyan = 0, Magento = 0.74, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 63 | 156 | - |
| CMYK | 0 | 0.74 | 0.36 | 0.05 |
| HSL | 329º | 0.88% | 0.6% | - |
| HSV(B) | 329º | 0.74% | 0.95% | - |
| XYZ | 44.74 | 25.01 | 33.92 | - |
| YUV | 127.42 | 144.13 | 210.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 63 | 156 | 0 | 0.74 | 0.36 | 0.05 | 329 | 0.88 | 0.6 |
| Hex | F3 | 3F | 9C | 0 | 4A | 24 | 5 | 149 | 58 | 3C |
| Octal | 363 | 77 | 234 | 0 | 112 | 44 | 5 | 511 | 130 | 74 |
| Binary | 11110011 | 111111 | 10011100 | 0 | 1001010 | 100100 | 101 | 101001001 | 1011000 | 111100 |
Color Harmonies of #F33F9C
Complementary color
Monochromatic Colors of #F33F9C
Black with #F33F9C
Text Example
Text Example
White with #F33F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33F9C; }
p { color: rgb(243,63,156); }
H1.HeaderClassName
{
color: #F33F9C;
}
.AnyTagClassName
{
color: #F33F9C;
}
</style>
background-color css
<style>
a { background-color: #F33F9C; }
a { background-color: rgb(243,63,156); }
div.DivClassName
{
background-color: #F33F9C;
}
.BgClassName
{
background-color: #F33F9C;
}
</style>
border-color css
<style>
span { border-color: #F33F9C; }
span { border-color: rgb(243,63,156); }
td.TdClassName
{
border-color: #F33F9C;
}
.TagClassName
{
border-color: #F33F9C;
}
</style>