Shades of Wild Strawberry #F4369C
Tints of Wild Strawberry #F4369C
RGB
CMYK
RGB Variations
Color information
#F4369C (or 0xF4369C) is known color: Wild Strawberry. HEX triplet: F4, 36 and 9C. RGB value is (244,54,156). Sum of RGB (Red+Green+Blue) = 244+54+156=454 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.74% from 454); Green value is 54 (21.48% from 255 or 11.89% from 454); Blue value is 156 (61.33% from 255 or 34.36% from 454); Max value from RGB is 244 - color contains mainly: red. Hex color #F4369C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F4369C is #0BC963. Grayscale: #7A7A7A. Windows color (decimal): -772452 or 10237684. OLE color: 10237684.
HSL color Cylindrical-coordinate representation of color #F4369C: hue angle of 327.79º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F4369C is Cyan = 0, Magento = 0.78, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 54 | 156 | - |
| CMYK | 0 | 0.78 | 0.36 | 0.04 |
| HSL | 327.79º | 0.9% | 0.58% | - |
| HSV(B) | 327.79º | 0.78% | 0.96% | - |
| XYZ | 44.63 | 24.27 | 33.79 | - |
| YUV | 122.44 | 146.95 | 214.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 54 | 156 | 0 | 0.78 | 0.36 | 0.04 | 327.79 | 0.9 | 0.58 |
| Hex | F4 | 36 | 9C | 0 | 4E | 24 | 4 | 148 | 5A | 3A |
| Octal | 364 | 66 | 234 | 0 | 116 | 44 | 4 | 510 | 132 | 72 |
| Binary | 11110100 | 110110 | 10011100 | 0 | 1001110 | 100100 | 100 | 101001000 | 1011010 | 111010 |
Color Harmonies of #F4369C
Complementary color
Monochromatic Colors of #F4369C
Black with #F4369C
Text Example
Text Example
White with #F4369C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4369C; }
p { color: rgb(244,54,156); }
H1.HeaderClassName
{
color: #F4369C;
}
.AnyTagClassName
{
color: #F4369C;
}
</style>
background-color css
<style>
a { background-color: #F4369C; }
a { background-color: rgb(244,54,156); }
div.DivClassName
{
background-color: #F4369C;
}
.BgClassName
{
background-color: #F4369C;
}
</style>
border-color css
<style>
span { border-color: #F4369C; }
span { border-color: rgb(244,54,156); }
td.TdClassName
{
border-color: #F4369C;
}
.TagClassName
{
border-color: #F4369C;
}
</style>