#FA3FAE

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

Shades of Wild Strawberry #FA3FAE

Tints of Wild Strawberry #FA3FAE

Color information

#FA3FAE (or 0xFA3FAE) is unknown color: approx Wild Strawberry. HEX triplet: FA, 3F and AE. RGB value is (250,63,174). Sum of RGB (Red+Green+Blue) = 250+63+174=487 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.33% from 487); Green value is 63 (25% from 255 or 12.94% from 487); Blue value is 174 (68.36% from 255 or 35.73% from 487); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3FAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA3FAE is #05C051. Grayscale: #838383. Windows color (decimal): -376914 or 11419642. OLE color: 11419642.

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

Color convert

RGB25063174-
CMYK00.750.300.02
HSL324.39º94.92%61.37%-
HSV(B)324.39º74.8%98.04%-
XYZ48.8426.9342.67-
YUV131.57151.95212.47-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 51.33%
GREEN value IS 63 (25% from 255) = 12.94%
BLUE value IS 174 (68.36% from 255) = 35.73%
R=51.33%
G=12.94%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2506317400.750.300.02324.3994.9261.37
HexFA3FAE04B1E21445f3d
Octal37277256011336250413775
Binary11111010111111101011100100101111110101010001001011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA3FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA3FAE; }

 p { color: rgb(250,63,174); }

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

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

 a { background-color: rgb(250,63,174); }

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

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

 span { border-color: rgb(250,63,174); }

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