Shades of Wild Strawberry #F23CA6
Tints of Wild Strawberry #F23CA6
RGB
CMYK
RGB Variations
Color information
#F23CA6 (or 0xF23CA6) is known color: Wild Strawberry. HEX triplet: F2, 3C and A6. RGB value is (242,60,166). Sum of RGB (Red+Green+Blue) = 242+60+166=468 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.71% from 468); Green value is 60 (23.83% from 255 or 12.82% from 468); Blue value is 166 (65.23% from 255 or 35.47% from 468); Max value from RGB is 242 - color contains mainly: red. Hex color #F23CA6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23CA6 is #0DC359. Grayscale: #7E7E7E. Windows color (decimal): -901978 or 10894578. OLE color: 10894578.
HSL color Cylindrical-coordinate representation of color #F23CA6: hue angle of 325.05º 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 #F23CA6 is Cyan = 0, Magento = 0.75, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 60 | 166 | - |
| CMYK | 0 | 0.75 | 0.31 | 0.05 |
| HSL | 325.05º | 0.88% | 0.59% | - |
| HSV(B) | 325.05º | 0.75% | 0.95% | - |
| XYZ | 45.12 | 24.86 | 38.5 | - |
| YUV | 126.5 | 150.3 | 210.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 60 | 166 | 0 | 0.75 | 0.31 | 0.05 | 325.05 | 0.88 | 0.59 |
| Hex | F2 | 3C | A6 | 0 | 4B | 1F | 5 | 145 | 58 | 3B |
| Octal | 362 | 74 | 246 | 0 | 113 | 37 | 5 | 505 | 130 | 73 |
| Binary | 11110010 | 111100 | 10100110 | 0 | 1001011 | 11111 | 101 | 101000101 | 1011000 | 111011 |
Color Harmonies of #F23CA6
Complementary color
Monochromatic Colors of #F23CA6
Black with #F23CA6
Text Example
Text Example
White with #F23CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23CA6; }
p { color: rgb(242,60,166); }
H1.HeaderClassName
{
color: #F23CA6;
}
.AnyTagClassName
{
color: #F23CA6;
}
</style>
background-color css
<style>
a { background-color: #F23CA6; }
a { background-color: rgb(242,60,166); }
div.DivClassName
{
background-color: #F23CA6;
}
.BgClassName
{
background-color: #F23CA6;
}
</style>
border-color css
<style>
span { border-color: #F23CA6; }
span { border-color: rgb(242,60,166); }
td.TdClassName
{
border-color: #F23CA6;
}
.TagClassName
{
border-color: #F23CA6;
}
</style>