Shades of Wild Strawberry #FA3A9A
Tints of Wild Strawberry #FA3A9A
RGB
CMYK
RGB Variations
Color information
#FA3A9A (or 0xFA3A9A) is known color: Wild Strawberry. HEX triplet: FA, 3A and 9A. RGB value is (250,58,154). Sum of RGB (Red+Green+Blue) = 250+58+154=462 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.11% from 462); Green value is 58 (23.05% from 255 or 12.55% from 462); Blue value is 154 (60.55% from 255 or 33.33% from 462); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3A9A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA3A9A is #05C565. Grayscale: #7E7E7E. Windows color (decimal): -378214 or 10107642. OLE color: 10107642.
HSL color Cylindrical-coordinate representation of color #FA3A9A: hue angle of 330º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FA3A9A is Cyan = 0, Magento = 0.77, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 58 | 154 | - |
| CMYK | 0 | 0.77 | 0.38 | 0.02 |
| HSL | 330º | 0.95% | 0.6% | - |
| HSV(B) | 330º | 0.77% | 0.98% | - |
| XYZ | 46.77 | 25.68 | 33.06 | - |
| YUV | 126.35 | 143.61 | 216.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 58 | 154 | 0 | 0.77 | 0.38 | 0.02 | 330 | 0.95 | 0.6 |
| Hex | FA | 3A | 9A | 0 | 4D | 26 | 2 | 14A | 5F | 3C |
| Octal | 372 | 72 | 232 | 0 | 115 | 46 | 2 | 512 | 137 | 74 |
| Binary | 11111010 | 111010 | 10011010 | 0 | 1001101 | 100110 | 10 | 101001010 | 1011111 | 111100 |
Color Harmonies of #FA3A9A
Complementary color
Monochromatic Colors of #FA3A9A
Black with #FA3A9A
Text Example
Text Example
White with #FA3A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3A9A; }
p { color: rgb(250,58,154); }
H1.HeaderClassName
{
color: #FA3A9A;
}
.AnyTagClassName
{
color: #FA3A9A;
}
</style>
background-color css
<style>
a { background-color: #FA3A9A; }
a { background-color: rgb(250,58,154); }
div.DivClassName
{
background-color: #FA3A9A;
}
.BgClassName
{
background-color: #FA3A9A;
}
</style>
border-color css
<style>
span { border-color: #FA3A9A; }
span { border-color: rgb(250,58,154); }
td.TdClassName
{
border-color: #FA3A9A;
}
.TagClassName
{
border-color: #FA3A9A;
}
</style>