Shades of Wild Strawberry #F23DA2
Tints of Wild Strawberry #F23DA2
RGB
CMYK
RGB Variations
Color information
#F23DA2 (or 0xF23DA2) is known color: Wild Strawberry. HEX triplet: F2, 3D and A2. RGB value is (242,61,162). Sum of RGB (Red+Green+Blue) = 242+61+162=465 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.04% from 465); Green value is 61 (24.22% from 255 or 13.12% from 465); Blue value is 162 (63.67% from 255 or 34.84% from 465); Max value from RGB is 242 - color contains mainly: red. Hex color #F23DA2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23DA2 is #0DC25D. Grayscale: #7E7E7E. Windows color (decimal): -901726 or 10632690. OLE color: 10632690.
HSL color Cylindrical-coordinate representation of color #F23DA2: hue angle of 326.52º degrees, saturation: 0.87, 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 #F23DA2 is Cyan = 0, Magento = 0.75, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 61 | 162 | - |
| CMYK | 0 | 0.75 | 0.33 | 0.05 |
| HSL | 326.52º | 0.87% | 0.59% | - |
| HSV(B) | 326.52º | 0.75% | 0.95% | - |
| XYZ | 44.81 | 24.82 | 36.61 | - |
| YUV | 126.63 | 147.97 | 210.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 61 | 162 | 0 | 0.75 | 0.33 | 0.05 | 326.52 | 0.87 | 0.59 |
| Hex | F2 | 3D | A2 | 0 | 4B | 21 | 5 | 147 | 57 | 3B |
| Octal | 362 | 75 | 242 | 0 | 113 | 41 | 5 | 507 | 127 | 73 |
| Binary | 11110010 | 111101 | 10100010 | 0 | 1001011 | 100001 | 101 | 101000111 | 1010111 | 111011 |
Color Harmonies of #F23DA2
Complementary color
Monochromatic Colors of #F23DA2
Black with #F23DA2
Text Example
Text Example
White with #F23DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23DA2; }
p { color: rgb(242,61,162); }
H1.HeaderClassName
{
color: #F23DA2;
}
.AnyTagClassName
{
color: #F23DA2;
}
</style>
background-color css
<style>
a { background-color: #F23DA2; }
a { background-color: rgb(242,61,162); }
div.DivClassName
{
background-color: #F23DA2;
}
.BgClassName
{
background-color: #F23DA2;
}
</style>
border-color css
<style>
span { border-color: #F23DA2; }
span { border-color: rgb(242,61,162); }
td.TdClassName
{
border-color: #F23DA2;
}
.TagClassName
{
border-color: #F23DA2;
}
</style>