Shades of Wild Strawberry #FA3F9C
Tints of Wild Strawberry #FA3F9C
RGB
CMYK
RGB Variations
Color information
#FA3F9C (or 0xFA3F9C) is known color: Wild Strawberry. HEX triplet: FA, 3F and 9C. RGB value is (250,63,156). Sum of RGB (Red+Green+Blue) = 250+63+156=469 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.30% from 469); Green value is 63 (25% from 255 or 13.43% from 469); Blue value is 156 (61.33% from 255 or 33.26% from 469); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3F9C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA3F9C is #05C063. Grayscale: #818181. Windows color (decimal): -376932 or 10239994. OLE color: 10239994.
HSL color Cylindrical-coordinate representation of color #FA3F9C: hue angle of 330.16º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FA3F9C is Cyan = 0, Magento = 0.75, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 63 | 156 | - |
| CMYK | 0 | 0.75 | 0.38 | 0.02 |
| HSL | 330.16º | 0.95% | 0.61% | - |
| HSV(B) | 330.16º | 0.75% | 0.98% | - |
| XYZ | 47.2 | 26.28 | 34.04 | - |
| YUV | 129.52 | 142.95 | 213.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 63 | 156 | 0 | 0.75 | 0.38 | 0.02 | 330.16 | 0.95 | 0.61 |
| Hex | FA | 3F | 9C | 0 | 4B | 26 | 2 | 14A | 5F | 3D |
| Octal | 372 | 77 | 234 | 0 | 113 | 46 | 2 | 512 | 137 | 75 |
| Binary | 11111010 | 111111 | 10011100 | 0 | 1001011 | 100110 | 10 | 101001010 | 1011111 | 111101 |
Color Harmonies of #FA3F9C
Complementary color
Monochromatic Colors of #FA3F9C
Black with #FA3F9C
Text Example
Text Example
White with #FA3F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3F9C; }
p { color: rgb(250,63,156); }
H1.HeaderClassName
{
color: #FA3F9C;
}
.AnyTagClassName
{
color: #FA3F9C;
}
</style>
background-color css
<style>
a { background-color: #FA3F9C; }
a { background-color: rgb(250,63,156); }
div.DivClassName
{
background-color: #FA3F9C;
}
.BgClassName
{
background-color: #FA3F9C;
}
</style>
border-color css
<style>
span { border-color: #FA3F9C; }
span { border-color: rgb(250,63,156); }
td.TdClassName
{
border-color: #FA3F9C;
}
.TagClassName
{
border-color: #FA3F9C;
}
</style>