Shades of Wild Strawberry #F4258E
Tints of Wild Strawberry #F4258E
RGB
CMYK
RGB Variations
Color information
#F4258E (or 0xF4258E) is known color: Wild Strawberry. HEX triplet: F4, 25 and 8E. RGB value is (244,37,142). Sum of RGB (Red+Green+Blue) = 244+37+142=423 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.68% from 423); Green value is 37 (14.84% from 255 or 8.75% from 423); Blue value is 142 (55.86% from 255 or 33.57% from 423); Max value from RGB is 244 - color contains mainly: red. Hex color #F4258E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F4258E is #0BDA71. Grayscale: #6E6E6E. Windows color (decimal): -776818 or 9315828. OLE color: 9315828.
HSL color Cylindrical-coordinate representation of color #F4258E: hue angle of 329.57º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F4258E is Cyan = 0, Magento = 0.85, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 37 | 142 | - |
| CMYK | 0 | 0.85 | 0.42 | 0.04 |
| HSL | 329.57º | 0.9% | 0.55% | - |
| HSV(B) | 329.57º | 0.85% | 0.96% | - |
| XYZ | 42.85 | 22.51 | 27.68 | - |
| YUV | 110.86 | 145.58 | 222.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 37 | 142 | 0 | 0.85 | 0.42 | 0.04 | 329.57 | 0.9 | 0.55 |
| Hex | F4 | 25 | 8E | 0 | 55 | 2A | 4 | 14A | 5A | 37 |
| Octal | 364 | 45 | 216 | 0 | 125 | 52 | 4 | 512 | 132 | 67 |
| Binary | 11110100 | 100101 | 10001110 | 0 | 1010101 | 101010 | 100 | 101001010 | 1011010 | 110111 |
Color Harmonies of #F4258E
Complementary color
Monochromatic Colors of #F4258E
Black with #F4258E
Text Example
Text Example
White with #F4258E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4258E; }
p { color: rgb(244,37,142); }
H1.HeaderClassName
{
color: #F4258E;
}
.AnyTagClassName
{
color: #F4258E;
}
</style>
background-color css
<style>
a { background-color: #F4258E; }
a { background-color: rgb(244,37,142); }
div.DivClassName
{
background-color: #F4258E;
}
.BgClassName
{
background-color: #F4258E;
}
</style>
border-color css
<style>
span { border-color: #F4258E; }
span { border-color: rgb(244,37,142); }
td.TdClassName
{
border-color: #F4258E;
}
.TagClassName
{
border-color: #F4258E;
}
</style>