Shades of Wild Strawberry #F43C9C
Tints of Wild Strawberry #F43C9C
RGB
CMYK
RGB Variations
Color information
#F43C9C (or 0xF43C9C) is known color: Wild Strawberry. HEX triplet: F4, 3C and 9C. RGB value is (244,60,156). Sum of RGB (Red+Green+Blue) = 244+60+156=460 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.04% from 460); Green value is 60 (23.83% from 255 or 13.04% from 460); Blue value is 156 (61.33% from 255 or 33.91% from 460); Max value from RGB is 244 - color contains mainly: red. Hex color #F43C9C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F43C9C is #0BC363. Grayscale: #7D7D7D. Windows color (decimal): -770916 or 10239220. OLE color: 10239220.
HSL color Cylindrical-coordinate representation of color #F43C9C: hue angle of 328.7º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F43C9C is Cyan = 0, Magento = 0.75, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 60 | 156 | - |
| CMYK | 0 | 0.75 | 0.36 | 0.04 |
| HSL | 328.7º | 0.89% | 0.6% | - |
| HSV(B) | 328.7º | 0.75% | 0.96% | - |
| XYZ | 44.92 | 24.87 | 33.88 | - |
| YUV | 125.96 | 144.96 | 212.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 60 | 156 | 0 | 0.75 | 0.36 | 0.04 | 328.7 | 0.89 | 0.6 |
| Hex | F4 | 3C | 9C | 0 | 4B | 24 | 4 | 149 | 59 | 3C |
| Octal | 364 | 74 | 234 | 0 | 113 | 44 | 4 | 511 | 131 | 74 |
| Binary | 11110100 | 111100 | 10011100 | 0 | 1001011 | 100100 | 100 | 101001001 | 1011001 | 111100 |
Color Harmonies of #F43C9C
Complementary color
Monochromatic Colors of #F43C9C
Black with #F43C9C
Text Example
Text Example
White with #F43C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F43C9C; }
p { color: rgb(244,60,156); }
H1.HeaderClassName
{
color: #F43C9C;
}
.AnyTagClassName
{
color: #F43C9C;
}
</style>
background-color css
<style>
a { background-color: #F43C9C; }
a { background-color: rgb(244,60,156); }
div.DivClassName
{
background-color: #F43C9C;
}
.BgClassName
{
background-color: #F43C9C;
}
</style>
border-color css
<style>
span { border-color: #F43C9C; }
span { border-color: rgb(244,60,156); }
td.TdClassName
{
border-color: #F43C9C;
}
.TagClassName
{
border-color: #F43C9C;
}
</style>