Shades of Wild Strawberry #F23FA3
Tints of Wild Strawberry #F23FA3
RGB
CMYK
RGB Variations
Color information
#F23FA3 (or 0xF23FA3) is known color: Wild Strawberry. HEX triplet: F2, 3F and A3. RGB value is (242,63,163). Sum of RGB (Red+Green+Blue) = 242+63+163=468 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.71% from 468); Green value is 63 (25% from 255 or 13.46% from 468); Blue value is 163 (64.06% from 255 or 34.83% from 468); Max value from RGB is 242 - color contains mainly: red. Hex color #F23FA3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23FA3 is #0DC05C. Grayscale: #7F7F7F. Windows color (decimal): -901213 or 10698738. OLE color: 10698738.
HSL color Cylindrical-coordinate representation of color #F23FA3: hue angle of 326.48º degrees, saturation: 0.87, 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 #F23FA3 is Cyan = 0, Magento = 0.74, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 63 | 163 | - |
| CMYK | 0 | 0.74 | 0.33 | 0.05 |
| HSL | 326.48º | 0.87% | 0.6% | - |
| HSV(B) | 326.48º | 0.74% | 0.95% | - |
| XYZ | 45.01 | 25.08 | 37.12 | - |
| YUV | 127.92 | 147.8 | 209.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 63 | 163 | 0 | 0.74 | 0.33 | 0.05 | 326.48 | 0.87 | 0.6 |
| Hex | F2 | 3F | A3 | 0 | 4A | 21 | 5 | 146 | 57 | 3C |
| Octal | 362 | 77 | 243 | 0 | 112 | 41 | 5 | 506 | 127 | 74 |
| Binary | 11110010 | 111111 | 10100011 | 0 | 1001010 | 100001 | 101 | 101000110 | 1010111 | 111100 |
Color Harmonies of #F23FA3
Complementary color
Monochromatic Colors of #F23FA3
Black with #F23FA3
Text Example
Text Example
White with #F23FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23FA3; }
p { color: rgb(242,63,163); }
H1.HeaderClassName
{
color: #F23FA3;
}
.AnyTagClassName
{
color: #F23FA3;
}
</style>
background-color css
<style>
a { background-color: #F23FA3; }
a { background-color: rgb(242,63,163); }
div.DivClassName
{
background-color: #F23FA3;
}
.BgClassName
{
background-color: #F23FA3;
}
</style>
border-color css
<style>
span { border-color: #F23FA3; }
span { border-color: rgb(242,63,163); }
td.TdClassName
{
border-color: #F23FA3;
}
.TagClassName
{
border-color: #F23FA3;
}
</style>