Shades of Wild Strawberry #FA349D
Tints of Wild Strawberry #FA349D
RGB
CMYK
RGB Variations
Color information
#FA349D (or 0xFA349D) is known color: Wild Strawberry. HEX triplet: FA, 34 and 9D. RGB value is (250,52,157). Sum of RGB (Red+Green+Blue) = 250+52+157=459 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.47% from 459); Green value is 52 (20.70% from 255 or 11.33% from 459); Blue value is 157 (61.72% from 255 or 34.20% from 459); Max value from RGB is 250 - color contains mainly: red. Hex color #FA349D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA349D is #05CB62. Grayscale: #7A7A7A. Windows color (decimal): -379747 or 10302714. OLE color: 10302714.
HSL color Cylindrical-coordinate representation of color #FA349D: hue angle of 328.18º 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 #FA349D is Cyan = 0, Magento = 0.79, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 52 | 157 | - |
| CMYK | 0 | 0.79 | 0.37 | 0.02 |
| HSL | 328.18º | 0.95% | 0.59% | - |
| HSV(B) | 328.18º | 0.79% | 0.98% | - |
| XYZ | 46.74 | 25.21 | 34.3 | - |
| YUV | 123.17 | 147.1 | 218.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 52 | 157 | 0 | 0.79 | 0.37 | 0.02 | 328.18 | 0.95 | 0.59 |
| Hex | FA | 34 | 9D | 0 | 4F | 25 | 2 | 148 | 5F | 3B |
| Octal | 372 | 64 | 235 | 0 | 117 | 45 | 2 | 510 | 137 | 73 |
| Binary | 11111010 | 110100 | 10011101 | 0 | 1001111 | 100101 | 10 | 101001000 | 1011111 | 111011 |
Color Harmonies of #FA349D
Complementary color
Monochromatic Colors of #FA349D
Black with #FA349D
Text Example
Text Example
White with #FA349D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA349D; }
p { color: rgb(250,52,157); }
H1.HeaderClassName
{
color: #FA349D;
}
.AnyTagClassName
{
color: #FA349D;
}
</style>
background-color css
<style>
a { background-color: #FA349D; }
a { background-color: rgb(250,52,157); }
div.DivClassName
{
background-color: #FA349D;
}
.BgClassName
{
background-color: #FA349D;
}
</style>
border-color css
<style>
span { border-color: #FA349D; }
span { border-color: rgb(250,52,157); }
td.TdClassName
{
border-color: #FA349D;
}
.TagClassName
{
border-color: #FA349D;
}
</style>