Shades of Wild Strawberry #F23692
Tints of Wild Strawberry #F23692
RGB
CMYK
RGB Variations
Color information
#F23692 (or 0xF23692) is known color: Wild Strawberry. HEX triplet: F2, 36 and 92. RGB value is (242,54,146). Sum of RGB (Red+Green+Blue) = 242+54+146=442 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.75% from 442); Green value is 54 (21.48% from 255 or 12.22% from 442); Blue value is 146 (57.42% from 255 or 33.03% from 442); Max value from RGB is 242 - color contains mainly: red. Hex color #F23692 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23692 is #0DC96D. Grayscale: #787878. Windows color (decimal): -903534 or 9582322. OLE color: 9582322.
HSL color Cylindrical-coordinate representation of color #F23692: hue angle of 330.64º 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 #F23692 is Cyan = 0, Magento = 0.78, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 54 | 146 | - |
| CMYK | 0 | 0.78 | 0.40 | 0.05 |
| HSL | 330.64º | 0.88% | 0.58% | - |
| HSV(B) | 330.64º | 0.78% | 0.95% | - |
| XYZ | 43.13 | 23.59 | 29.47 | - |
| YUV | 120.7 | 142.28 | 214.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 54 | 146 | 0 | 0.78 | 0.40 | 0.05 | 330.64 | 0.88 | 0.58 |
| Hex | F2 | 36 | 92 | 0 | 4E | 28 | 5 | 14B | 58 | 3A |
| Octal | 362 | 66 | 222 | 0 | 116 | 50 | 5 | 513 | 130 | 72 |
| Binary | 11110010 | 110110 | 10010010 | 0 | 1001110 | 101000 | 101 | 101001011 | 1011000 | 111010 |
Color Harmonies of #F23692
Complementary color
Monochromatic Colors of #F23692
Black with #F23692
Text Example
Text Example
White with #F23692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23692; }
p { color: rgb(242,54,146); }
H1.HeaderClassName
{
color: #F23692;
}
.AnyTagClassName
{
color: #F23692;
}
</style>
background-color css
<style>
a { background-color: #F23692; }
a { background-color: rgb(242,54,146); }
div.DivClassName
{
background-color: #F23692;
}
.BgClassName
{
background-color: #F23692;
}
</style>
border-color css
<style>
span { border-color: #F23692; }
span { border-color: rgb(242,54,146); }
td.TdClassName
{
border-color: #F23692;
}
.TagClassName
{
border-color: #F23692;
}
</style>