Shades of Wild Strawberry #F23AA2
Tints of Wild Strawberry #F23AA2
RGB
CMYK
RGB Variations
Color information
#F23AA2 (or 0xF23AA2) is known color: Wild Strawberry. HEX triplet: F2, 3A and A2. RGB value is (242,58,162). Sum of RGB (Red+Green+Blue) = 242+58+162=462 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.38% from 462); Green value is 58 (23.05% from 255 or 12.55% from 462); Blue value is 162 (63.67% from 255 or 35.06% from 462); Max value from RGB is 242 - color contains mainly: red. Hex color #F23AA2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23AA2 is #0DC55D. Grayscale: #7C7C7C. Windows color (decimal): -902494 or 10631922. OLE color: 10631922.
HSL color Cylindrical-coordinate representation of color #F23AA2: hue angle of 326.09º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F23AA2 is Cyan = 0, Magento = 0.76, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 58 | 162 | - |
| CMYK | 0 | 0.76 | 0.33 | 0.05 |
| HSL | 326.09º | 0.88% | 0.59% | - |
| HSV(B) | 326.09º | 0.76% | 0.95% | - |
| XYZ | 44.65 | 24.51 | 36.56 | - |
| YUV | 124.87 | 148.96 | 211.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 58 | 162 | 0 | 0.76 | 0.33 | 0.05 | 326.09 | 0.88 | 0.59 |
| Hex | F2 | 3A | A2 | 0 | 4C | 21 | 5 | 146 | 58 | 3B |
| Octal | 362 | 72 | 242 | 0 | 114 | 41 | 5 | 506 | 130 | 73 |
| Binary | 11110010 | 111010 | 10100010 | 0 | 1001100 | 100001 | 101 | 101000110 | 1011000 | 111011 |
Color Harmonies of #F23AA2
Complementary color
Monochromatic Colors of #F23AA2
Black with #F23AA2
Text Example
Text Example
White with #F23AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23AA2; }
p { color: rgb(242,58,162); }
H1.HeaderClassName
{
color: #F23AA2;
}
.AnyTagClassName
{
color: #F23AA2;
}
</style>
background-color css
<style>
a { background-color: #F23AA2; }
a { background-color: rgb(242,58,162); }
div.DivClassName
{
background-color: #F23AA2;
}
.BgClassName
{
background-color: #F23AA2;
}
</style>
border-color css
<style>
span { border-color: #F23AA2; }
span { border-color: rgb(242,58,162); }
td.TdClassName
{
border-color: #F23AA2;
}
.TagClassName
{
border-color: #F23AA2;
}
</style>