Shades of Wild Strawberry #F42793
Tints of Wild Strawberry #F42793
RGB
CMYK
RGB Variations
Color information
#F42793 (or 0xF42793) is known color: Wild Strawberry. HEX triplet: F4, 27 and 93. RGB value is (244,39,147). Sum of RGB (Red+Green+Blue) = 244+39+147=430 (56% of max value = 765). Red value is 244 (95.70% from 255 or 56.74% from 430); Green value is 39 (15.62% from 255 or 9.07% from 430); Blue value is 147 (57.81% from 255 or 34.19% from 430); Max value from RGB is 244 - color contains mainly: red. Hex color #F42793 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F42793 is #0BD86C. Grayscale: #707070. Windows color (decimal): -776301 or 9644020. OLE color: 9644020.
HSL color Cylindrical-coordinate representation of color #F42793: hue angle of 328.39º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F42793 is Cyan = 0, Magento = 0.84, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 39 | 147 | - |
| CMYK | 0 | 0.84 | 0.40 | 0.04 |
| HSL | 328.39º | 0.9% | 0.55% | - |
| HSV(B) | 328.39º | 0.84% | 0.96% | - |
| XYZ | 43.3 | 22.79 | 29.72 | - |
| YUV | 112.61 | 147.42 | 221.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 39 | 147 | 0 | 0.84 | 0.40 | 0.04 | 328.39 | 0.9 | 0.55 |
| Hex | F4 | 27 | 93 | 0 | 54 | 28 | 4 | 148 | 5A | 37 |
| Octal | 364 | 47 | 223 | 0 | 124 | 50 | 4 | 510 | 132 | 67 |
| Binary | 11110100 | 100111 | 10010011 | 0 | 1010100 | 101000 | 100 | 101001000 | 1011010 | 110111 |
Color Harmonies of #F42793
Complementary color
Monochromatic Colors of #F42793
Black with #F42793
Text Example
Text Example
White with #F42793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42793; }
p { color: rgb(244,39,147); }
H1.HeaderClassName
{
color: #F42793;
}
.AnyTagClassName
{
color: #F42793;
}
</style>
background-color css
<style>
a { background-color: #F42793; }
a { background-color: rgb(244,39,147); }
div.DivClassName
{
background-color: #F42793;
}
.BgClassName
{
background-color: #F42793;
}
</style>
border-color css
<style>
span { border-color: #F42793; }
span { border-color: rgb(244,39,147); }
td.TdClassName
{
border-color: #F42793;
}
.TagClassName
{
border-color: #F42793;
}
</style>