Shades of Wild Strawberry #F23C96
Tints of Wild Strawberry #F23C96
RGB
CMYK
RGB Variations
Color information
#F23C96 (or 0xF23C96) is known color: Wild Strawberry. HEX triplet: F2, 3C and 96. RGB value is (242,60,150). Sum of RGB (Red+Green+Blue) = 242+60+150=452 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.54% from 452); Green value is 60 (23.83% from 255 or 13.27% from 452); Blue value is 150 (58.98% from 255 or 33.19% from 452); Max value from RGB is 242 - color contains mainly: red. Hex color #F23C96 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23C96 is #0DC369. Grayscale: #7C7C7C. Windows color (decimal): -901994 or 9846002. OLE color: 9846002.
HSL color Cylindrical-coordinate representation of color #F23C96: hue angle of 330.33º degrees, saturation: 0.88, 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 #F23C96 is Cyan = 0, Magento = 0.75, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 60 | 150 | - |
| CMYK | 0 | 0.75 | 0.38 | 0.05 |
| HSL | 330.33º | 0.88% | 0.59% | - |
| HSV(B) | 330.33º | 0.75% | 0.95% | - |
| XYZ | 43.74 | 24.31 | 31.24 | - |
| YUV | 124.68 | 142.3 | 211.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 60 | 150 | 0 | 0.75 | 0.38 | 0.05 | 330.33 | 0.88 | 0.59 |
| Hex | F2 | 3C | 96 | 0 | 4B | 26 | 5 | 14A | 58 | 3B |
| Octal | 362 | 74 | 226 | 0 | 113 | 46 | 5 | 512 | 130 | 73 |
| Binary | 11110010 | 111100 | 10010110 | 0 | 1001011 | 100110 | 101 | 101001010 | 1011000 | 111011 |
Color Harmonies of #F23C96
Complementary color
Monochromatic Colors of #F23C96
Black with #F23C96
Text Example
Text Example
White with #F23C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23C96; }
p { color: rgb(242,60,150); }
H1.HeaderClassName
{
color: #F23C96;
}
.AnyTagClassName
{
color: #F23C96;
}
</style>
background-color css
<style>
a { background-color: #F23C96; }
a { background-color: rgb(242,60,150); }
div.DivClassName
{
background-color: #F23C96;
}
.BgClassName
{
background-color: #F23C96;
}
</style>
border-color css
<style>
span { border-color: #F23C96; }
span { border-color: rgb(242,60,150); }
td.TdClassName
{
border-color: #F23C96;
}
.TagClassName
{
border-color: #F23C96;
}
</style>