#FA3AA1

Color #FA3AA1 Wild Strawberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Strawberry #FA3AA1

Tints of Wild Strawberry #FA3AA1

Color information

#FA3AA1 (or 0xFA3AA1) is unknown color: approx Wild Strawberry. HEX triplet: FA, 3A and A1. RGB value is (250,58,161). Sum of RGB (Red+Green+Blue) = 250+58+161=469 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.30% from 469); Green value is 58 (23.05% from 255 or 12.37% from 469); Blue value is 161 (63.28% from 255 or 34.33% from 469); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3AA1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA3AA1 is #05C55E. Grayscale: #7E7E7E. Windows color (decimal): -378207 or 10566394. OLE color: 10566394.

HSL color Cylindrical-coordinate representation of color #FA3AA1: hue angle of 327.81º 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 #FA3AA1 is Cyan = 0, Magento = 0.77, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB25058161-
CMYK00.770.360.02
HSL327.81º95.05%60.39%-
HSV(B)327.81º76.8%98.04%-
XYZ47.3725.9236.23-
YUV127.15147.11215.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 250 (98.05% from 255) = 53.30%
GREEN value IS 58 (23.05% from 255) = 12.37%
BLUE value IS 161 (63.28% from 255) = 34.33%
R=53.30%
G=12.37%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2505816100.770.360.02327.8195.0560.39
HexFA3AA104D2421485f3c
Octal37272241011544251013774
Binary111110101110101010000101001101100100101010010001011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA3AA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA3AA1; }

 p { color: rgb(250,58,161); }

 H1.HeaderClassName
 {
   color: #FA3AA1;
 }
 .AnyTagClassName
 {
   color: #FA3AA1;
 }
</style>
background-color css

<style>
 a { background-color: #FA3AA1; }

 a { background-color: rgb(250,58,161); }

 div.DivClassName
 {
   background-color: #FA3AA1;
 }
 .BgClassName
 {
   background-color: #FA3AA1;
 }
</style>
border-color css

<style>
 span { border-color: #FA3AA1; }

 span { border-color: rgb(250,58,161); }

 td.TdClassName
 {
   border-color: #FA3AA1;
 }
 .TagClassName
 {
   border-color: #FA3AA1;
 }
</style>