Shades of Wild Strawberry #FA359C
Tints of Wild Strawberry #FA359C
RGB
CMYK
RGB Variations
Color information
#FA359C (or 0xFA359C) is known color: Wild Strawberry. HEX triplet: FA, 35 and 9C. RGB value is (250,53,156). Sum of RGB (Red+Green+Blue) = 250+53+156=459 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.47% from 459); Green value is 53 (21.09% from 255 or 11.55% from 459); Blue value is 156 (61.33% from 255 or 33.99% from 459); Max value from RGB is 250 - color contains mainly: red. Hex color #FA359C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA359C is #05CA63. Grayscale: #7B7B7B. Windows color (decimal): -379492 or 10237434. OLE color: 10237434.
HSL color Cylindrical-coordinate representation of color #FA359C: hue angle of 328.63º 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 #FA359C is Cyan = 0, Magento = 0.79, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 53 | 156 | - |
| CMYK | 0 | 0.79 | 0.38 | 0.02 |
| HSL | 328.63º | 0.95% | 0.59% | - |
| HSV(B) | 328.63º | 0.79% | 0.98% | - |
| XYZ | 46.7 | 25.27 | 33.87 | - |
| YUV | 123.65 | 146.27 | 218.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 53 | 156 | 0 | 0.79 | 0.38 | 0.02 | 328.63 | 0.95 | 0.59 |
| Hex | FA | 35 | 9C | 0 | 4F | 26 | 2 | 149 | 5F | 3B |
| Octal | 372 | 65 | 234 | 0 | 117 | 46 | 2 | 511 | 137 | 73 |
| Binary | 11111010 | 110101 | 10011100 | 0 | 1001111 | 100110 | 10 | 101001001 | 1011111 | 111011 |
Color Harmonies of #FA359C
Complementary color
Monochromatic Colors of #FA359C
Black with #FA359C
Text Example
Text Example
White with #FA359C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA359C; }
p { color: rgb(250,53,156); }
H1.HeaderClassName
{
color: #FA359C;
}
.AnyTagClassName
{
color: #FA359C;
}
</style>
background-color css
<style>
a { background-color: #FA359C; }
a { background-color: rgb(250,53,156); }
div.DivClassName
{
background-color: #FA359C;
}
.BgClassName
{
background-color: #FA359C;
}
</style>
border-color css
<style>
span { border-color: #FA359C; }
span { border-color: rgb(250,53,156); }
td.TdClassName
{
border-color: #FA359C;
}
.TagClassName
{
border-color: #FA359C;
}
</style>