#FA3A93

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

Shades of Wild Strawberry #FA3A93

Tints of Wild Strawberry #FA3A93

Color information

#FA3A93 (or 0xFA3A93) is unknown color: approx Wild Strawberry. HEX triplet: FA, 3A and 93. RGB value is (250,58,147). Sum of RGB (Red+Green+Blue) = 250+58+147=455 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.95% from 455); Green value is 58 (23.05% from 255 or 12.75% from 455); Blue value is 147 (57.81% from 255 or 32.31% from 455); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3A93 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA3A93 is #05C56C. Grayscale: #7D7D7D. Windows color (decimal): -378221 or 9648890. OLE color: 9648890.

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

Color convert

RGB25058147-
CMYK00.770.410.02
HSL332.19º95.05%60.39%-
HSV(B)332.19º76.8%98.04%-
XYZ46.225.4630.08-
YUV125.55140.11216.76-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 54.95%
GREEN value IS 58 (23.05% from 255) = 12.75%
BLUE value IS 147 (57.81% from 255) = 32.31%
R=54.95%
G=12.75%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2505814700.770.410.02332.1995.0560.39
HexFA3A9304D29214c5f3c
Octal37272223011551251413774
Binary111110101110101001001101001101101001101010011001011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA3A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA3A93; }

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

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

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

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

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

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

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

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