Shades of Wild Strawberry #FA349C
Tints of Wild Strawberry #FA349C
RGB
CMYK
RGB Variations
Color information
#FA349C (or 0xFA349C) is known color: Wild Strawberry. HEX triplet: FA, 34 and 9C. RGB value is (250,52,156). Sum of RGB (Red+Green+Blue) = 250+52+156=458 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.59% from 458); Green value is 52 (20.70% from 255 or 11.35% from 458); Blue value is 156 (61.33% from 255 or 34.06% from 458); Max value from RGB is 250 - color contains mainly: red. Hex color #FA349C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA349C is #05CB63. Grayscale: #7A7A7A. Windows color (decimal): -379748 or 10237178. OLE color: 10237178.
HSL color Cylindrical-coordinate representation of color #FA349C: hue angle of 328.48º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FA349C is Cyan = 0, Magento = 0.79, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 52 | 156 | - |
| CMYK | 0 | 0.79 | 0.38 | 0.02 |
| HSL | 328.48º | 0.95% | 0.59% | - |
| HSV(B) | 328.48º | 0.79% | 0.98% | - |
| XYZ | 46.65 | 25.18 | 33.85 | - |
| YUV | 123.06 | 146.6 | 218.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 52 | 156 | 0 | 0.79 | 0.38 | 0.02 | 328.48 | 0.95 | 0.59 |
| Hex | FA | 34 | 9C | 0 | 4F | 26 | 2 | 148 | 5F | 3B |
| Octal | 372 | 64 | 234 | 0 | 117 | 46 | 2 | 510 | 137 | 73 |
| Binary | 11111010 | 110100 | 10011100 | 0 | 1001111 | 100110 | 10 | 101001000 | 1011111 | 111011 |
Color Harmonies of #FA349C
Complementary color
Monochromatic Colors of #FA349C
Black with #FA349C
Text Example
Text Example
White with #FA349C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA349C; }
p { color: rgb(250,52,156); }
H1.HeaderClassName
{
color: #FA349C;
}
.AnyTagClassName
{
color: #FA349C;
}
</style>
background-color css
<style>
a { background-color: #FA349C; }
a { background-color: rgb(250,52,156); }
div.DivClassName
{
background-color: #FA349C;
}
.BgClassName
{
background-color: #FA349C;
}
</style>
border-color css
<style>
span { border-color: #FA349C; }
span { border-color: rgb(250,52,156); }
td.TdClassName
{
border-color: #FA349C;
}
.TagClassName
{
border-color: #FA349C;
}
</style>