Shades of Wild Strawberry #F2309A
Tints of Wild Strawberry #F2309A
RGB
CMYK
RGB Variations
Color information
#F2309A (or 0xF2309A) is known color: Wild Strawberry. HEX triplet: F2, 30 and 9A. RGB value is (242,48,154). Sum of RGB (Red+Green+Blue) = 242+48+154=444 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.50% from 444); Green value is 48 (19.14% from 255 or 10.81% from 444); Blue value is 154 (60.55% from 255 or 34.68% from 444); Max value from RGB is 242 - color contains mainly: red. Hex color #F2309A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F2309A is #0DCF65. Grayscale: #757575. Windows color (decimal): -905062 or 10105074. OLE color: 10105074.
HSL color Cylindrical-coordinate representation of color #F2309A: hue angle of 327.22º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F2309A is Cyan = 0, Magento = 0.80, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 48 | 154 | - |
| CMYK | 0 | 0.80 | 0.36 | 0.05 |
| HSL | 327.22º | 0.88% | 0.57% | - |
| HSV(B) | 327.22º | 0.8% | 0.95% | - |
| XYZ | 43.51 | 23.32 | 32.78 | - |
| YUV | 118.09 | 148.27 | 216.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 48 | 154 | 0 | 0.80 | 0.36 | 0.05 | 327.22 | 0.88 | 0.57 |
| Hex | F2 | 30 | 9A | 0 | 50 | 24 | 5 | 147 | 58 | 39 |
| Octal | 362 | 60 | 232 | 0 | 120 | 44 | 5 | 507 | 130 | 71 |
| Binary | 11110010 | 110000 | 10011010 | 0 | 1010000 | 100100 | 101 | 101000111 | 1011000 | 111001 |
Color Harmonies of #F2309A
Complementary color
Monochromatic Colors of #F2309A
Black with #F2309A
Text Example
Text Example
White with #F2309A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2309A; }
p { color: rgb(242,48,154); }
H1.HeaderClassName
{
color: #F2309A;
}
.AnyTagClassName
{
color: #F2309A;
}
</style>
background-color css
<style>
a { background-color: #F2309A; }
a { background-color: rgb(242,48,154); }
div.DivClassName
{
background-color: #F2309A;
}
.BgClassName
{
background-color: #F2309A;
}
</style>
border-color css
<style>
span { border-color: #F2309A; }
span { border-color: rgb(242,48,154); }
td.TdClassName
{
border-color: #F2309A;
}
.TagClassName
{
border-color: #F2309A;
}
</style>