Shades of Wild Strawberry #F23498
Tints of Wild Strawberry #F23498
RGB
CMYK
RGB Variations
Color information
#F23498 (or 0xF23498) is known color: Wild Strawberry. HEX triplet: F2, 34 and 98. RGB value is (242,52,152). Sum of RGB (Red+Green+Blue) = 242+52+152=446 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.26% from 446); Green value is 52 (20.70% from 255 or 11.66% from 446); Blue value is 152 (59.77% from 255 or 34.08% from 446); Max value from RGB is 242 - color contains mainly: red. Hex color #F23498 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23498 is #0DCB67. Grayscale: #787878. Windows color (decimal): -904040 or 9975026. OLE color: 9975026.
HSL color Cylindrical-coordinate representation of color #F23498: hue angle of 328.42º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F23498 is Cyan = 0, Magento = 0.79, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 52 | 152 | - |
| CMYK | 0 | 0.79 | 0.37 | 0.05 |
| HSL | 328.42º | 0.88% | 0.58% | - |
| HSV(B) | 328.42º | 0.79% | 0.95% | - |
| XYZ | 43.51 | 23.6 | 31.97 | - |
| YUV | 120.21 | 145.95 | 214.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 52 | 152 | 0 | 0.79 | 0.37 | 0.05 | 328.42 | 0.88 | 0.58 |
| Hex | F2 | 34 | 98 | 0 | 4F | 25 | 5 | 148 | 58 | 3A |
| Octal | 362 | 64 | 230 | 0 | 117 | 45 | 5 | 510 | 130 | 72 |
| Binary | 11110010 | 110100 | 10011000 | 0 | 1001111 | 100101 | 101 | 101001000 | 1011000 | 111010 |
Color Harmonies of #F23498
Complementary color
Monochromatic Colors of #F23498
Black with #F23498
Text Example
Text Example
White with #F23498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23498; }
p { color: rgb(242,52,152); }
H1.HeaderClassName
{
color: #F23498;
}
.AnyTagClassName
{
color: #F23498;
}
</style>
background-color css
<style>
a { background-color: #F23498; }
a { background-color: rgb(242,52,152); }
div.DivClassName
{
background-color: #F23498;
}
.BgClassName
{
background-color: #F23498;
}
</style>
border-color css
<style>
span { border-color: #F23498; }
span { border-color: rgb(242,52,152); }
td.TdClassName
{
border-color: #F23498;
}
.TagClassName
{
border-color: #F23498;
}
</style>