Shades of Wild Strawberry #F33D9A
Tints of Wild Strawberry #F33D9A
RGB
CMYK
RGB Variations
Color information
#F33D9A (or 0xF33D9A) is known color: Wild Strawberry. HEX triplet: F3, 3D and 9A. RGB value is (243,61,154). Sum of RGB (Red+Green+Blue) = 243+61+154=458 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.06% from 458); Green value is 61 (24.22% from 255 or 13.32% from 458); Blue value is 154 (60.55% from 255 or 33.62% from 458); Max value from RGB is 243 - color contains mainly: red. Hex color #F33D9A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F33D9A is #0CC265. Grayscale: #7D7D7D. Windows color (decimal): -836198 or 10108403. OLE color: 10108403.
HSL color Cylindrical-coordinate representation of color #F33D9A: hue angle of 329.34º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F33D9A is Cyan = 0, Magento = 0.75, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 61 | 154 | - |
| CMYK | 0 | 0.75 | 0.37 | 0.05 |
| HSL | 329.34º | 0.88% | 0.6% | - |
| HSV(B) | 329.34º | 0.75% | 0.95% | - |
| XYZ | 44.46 | 24.73 | 33 | - |
| YUV | 126.02 | 143.8 | 211.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 61 | 154 | 0 | 0.75 | 0.37 | 0.05 | 329.34 | 0.88 | 0.6 |
| Hex | F3 | 3D | 9A | 0 | 4B | 25 | 5 | 149 | 58 | 3C |
| Octal | 363 | 75 | 232 | 0 | 113 | 45 | 5 | 511 | 130 | 74 |
| Binary | 11110011 | 111101 | 10011010 | 0 | 1001011 | 100101 | 101 | 101001001 | 1011000 | 111100 |
Color Harmonies of #F33D9A
Complementary color
Monochromatic Colors of #F33D9A
Black with #F33D9A
Text Example
Text Example
White with #F33D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33D9A; }
p { color: rgb(243,61,154); }
H1.HeaderClassName
{
color: #F33D9A;
}
.AnyTagClassName
{
color: #F33D9A;
}
</style>
background-color css
<style>
a { background-color: #F33D9A; }
a { background-color: rgb(243,61,154); }
div.DivClassName
{
background-color: #F33D9A;
}
.BgClassName
{
background-color: #F33D9A;
}
</style>
border-color css
<style>
span { border-color: #F33D9A; }
span { border-color: rgb(243,61,154); }
td.TdClassName
{
border-color: #F33D9A;
}
.TagClassName
{
border-color: #F33D9A;
}
</style>