Shades of Wild Strawberry #F42A8F
Tints of Wild Strawberry #F42A8F
RGB
CMYK
RGB Variations
Color information
#F42A8F (or 0xF42A8F) is known color: Wild Strawberry. HEX triplet: F4, 2A and 8F. RGB value is (244,42,143). Sum of RGB (Red+Green+Blue) = 244+42+143=429 (56% of max value = 765). Red value is 244 (95.70% from 255 or 56.88% from 429); Green value is 42 (16.80% from 255 or 9.79% from 429); Blue value is 143 (56.25% from 255 or 33.33% from 429); Max value from RGB is 244 - color contains mainly: red. Hex color #F42A8F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F42A8F is #0BD570. Grayscale: #717171. Windows color (decimal): -775537 or 9382644. OLE color: 9382644.
HSL color Cylindrical-coordinate representation of color #F42A8F: hue angle of 330º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F42A8F is Cyan = 0, Magento = 0.83, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 42 | 143 | - |
| CMYK | 0 | 0.83 | 0.41 | 0.04 |
| HSL | 330º | 0.9% | 0.56% | - |
| HSV(B) | 330º | 0.83% | 0.96% | - |
| XYZ | 43.09 | 22.87 | 28.13 | - |
| YUV | 113.91 | 144.42 | 220.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 42 | 143 | 0 | 0.83 | 0.41 | 0.04 | 330 | 0.9 | 0.56 |
| Hex | F4 | 2A | 8F | 0 | 53 | 29 | 4 | 14A | 5A | 38 |
| Octal | 364 | 52 | 217 | 0 | 123 | 51 | 4 | 512 | 132 | 70 |
| Binary | 11110100 | 101010 | 10001111 | 0 | 1010011 | 101001 | 100 | 101001010 | 1011010 | 111000 |
Color Harmonies of #F42A8F
Complementary color
Monochromatic Colors of #F42A8F
Black with #F42A8F
Text Example
Text Example
White with #F42A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42A8F; }
p { color: rgb(244,42,143); }
H1.HeaderClassName
{
color: #F42A8F;
}
.AnyTagClassName
{
color: #F42A8F;
}
</style>
background-color css
<style>
a { background-color: #F42A8F; }
a { background-color: rgb(244,42,143); }
div.DivClassName
{
background-color: #F42A8F;
}
.BgClassName
{
background-color: #F42A8F;
}
</style>
border-color css
<style>
span { border-color: #F42A8F; }
span { border-color: rgb(244,42,143); }
td.TdClassName
{
border-color: #F42A8F;
}
.TagClassName
{
border-color: #F42A8F;
}
</style>