Shades of Wild Strawberry #F23690
Tints of Wild Strawberry #F23690
RGB
CMYK
RGB Variations
Color information
#F23690 (or 0xF23690) is known color: Wild Strawberry. HEX triplet: F2, 36 and 90. RGB value is (242,54,144). Sum of RGB (Red+Green+Blue) = 242+54+144=440 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55% from 440); Green value is 54 (21.48% from 255 or 12.27% from 440); Blue value is 144 (56.64% from 255 or 32.73% from 440); Max value from RGB is 242 - color contains mainly: red. Hex color #F23690 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23690 is #0DC96F. Grayscale: #787878. Windows color (decimal): -903536 or 9451250. OLE color: 9451250.
HSL color Cylindrical-coordinate representation of color #F23690: hue angle of 331.28º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F23690 is Cyan = 0, Magento = 0.78, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 54 | 144 | - |
| CMYK | 0 | 0.78 | 0.40 | 0.05 |
| HSL | 331.28º | 0.88% | 0.58% | - |
| HSV(B) | 331.28º | 0.78% | 0.95% | - |
| XYZ | 42.97 | 23.53 | 28.66 | - |
| YUV | 120.47 | 141.28 | 214.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 54 | 144 | 0 | 0.78 | 0.40 | 0.05 | 331.28 | 0.88 | 0.58 |
| Hex | F2 | 36 | 90 | 0 | 4E | 28 | 5 | 14B | 58 | 3A |
| Octal | 362 | 66 | 220 | 0 | 116 | 50 | 5 | 513 | 130 | 72 |
| Binary | 11110010 | 110110 | 10010000 | 0 | 1001110 | 101000 | 101 | 101001011 | 1011000 | 111010 |
Color Harmonies of #F23690
Complementary color
Monochromatic Colors of #F23690
Black with #F23690
Text Example
Text Example
White with #F23690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23690; }
p { color: rgb(242,54,144); }
H1.HeaderClassName
{
color: #F23690;
}
.AnyTagClassName
{
color: #F23690;
}
</style>
background-color css
<style>
a { background-color: #F23690; }
a { background-color: rgb(242,54,144); }
div.DivClassName
{
background-color: #F23690;
}
.BgClassName
{
background-color: #F23690;
}
</style>
border-color css
<style>
span { border-color: #F23690; }
span { border-color: rgb(242,54,144); }
td.TdClassName
{
border-color: #F23690;
}
.TagClassName
{
border-color: #F23690;
}
</style>