Shades of Wild Strawberry #F4348B
Tints of Wild Strawberry #F4348B
RGB
CMYK
RGB Variations
Color information
#F4348B (or 0xF4348B) is known color: Wild Strawberry. HEX triplet: F4, 34 and 8B. RGB value is (244,52,139). Sum of RGB (Red+Green+Blue) = 244+52+139=435 (57% of max value = 765). Red value is 244 (95.70% from 255 or 56.09% from 435); Green value is 52 (20.70% from 255 or 11.95% from 435); Blue value is 139 (54.69% from 255 or 31.95% from 435); Max value from RGB is 244 - color contains mainly: red. Hex color #F4348B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F4348B is #0BCB74. Grayscale: #777777. Windows color (decimal): -772981 or 9123060. OLE color: 9123060.
HSL color Cylindrical-coordinate representation of color #F4348B: hue angle of 332.81º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F4348B is Cyan = 0, Magento = 0.79, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 52 | 139 | - |
| CMYK | 0 | 0.79 | 0.43 | 0.04 |
| HSL | 332.81º | 0.9% | 0.58% | - |
| HSV(B) | 332.81º | 0.79% | 0.96% | - |
| XYZ | 43.2 | 23.55 | 26.7 | - |
| YUV | 119.33 | 139.11 | 216.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 52 | 139 | 0 | 0.79 | 0.43 | 0.04 | 332.81 | 0.9 | 0.58 |
| Hex | F4 | 34 | 8B | 0 | 4F | 2B | 4 | 14D | 5A | 3A |
| Octal | 364 | 64 | 213 | 0 | 117 | 53 | 4 | 515 | 132 | 72 |
| Binary | 11110100 | 110100 | 10001011 | 0 | 1001111 | 101011 | 100 | 101001101 | 1011010 | 111010 |
Color Harmonies of #F4348B
Complementary color
Monochromatic Colors of #F4348B
Black with #F4348B
Text Example
Text Example
White with #F4348B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4348B; }
p { color: rgb(244,52,139); }
H1.HeaderClassName
{
color: #F4348B;
}
.AnyTagClassName
{
color: #F4348B;
}
</style>
background-color css
<style>
a { background-color: #F4348B; }
a { background-color: rgb(244,52,139); }
div.DivClassName
{
background-color: #F4348B;
}
.BgClassName
{
background-color: #F4348B;
}
</style>
border-color css
<style>
span { border-color: #F4348B; }
span { border-color: rgb(244,52,139); }
td.TdClassName
{
border-color: #F4348B;
}
.TagClassName
{
border-color: #F4348B;
}
</style>