Shades of Wild Strawberry #FA358C
Tints of Wild Strawberry #FA358C
RGB
CMYK
RGB Variations
Color information
#FA358C (or 0xFA358C) is known color: Wild Strawberry. HEX triplet: FA, 35 and 8C. RGB value is (250,53,140). Sum of RGB (Red+Green+Blue) = 250+53+140=443 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.43% from 443); Green value is 53 (21.09% from 255 or 11.96% from 443); Blue value is 140 (55.08% from 255 or 31.60% from 443); Max value from RGB is 250 - color contains mainly: red. Hex color #FA358C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA358C is #05CA73. Grayscale: #797979. Windows color (decimal): -379508 or 9188858. OLE color: 9188858.
HSL color Cylindrical-coordinate representation of color #FA358C: hue angle of 333.5º 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 #FA358C is Cyan = 0, Magento = 0.79, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 53 | 140 | - |
| CMYK | 0 | 0.79 | 0.44 | 0.02 |
| HSL | 333.5º | 0.95% | 0.59% | - |
| HSV(B) | 333.5º | 0.79% | 0.98% | - |
| XYZ | 45.43 | 24.76 | 27.2 | - |
| YUV | 121.82 | 138.27 | 219.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 53 | 140 | 0 | 0.79 | 0.44 | 0.02 | 333.5 | 0.95 | 0.59 |
| Hex | FA | 35 | 8C | 0 | 4F | 2C | 2 | 14E | 5F | 3B |
| Octal | 372 | 65 | 214 | 0 | 117 | 54 | 2 | 516 | 137 | 73 |
| Binary | 11111010 | 110101 | 10001100 | 0 | 1001111 | 101100 | 10 | 101001110 | 1011111 | 111011 |
Color Harmonies of #FA358C
Complementary color
Monochromatic Colors of #FA358C
Black with #FA358C
Text Example
Text Example
White with #FA358C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA358C; }
p { color: rgb(250,53,140); }
H1.HeaderClassName
{
color: #FA358C;
}
.AnyTagClassName
{
color: #FA358C;
}
</style>
background-color css
<style>
a { background-color: #FA358C; }
a { background-color: rgb(250,53,140); }
div.DivClassName
{
background-color: #FA358C;
}
.BgClassName
{
background-color: #FA358C;
}
</style>
border-color css
<style>
span { border-color: #FA358C; }
span { border-color: rgb(250,53,140); }
td.TdClassName
{
border-color: #FA358C;
}
.TagClassName
{
border-color: #FA358C;
}
</style>