#FA3A94

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

Shades of Wild Strawberry #FA3A94

Tints of Wild Strawberry #FA3A94

Color information

#FA3A94 (or 0xFA3A94) is unknown color: approx Wild Strawberry. HEX triplet: FA, 3A and 94. RGB value is (250,58,148). Sum of RGB (Red+Green+Blue) = 250+58+148=456 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.82% from 456); Green value is 58 (23.05% from 255 or 12.72% from 456); Blue value is 148 (58.20% from 255 or 32.46% from 456); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3A94 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA3A94 is #05C56B. Grayscale: #7D7D7D. Windows color (decimal): -378220 or 9714426. OLE color: 9714426.

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

Color convert

RGB25058148-
CMYK00.770.410.02
HSL331.88º95.05%60.39%-
HSV(B)331.88º76.8%98.04%-
XYZ46.2825.4930.5-
YUV125.67140.61216.68-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 54.82%
GREEN value IS 58 (23.05% from 255) = 12.72%
BLUE value IS 148 (58.20% from 255) = 32.46%
R=54.82%
G=12.72%
B=32.46%

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
Decimal2505814800.770.410.02331.8895.0560.39
HexFA3A9404D29214c5f3c
Octal37272224011551251413774
Binary111110101110101001010001001101101001101010011001011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA3A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA3A94; }

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

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

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

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

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

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

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

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