Shades of Wild Strawberry #F23EA8
Tints of Wild Strawberry #F23EA8
RGB
CMYK
RGB Variations
Color information
#F23EA8 (or 0xF23EA8) is known color: Wild Strawberry. HEX triplet: F2, 3E and A8. RGB value is (242,62,168). Sum of RGB (Red+Green+Blue) = 242+62+168=472 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.27% from 472); Green value is 62 (24.61% from 255 or 13.14% from 472); Blue value is 168 (66.02% from 255 or 35.59% from 472); Max value from RGB is 242 - color contains mainly: red. Hex color #F23EA8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23EA8 is #0DC157. Grayscale: #7F7F7F. Windows color (decimal): -901464 or 11026162. OLE color: 11026162.
HSL color Cylindrical-coordinate representation of color #F23EA8: hue angle of 324.67º 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 #F23EA8 is Cyan = 0, Magento = 0.74, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 62 | 168 | - |
| CMYK | 0 | 0.74 | 0.31 | 0.05 |
| HSL | 324.67º | 0.87% | 0.6% | - |
| HSV(B) | 324.67º | 0.74% | 0.95% | - |
| XYZ | 45.41 | 25.15 | 39.51 | - |
| YUV | 127.9 | 150.63 | 209.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 62 | 168 | 0 | 0.74 | 0.31 | 0.05 | 324.67 | 0.87 | 0.6 |
| Hex | F2 | 3E | A8 | 0 | 4A | 1F | 5 | 145 | 57 | 3C |
| Octal | 362 | 76 | 250 | 0 | 112 | 37 | 5 | 505 | 127 | 74 |
| Binary | 11110010 | 111110 | 10101000 | 0 | 1001010 | 11111 | 101 | 101000101 | 1010111 | 111100 |
Color Harmonies of #F23EA8
Complementary color
Monochromatic Colors of #F23EA8
Black with #F23EA8
Text Example
Text Example
White with #F23EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23EA8; }
p { color: rgb(242,62,168); }
H1.HeaderClassName
{
color: #F23EA8;
}
.AnyTagClassName
{
color: #F23EA8;
}
</style>
background-color css
<style>
a { background-color: #F23EA8; }
a { background-color: rgb(242,62,168); }
div.DivClassName
{
background-color: #F23EA8;
}
.BgClassName
{
background-color: #F23EA8;
}
</style>
border-color css
<style>
span { border-color: #F23EA8; }
span { border-color: rgb(242,62,168); }
td.TdClassName
{
border-color: #F23EA8;
}
.TagClassName
{
border-color: #F23EA8;
}
</style>