Shades of Wild Strawberry #F23993
Tints of Wild Strawberry #F23993
RGB
CMYK
RGB Variations
Color information
#F23993 (or 0xF23993) is known color: Wild Strawberry. HEX triplet: F2, 39 and 93. RGB value is (242,57,147). Sum of RGB (Red+Green+Blue) = 242+57+147=446 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.26% from 446); Green value is 57 (22.66% from 255 or 12.78% from 446); Blue value is 147 (57.81% from 255 or 32.96% from 446); Max value from RGB is 242 - color contains mainly: red. Hex color #F23993 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23993 is #0DC66C. Grayscale: #7A7A7A. Windows color (decimal): -902765 or 9648626. OLE color: 9648626.
HSL color Cylindrical-coordinate representation of color #F23993: hue angle of 330.81º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F23993 is Cyan = 0, Magento = 0.76, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 57 | 147 | - |
| CMYK | 0 | 0.76 | 0.39 | 0.05 |
| HSL | 330.81º | 0.88% | 0.59% | - |
| HSV(B) | 330.81º | 0.76% | 0.95% | - |
| XYZ | 43.35 | 23.91 | 29.93 | - |
| YUV | 122.58 | 141.79 | 213.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 57 | 147 | 0 | 0.76 | 0.39 | 0.05 | 330.81 | 0.88 | 0.59 |
| Hex | F2 | 39 | 93 | 0 | 4C | 27 | 5 | 14B | 58 | 3B |
| Octal | 362 | 71 | 223 | 0 | 114 | 47 | 5 | 513 | 130 | 73 |
| Binary | 11110010 | 111001 | 10010011 | 0 | 1001100 | 100111 | 101 | 101001011 | 1011000 | 111011 |
Color Harmonies of #F23993
Complementary color
Monochromatic Colors of #F23993
Black with #F23993
Text Example
Text Example
White with #F23993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23993; }
p { color: rgb(242,57,147); }
H1.HeaderClassName
{
color: #F23993;
}
.AnyTagClassName
{
color: #F23993;
}
</style>
background-color css
<style>
a { background-color: #F23993; }
a { background-color: rgb(242,57,147); }
div.DivClassName
{
background-color: #F23993;
}
.BgClassName
{
background-color: #F23993;
}
</style>
border-color css
<style>
span { border-color: #F23993; }
span { border-color: rgb(242,57,147); }
td.TdClassName
{
border-color: #F23993;
}
.TagClassName
{
border-color: #F23993;
}
</style>